Remove MailMan from Plesk

Login to your Dedicated-Virtual Server using SSH as the root user. Now lets run the command to find what version of mailman is currently installed.

rpm -q mailman

You should find results similar to the following

mailman-2.1.1-5
mailman-2.1.1-7.legacy

Now we will use rpm to uninstall

rpm -e mailman-2.1.1-5
rpm -e mailman-2.1.1-7.legacy

Trackback URI | Comments RSS

Leave a Reply

You must be logged in to post a comment.