Tks all!! It�s now working fine... tks a lot!! Now.. one more question, is possible to sign up with a pass?? I mean, there is a patch for it?? I just wanna authenticate subscribe and unsubscribe by e-mail address... is it possible??
Tks again !!! Daniel -----Mensagem original----- De: Nigel Metheringham [mailto:[EMAIL PROTECTED]] Enviada em: sexta-feira, 18 de janeiro de 2002 13:16 Para: Richard Barrett Cc: Daniel Abad; '[EMAIL PROTECTED]' Assunto: Re: [Mailman-Users] Mailman with Qmail!! On Fri, 2002-01-18 at 15:59, Richard Barrett wrote: > At 13:25 18/01/2002 -0300, Daniel Abad wrote: > >Failure_to_exec_script._WANTED_gid_6,_GOT_gid_1001.__(Reconfigure_to_take_1 0 > >01?)/ > >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. Other way round. The error is being reported by the mailman wrapper script. It was invoked with GID 1001 It expected to be invoked with GID 6 (which should be the mail GID). You have 2 choices - one of which may not be possible (I don't know enough about qmail to comment):- 1. Convince qmail to invoke the script (presumably from a list user/alias) with GID 6 Don't know if this is possible given the qmail way of doing things 2. Re-configure/install Mailman. Change your configure line to ./configure --prefix=/home/mailman \ --with-python=/usr/local/bin/python \ --with-username=mailman --with-groupname=mailman \ --with-cgi-gid=nobody --with-mail-gid=1001 Nigel. <RANT MODE=ON INTENSITY=LOW> Please don't post html or multipart/alternative to the list. If you do so (we can all make mistakes), then don't follow it up with a text only post. </RANT> -- [ Nigel Metheringham [EMAIL PROTECTED] ] [ Phone: +44 1423 850000 Fax +44 1423 858866 ] [ - Comments in this message are my own and not ITO opinion/policy - ] ------------------------------------------------------ Mailman-Users maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users
