This has probably been answered a thousand times before but I have a problem with postfix+mailman on Suse 7.2 Linux.
Basically. I relpy to a confirmation email to join a list and get the following back..
This is the Postfix
I'm sorry to have to inform you that the message returned below could not be delivered to one or more destinations.
For further assistance, please send mail to <postmaster>
If you do so, please include this problem report. You can delete your own text from the message returned below.
The Postfix on SuSE Linux 7.2 (i386) program
<hlmods-request@evildomain.dyndns.org>: Command died with status 2: "/home/mailman/mail/wrapper mailcmd hlmods". Command output: Failure to exec script. WANTED gid 51, GOT gid 65534. (Reconfigure to take 65534?)
I did use the --mail-gid=postfix (51) when executing the configure script, but it doesn't seem to help?
Whats wrong? what do I need to alter to make it work?
On 29 November 2001, Geoffrey King said:
This has probably been answered a thousand times before but I have a problem with postfix+mailman on Suse 7.2 Linux.
At *least* a thousand times. ;-)
<hlmods-request@evildomain.dyndns.org>: Command died with status 2: "/home/mailman/mail/wrapper mailcmd hlmods". Command output: Failure to exec script. WANTED gid 51, GOT gid 65534. (Reconfigure to take 65534?)
I did use the --mail-gid=postfix (51) when executing the configure script, but it doesn't seem to help?
Read the error message again. Then read this entry in the new Mailman FAQ:
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq06.001.htp
Greg
Attempting to do that gives the following error.
checking for mail wrapper GID... configure: error: ***** No existing group found for the mail_wrapper program. ***** This is the group that your mail delivery agent runs under, and ***** uses to run filter programs. You might want to specify an ***** existing group with the --with-mail-gid configure option. ***** Please see your mail agent's documentation, and the INSTALL file ***** for details
command line was 'configure --with-cgi-gid=nogroup --with-mail-gid=-1 --with-cgi-ext=.cgi'
-----Original Message----- From: Greg Ward [mailto:gward@mems-exchange.org] Sent: 29 November 2001 03:01 To: Geoffrey King Cc: mailman-users@python.org Subject: Re: [Mailman-Users] Problem with Postfix
This has probably been answered a thousand times before but I have a
On 29 November 2001, Geoffrey King said: problem
with postfix+mailman on Suse 7.2 Linux.
At *least* a thousand times. ;-)
<hlmods-request@evildomain.dyndns.org>: Command died with status 2: "/home/mailman/mail/wrapper mailcmd hlmods". Command output: Failure to exec script. WANTED gid 51, GOT gid 65534. (Reconfigure to take 65534?)
I did use the --mail-gid=postfix (51) when executing the configure script, but it doesn't seem to help?
Read the error message again. Then read this entry in the new Mailman FAQ:
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq06.001.htp
Greg
[original problem]
<hlmods-request@evildomain.dyndns.org>: Command died with status 2: "/home/mailman/mail/wrapper mailcmd hlmods". Command output: Failure to exec script. WANTED gid 51, GOT gid 65534. (Reconfigure to take 65534?)
[my suggestion]
Read the error message again. Then read this entry in the new Mailman FAQ:
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq06.001.htp
[latest problem]
Attempting to do that gives the following error.
checking for mail wrapper GID... configure: error: ***** No existing group found for the mail_wrapper program. ***** This is the group that your mail delivery agent runs under, and ***** uses to run filter programs. You might want to specify an ***** existing group with the --with-mail-gid configure option. ***** Please see your mail agent's documentation, and the INSTALL file ***** for details
command line was 'configure --with-cgi-gid=nogroup --with-mail-gid=-1 --with-cgi-ext=.cgi'
You're taking the FAQ way too literally. Read YOUR error message and do what it says. The -1 in the FAQ is JUST AN EXAMPLE.
Greg
-- Greg Ward - software developer gward@mems-exchange.org MEMS Exchange http://www.mems-exchange.org
participants (2)
-
Geoffrey King
-
Greg Ward