Thursday, January 17, 2008

Starting Mailman on CPanel Servers

root@xxx [~]# /usr/local/cpanel/3rdparty/mailman/bin/mailmanctl start
Starting Mailman's master qrunner.
root@xxx [~]# pgrep mailman
30193
root@xxx[~]# ps auxfw |grep mailman

Make sure that Mailman is enabled in CPanel Tweak Settings Wink.

How to fix this error in Mailing list
-----------------------------------------------------
Bug in Mailman version 2.1.9.cp2

We\'re sorry, we hit a bug!
Please inform the webmaster for this site of this problem. Printing of
traceback and other system information has been explicitly inhibited, but the
webmaster can find this information in the Mailman error logs.
============================================================

If you are the server administrator, proceed with the following steps:

1. Go to /usr/local/cpanel/3rdparty/mailman
cd /usr/local/cpanel/3rdparty/mailman

2. ls -al

3. chmod -R 2775 ./*

Check if this has fixed the issue.
If not run the fixmailman script.

4. /scripts/fixmailman

1 comment:

3iX Networks said...

This solution works but when restart mailman on the server, problem starts again. Please help !