At 13:25 18/01/2002 -0300, Daniel Abad wrote: >Hi all !!! > >I�m using mailman with qmail ... everything is working fine... qmail, >apache... but when I create a new list and send a message to it.. see what >happens: > >@400000003c48298e3a53732c status: local 1/10 remote 0/20 >@400000003c48298e3b20a284 delivery 102: deferral: >Failure_to_exec_script._WANTED_gid_6,_GOT_gid_1001.__(Reconfigure_to_take_10 >01?)/ >@400000003c48298e3b2a2bec status: local 0/10 remote 0/20 > >What should I do?? What script is it trying to execute???? > > >My ./configure: > >./configure --prefix=/home/mailman --with-python=/usr/local/bin/python >--with-username=mailman --with-groupname=mailman --with-cgi-gid=nobody >--with-mail-gid=mail
Presumably your MTA is trying to execute the script $prefix/Mailman/post in order to deliver mail to the Mailman list manager. The script you MUA uses is the one specified in the mail alias for the list concerned. It seems you are being told that the MTA is trying to execute the script with a gid of 6 but found a gid 1001. Maybe worth you should checking the numeric value of the group 'mail' that you specified in your configure and which group has the id 1001 on your system? >make > >make install > >Tks all!!! > >Dan. ------------------------------------------------------ Mailman-Users maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users
