Re: [Mailman-Users] permission denied error on sending mails to mailinglist

2006-01-04 Thread Mark Sapiro
dylan lim wrote: > >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 The --with-mail-gid=postfix doesn't come into play yet, because you

Re: [Mailman-Users] permission denied error on sending mails to mailinglist

2006-01-04 Thread dylan lim
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/l

Re: [Mailman-Users] permission denied error on sending mails to mailinglist

2006-01-03 Thread Mark Sapiro
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/

Re: [Mailman-Users] permission denied error on sending mails to mailinglist

2006-01-03 Thread dylan lim
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 chmod 2755 /usr/local/mailman/mail/mailman But I still got the same error. On 1/4/06, Mark Sapiro <[EMAIL PROTECTED]>

Re: [Mailman-Users] permission denied error on sending mails to mailinglist

2006-01-03 Thread Mark Sapiro
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/ma