Howto: Disable MailMan

To disable Mailman on a cPanel server, remove the execute permissions of the mailman wrapper

Code:
chmod -x /usr/local/cpanel/3rdparty/mailman/mail/wrapper

If you ever want to enable it:

Code:
chmod +x /usr/local/cpanel/3rdparty/mailman/mail/wrapper