Announcement

Collapse
No announcement yet.

How to Disable MailMan on cpanel server.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to Disable MailMan on cpanel server.

    Hello Friends,

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

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

    If you ever want to enable it:

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

    Regards,

    Nelson S
Working...
X