When installing mailman with the POSTFIX option set, MAIL_GID is set to mailman. This results in the following error when trying to deliver to mailing lists: 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". According to /usr/local/share/doc/mailman/FreeBSD-post-install-notes, MAIL_GID should be nobody. Fix: Install postfix with "MAILMAN_GID=nobody" in the environment, or change MAIL_GID for postfix in the port. How-To-Repeat: Install mailman with the POSTFIX option set (in the dialog screen).
Responsible Changed From-To: freebsd-ports-bugs->jmelo Over to maintainer
State Changed From-To: open->closed Committed. Thanks!
jmelo 2006-11-06 12:12:26 UTC FreeBSD ports repository Modified files: mail/mailman Makefile Log: - Fix postfix MAIL_GID PR: ports/105072 Submitted by: Marshal Newrock <marshal@idealso.com> Revision Changes Path 1.66 +1 -1 ports/mail/mailman/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"