Here is the error i get when using the web interface. Again, it
creates the list and the admin interface works and it will send
messages. You can't send it messages. "user unknown" error.
Bug in Mailman version 2.1.4
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 226, 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 /private/var/
mailman/data/aliases (status: 1, Operation not permitted)
I'm familiar with this error from 10.3, but hadn't seen it in 10.4.
As it says, the permissions are wrong to run postaliases. IIRC, the
script adds the aliases created by mailman (listname-subsribe,
listname-confirm, etc.) to general mail aliases.
As a temporary fix, just run
sudo postalias
That will update the aliases and your lists will start working. As a
permanent solution... hmmm, I'm stumped, because I thought repairing
mailman permissions is what fixed it when the problem happened to me.
You've already done that. Maybe try repairing OSXS permissions?
Jaime
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macos-x-server mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/macos-x-server/email@hidden