On Fri, May 24, 2002 at 03:55:13PM -0500, Jonathan Hohle wrote: > i'm trying to use mailman with postfix, but i'm running into the same > error on both servers i'm trying to run it on. When i send a message to > the list, postfix sends back the error: > > <[EMAIL PROTECTED]>: Command died with status 2: > "/home/mailman/mail/wrapper post testlist". Command output: Failure to > exec > script. WANTED gid 12, GOT gid 99. (Reconfigure to take 99?) > > wrapper is setgid correctly, but it doesn't seem to be running as mailman. Postfix will execute the wrapper with the permissions of the owner of the aliases file. If that file is owned by the superuser, Postfix will fall back to a "nobody" user (configurable).
You probably want your Mailman aliases stored in an aliases file owned by the mailman user (probably with group ID 12). -- Jon Parise ([EMAIL PROTECTED]) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Science House Member ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py