dylan lim wrote: > >I have set up Postfix+Mailman+htdig on a box and upon sending mails to the >mailing list I have encountered an error of > >fatal: execvp /usr/local/mailman/mail/mailman: Permission denied > >in my maillog. On my email client, I received a notification that >/usr/local/mailman/mail/mailman post has failed with an error of 1. Can >anyone point me in the right direction? Thank you.
Postfix is unable to pipe mail to the wrapper (/usr/local/mailman/mail/mailman) because it doesn't have permission to execute it. Permissions should be 2755 and group 'mailman' on all wrappers. -- 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
