[Mailman-Users] Doesn't work: ./configure --with-mail-gid=12

2001-12-13 Thread Bryan Field-Elliot




Hi,



I'm using Sendmail 8.12.1.



I'm new to Mailman, just trying to get it working today.



When I try to send it commands, I get this bounce message from Sendmail:



 - Transcript of session follows -

Failure to exec script. WANTED gid 12, GOT gid 2. (Reconfigure to take 2?)

554 5.3.0 unknown mailer error 2



I understand what's happening here, but my attempts to fix it are failing. In my mailman source directory, I am doing this:



make clean

 ./configure --with-mail-gid=12

make install



Yet, it has no effect -- further messages being sent to my Mailman are giving me this same bounce message. Am I missing something?



Thank you!



Bryan








Re: [Mailman-Users] Doesn't work: ./configure --with-mail-gid=12

2001-12-13 Thread Dan Mick


 When I try to send it commands, I get this bounce message from Sendmail:
 
- Transcript of session follows -
 Failure to exec script. WANTED gid 12, GOT gid 2.  (Reconfigure to take
 2?)
 554 5.3.0 unknown mailer error 2
 
 I understand what's happening here, but my attempts to fix it are
 failing. In my mailman source directory, I am doing this:
 
 make clean
  ./configure --with-mail-gid=12

This is *causing* the problem.  The program that issues the message
above is part of mailman, and it wants what you told it it was getting:
gid 12.  However, what it's *getting* is gid 2.

You need to reconfigure to take 2.

This is FAQ number 1.4, btw, too.

http://www.python.org/cgi-bin/faqw-mm.py?req=index


--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users