I am trying to get mailman running with virtual domains on a postfix box. When I found this error in the log:
relay=local, delay=0, status=bounced (Command died with status 2: "/usr/local/mailman/mail/mailman admin test". Command output: Group mismatch error. Mailman expected the mail wrapper script to be executed as group "mailman", but the system's mail server executed the mail script as group "nobody". Try tweaking the mail server to run the script as group "mailman", or re-run configure, providing the command line option `--with-mail-gid=nobody' I did a make clean; ./configure --with-mail-gid=nobody; make install Now I am find the opposite in the mail logs: relay=local, delay=0, status=bounced (Command died with status 2: "/usr/local/mailman/mail/mailman request test". Command output: 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 "mailman". Try tweaking the mail server to run the script as group "nobody", or re-run configure, providing the command line option `--with-mail-gid=mailman' Does anyone have any idea how to resolve this one? Thanks in advance ... ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp