Remove MailMan from Plesk
Overview
Mailman is a web-based email distribution list manager. With an email distribution list, you can send an email message to a single address and have it automatically distributed to any number of predetermined addresses.
Mailman allows list owners to create and modify lists easily as well as add and remove subscribers without having to know specific commands. List subscribers can easily modify their list subscriptions and preferences.
Results
This guide will show you how to completely remove Mailman from your (dv) Dedicated-Virtual Server 3.5.
End of Life Warning
This service has a pending End of Life. Please move to a current service as soon as possible. For more information, please see: (dv) Dedicated-Virtual 4.0: Migration Information.
READ ME FIRST
The publishing of this information does not imply support of this article. This article is provided solely as a courtesy to our customers. Please take a moment to review the Statement of Support.
We strongly suggest you backup your service before continuing with this article. Please see the following article for a complete list of backup options.
Requirements
- You must have SSH access set up for root or a sudo user.
Instructions
1. Log into your (dv) Dedicated-Virtual Server using SSH as the root user. Now, let's run the command to find which 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
2. Next, we will use rpm to uninstall:
rpm -e mailman-2.1.1-5
rpm -e mailman-2.1.1-7.legacy
3. Done.