Olson, Gary wrote: > In rereading >http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq06.009.htp ><Thanks Dan!>, I checked that data/aliases and data/aliases.db were both >group writable. Oddly aliases.db was not but the aliases was. When I >changed that to make it group writable all three lists now work. Odd >that two lists worked with that setting and the one didn't.
Not really so odd. If you ran bin/newlist as a user who had permission to write aliases.db (root?), everything could have succeeded even though newalias might fail when run from the web script. >Another >strange aspect is that there were no errors logged for this. The latter >warrants further investigation. True. When Mailman/MTA/Postfix.py runs POSTFIX_ALIAS_CMD, it checks the status (returned by os.system()) and logs any error in the 'error' log. It's strange that nothing was logged here. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
