Bugs item #746995, was opened at 2003-06-01 08:25 Message generated for change (Comment added) made by bwarsaw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=746995&...
Category: None Group: None
Status: Closed Resolution: Invalid
Priority: 5 Submitted By: Robin Cook (cuzndragon) Assigned to: Nobody/Anonymous (nobody) Summary: Error creating mailing list with http://URL/mailman/create
Initial Comment: I have just install mailman and everything seems to be working until I try to create a mailing list using the web interface. When I click on the create list button I get this error below. I couldn't find in in the FAQ and the archives listed was a bad link. What is set wrong?
But if I log in as mailman and run the command line utilities to create the mailing list there aren't any problems.
Bug in Mailman version 2.1.2
We're sorry, we hit a bug!
If you would like to help us identify the problem, please email a copy of this page to the webmaster for this site with a description of what happened. Thanks! Traceback:
Traceback (most recent call last): File "/usr/share/mailman/scripts/driver", line 87, in run_main main() File "/usr/share/mailman/Mailman/Cgi/create.py", line 55, in main process_request(doc, cgidata) File "/usr/share/mailman/Mailman/Cgi/create.py", line 217, in process_request sys.modules[modname].create(mlist, cgi=1) File "/usr/share/mailman/Mailman/MTA/Postfix.py", line 232, in create _update_maps() File "/usr/share/mailman/Mailman/MTA/Postfix.py", line 53, in _update_maps raise RuntimeError, msg % (acmd, status, errstr) RuntimeError: command failed: /usr/sbin/postalias /var/spool/mailman/data/aliases (status: 1, Operation not permitted)
----------------------------------------------------------------------
Comment By: Barry A. Warsaw (bwarsaw)
Date: 2003-06-16 10:50
Message: Logged In: YES user_id=12800
You either have to make sure the data/aliases and data/aliases.db files have the right permissions (as described in the README and INSTALL files) or your postfix commands aren't in /usr/sbin, in which case you need to edit those variables in your mm_cfg.py file.
IOW, this is a configuration problem, not a bug.
----------------------------------------------------------------------
Comment By: Peer Heinlein (pheinlein) Date: 2003-06-16 04:25
Message: Logged In: YES user_id=581680
It doesn`t look like a bug... You just have to set proper permissions to /var/spool/mailman/data/aliases.
You have a file-persmission problem, that`s all.
Peer
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=746995&...