From owner-freebsd-questions Sun Jan 6 15:53: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from c007.snv.cp.net (c007-h000.c007.snv.cp.net [209.228.33.206]) by hub.freebsd.org (Postfix) with SMTP id B587337B419 for ; Sun, 6 Jan 2002 15:53:06 -0800 (PST) Received: (cpmta 6203 invoked from network); 6 Jan 2002 15:52:41 -0800 Received: from 64.130.100.249 (HELO winbox1) by smtp.directvinternet.com (209.228.33.206) with SMTP; 6 Jan 2002 15:52:41 -0800 X-Sent: 6 Jan 2002 23:52:41 GMT Message-ID: <138101c1970d$21f72aa0$6401a8c0@crotchett.com> From: "Darren" To: "fbsd-questions" Subject: mailman GID errors Date: Sun, 6 Jan 2002 17:51:59 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I don't know if this question belongs here or on the ports list. If this belongs on the ports list, let me know and I'll repost it there. I'm having trouble with Mailman's default gid's. When I try to confirm a registration request, I get the following error mailed to me: : Command died with status 2: "/usr/local/mailman/mail/wrapper mailcmd test". Command output: Failure to exec script. WANTED gid 1, GOT gid 65534. (Reconfigure to take 65534?) I've checked the logs and they basically say the same thing. Which is: Jan 5 22:53:16 fbsd postfix/smtpd[54113]: connect from c007-h011.c007.snv.cp.net[209.228.33.217] Jan 5 22:53:17 fbsd postfix/smtpd[54113]: 1F2BB4EA: client=c007-h011.c007.snv.cp.net[209.228.33.217] Jan 5 22:53:17 fbsd postfix/cleanup[54114]: 1F2BB4EA: message-id=<0d4601c19678$301c7da0$6401a8c0@crotchett.com> Jan 5 22:53:17 fbsd postfix/qmgr[54094]: 1F2BB4EA: from=, size=2020, nrcpt=1 (queue active) Jan 5 22:53:17 fbsd postfix/smtpd[54113]: disconnect from c007-h011.c007.snv.cp.net[209.228.33.217] Jan 5 22:53:17 fbsd Mailman mail-wrapper: Failure to exec script. WANTED gid 1, GOT gid 65534. (Reconfigure to take 65534?) Jan 5 22:53:18 fbsd postfix/local[54116]: 1F2BB4EA: to=, relay=local, delay=0, status=bounced (Command died with status 2: "/usr/local/mailman/mail/wrapper mailcmd test". Command output: Failure to exec script. WANTED gid 1, GOT gid 65534. (Reconfigure to take 65534?) ) Jan 5 22:53:18 fbsd postfix/cleanup[54114]: 02B644ED: message-id=<20020106045318.02B644ED@fbsd.crotchett.com> Jan 5 22:53:18 fbsd postfix/qmgr[54094]: 02B644ED: from=<>, size=3911, nrcpt=1 (queue active) Jan 5 22:53:18 fbsd postfix/local[54116]: 02B644ED: to=, relay=local, delay=0, status=sent (mailbox) I worked around one gid error already by changing apache to run as nobody instead of www and put apache in nogroup instead of www. But, I don't know how to work around this one without modifying the Makefile. Can anyone suggest a solution? Thanks, Darren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message