Date: Thu, 2 Aug 2007 02:49:24 +0400 From: "Geo" <fbsdolot@cit.ru> To: <freebsd-questions@freebsd.org> Subject: problem in Manmail Makefile? Message-ID: <056501c7d48e$34eefab0$e50010ac@gkt>
next in thread | raw e-mail | index | archive | help
Mailman Makefile contains: ---------------------------------- .if defined(WITH_SENDMAIL) MAIL_GID?= mailnull .endif ------------------------------------ But after installation (FreeBSD 6.2, /usr/ports/mail/mailman) when I send any message to mailman list I receive the error: ----------------------------------- Group mismatch error. Mailman expected the mailwrapper script to be executed as group "mailman", but the system's mail server executed the mail script as group "mailnull". Try tweaking the mail server to run the script as group "mailman", or re-run configure, providing the command line option `--with-mail-gid=mailnull'. -------------- What (and how!) can I do to set MAIL_GID= mailnull? If I understand I'll describe this in detail for users!
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?056501c7d48e$34eefab0$e50010ac>