• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

'Bug in Mailman version 2.1.12'

davorg

Basic Pleskian
I'm working on setting up a server running Plesk 10.4.4 Update #13 on Centos 6.2.

I've configured Mailman and now I want to set up some mailing lists. I've created a list in the Plesk control panel, but when I try to administer the new list (by visiting http://lists.[domain].com/mailman/admin/[listname] I see the following error:

Bug in Mailman version 2.1.12

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.

I see exactly the same error if I try to go to the list info page at http://lists.[domain].com/mailman/listinfo/[listname].

I would follow the instructions and look in the error logs, but I can't find them. I would expect to find a file at /var/log/mailman/error, but there's nothing there.

Has anyone else seen this? Any suggestions for tracking down and fixing the problem?

Cheers,

Dave...

p.s. Just one other piece of information - my test list seems to work correctly. It sends all the expected email. It's just the web pages for the list that seem to be broken.

Update: I got to the bottom of this, so I'm documenting the answer in case anyone else has the same problem.

The fact that I couldn't find the error log was the clue. The problem was that the Mailman process didn't have permissions to create an error log. And it seems that if Mailman can't create an error log then it will respond to any web request with this error page. Creating an error log file (in /var/log/mailman/error) and giving it the correct permissions fixed the problem.
 
Last edited:
I created the directories /var/log/mailman/error because all I had was /var/log
The file I created in the /error directory is error.log and I chmod 777
I still get the same error.
Do I need to chmod the directories? Is the filename error.log the right file name?
Any help will be appreciated. I host at 1and1 and they offer zero support and I am not the brightest bulb.
Thanks in advance.
Floyd
 
Here are the steps that I did and it worked .. hope they help your case. Please post back what you find.


1) mkdir /var/log/mailman
2) touch /var/log/mailman/error
3) chmod 777 /var/log/mailman/error
 
have the same problem with 2.14

tried adding a error log but still get the error. i use plesk 10.4.4. on a suse 11.4 system....

any help apprechiated as there are no log files anywhere....
 
Back
Top