Subject: pkg/33620: mailman and postfix GID issues
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <timo.schoeler@riscworks.net>
List: pkgsrc-bugs
Date: 06/01/2006 11:30:01
>Number:         33620
>Category:       pkg
>Synopsis:       mailman and postfix GID issues
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Jun 01 11:30:00 +0000 2006
>Originator:     Timo Schoeler
>Release:        NetBSD 3.0
>Organization:
RISCworks
>Environment:
NetBSD blackjack-a.riscworks.net 3.0 NetBSD 3.0 (GENERIC) #0: Mon Dec 19 01:04:02 UTC 2005  builds@works.netbsd.org:/home/builds/ab/netbsd-3-0-RELEASE/i386/200512182024Z-obj/home/builds/ab/netbsd-3-0-RELEASE/src/sys/arch/i386/compile/GENERIC i386
>Description:
mailman does not work with postfix; regardless of MAILMAN_MAILGROUP set in Makefile (for postfix: nobody, see comment), mailman gets handed the wrong GID from postfix:

blackjack-a# /usr/pkg/lib/mailman/mail/mailman post mailman@riscworks.net
Group mismatch error.  Mailman expected the mail
wrapper script to be executed as group "nobody", but
the system's mail server executed the mail script as
group "wheel".  Try tweaking the mail server to run the
script as group "nobody", or re-run configure, 
providing the command line option `--with-mail-gid=wheel'.

http://mail-index.netbsd.org/pkgsrc-users/2006/05/

http://mail-index.netbsd.org/pkgsrc-users/2006/06/
>How-To-Repeat:
build mailman, configure it, create mailing list, try to post to it, watch maillog
>Fix: