Mayb this will make it clearer. Postfix is installed using yum install postfix. While mailman is compiled from source with the following options:
./configure --with-mail-gid=postfix --with-cgi-gid=apache However, I keep encountering errors where postfix is unable to execute the wrapper for /usr/local/mailman/mail/mailman The errors on my maillog are here: fatal: execvp /usr/local/mailman/mail/mailman : Permission denied Can anyone point me in the right direction? Posting to postfix doesnt seem to yield any remedies. Thanks On 1/4/06, Mark Sapiro <[EMAIL PROTECTED]> wrote: > > dylan lim wrote: > > > >This is what I have done: > > > >I cd into my /usr/local/mailman directory. > >Did a > > > >chown mailman.mailman scripts > >chown mailman.mailman /usr/local/mailman/mail/mailman > >chmod 2755 scripts > > > Actually, the scripts directory should be 2775. The wrappers that > should be 2755 are /usr/local/mailman/mail/mailman and > /usr/local/mailman/cgi-bin/*, but the cgi-bin/* wrappers are probably > OK if the web interface works. > > > >chmod 2755 /usr/local/mailman/mail/mailman > > > >But I still got the same error. > > > At this point, run > > bin/check_perms -f > > as root until you get no errors. That should fix most permissions. Then > if Postfix still can't execute the /usr/local/mailman/mail/mailman > wrapper for no permission (with status 1), and you can't figure out > why, you might try asking on a Postfix group or list. > > -- > 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
