From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 07:42:37 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 033AB16A418 for ; Thu, 2 Aug 2007 07:42:37 +0000 (UTC) (envelope-from fbsdolot@cit.ru) Received: from contrabass.post.ru (contrabass.post.ru [85.21.78.5]) by mx1.freebsd.org (Postfix) with ESMTP id 6B5CC13C458 for ; Thu, 2 Aug 2007 07:42:36 +0000 (UTC) (envelope-from fbsdolot@cit.ru) Received: from corbina.ru (mail.post.ru [195.14.50.16]) by contrabass.post.ru (Postfix) with ESMTP id 748E463F11F; Thu, 2 Aug 2007 11:42:34 +0400 (MSD) X-Virus-Scanned: by cgpav Uf39PSi9pFi9oFi9 Received: from [89.179.159.68] (HELO gkt) by corbina.ru (CommuniGate Pro SMTP 5.1.10) with SMTP id 32010059; Thu, 02 Aug 2007 11:44:19 +0400 Message-ID: <008a01c7d4d8$ae28c380$e50010ac@gkt> From: "Geo" To: "Yuri Pankov" References: <056501c7d48e$34eefab0$e50010ac@gkt> <1186010402.1237.6.camel@darklight.org.ru> Date: Thu, 2 Aug 2007 11:42:30 +0400 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0087_01C7D4FA.35299AA0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.3790.1830 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830 Cc: freebsd-questions@freebsd.org Subject: Re: problem in Manmail Makefile? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 07:42:37 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_0087_01C7D4FA.35299AA0 Content-Type: text/plain; format=flowed; charset="koi8-r"; reply-type=original Content-Transfer-Encoding: 7bit Yuri, at the file "test" you can see results - commands: [/usr/ports/mail/mailman]> make -V WITH_SENDMAIL >> test [/usr/ports/mail/mailman]> make -V MAIL_GID >> test [/usr/ports/mail/mailman]> make -V CONFIGURE_ARGS >> test It's indeed THE SAME: ----------------------------------- true mailnull --prefix=/usr/local/mailman --with-python=/usr/local/bin/python2.5 --with-username=mailman --with-groupname=mailman --with-mail-gid=mailnull --with-cgi-gid=www ------------------------------------- It's necessary for me - Mailman must work! I try to install again on new computer - FreeBSD 6.2, Apache and Mailman by ports - and write you results. "there's really something wrong with args passed to configure by port" or there's another cause...??? Have you ideas to overcome problem? Thanks! On Thu, 2007-08-02 at 02:49 +0400, Geo wrote: > 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! > Are you sure that you have selected Sendmail in `make config' stage? Check that you have the same output (and if it's indeed the same, then there's really something wrong with args passed to configure by port): [/usr/ports/mail/mailman]> make -V WITH_SENDMAIL true [/usr/ports/mail/mailman]> make -V MAIL_GID mailnull [/usr/ports/mail/mailman]> make -V CONFIGURE_ARGS --prefix=/usr/local/mailman --with-python=/usr/local/bin/python2.5 --with-username=mailman --with-groupname=mailman --with-mail-gid=mailnull --with-cgi-gid=www HTH, Yuri ----- Original Message ----- From: "Yuri Pankov" To: "Geo" Cc: Sent: Thursday, August 02, 2007 3:20 AM Subject: Re: problem in Manmail Makefile? ------=_NextPart_000_0087_01C7D4FA.35299AA0 Content-Type: application/octet-stream; name="test" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="test" true mailnull --prefix=3D/usr/local/mailman --with-python=3D/usr/local/bin/python2.5 = --with-username=3Dmailman --with-groupname=3Dmailman = --with-mail-gid=3Dmailnull --with-cgi-gid=3Dwww ------=_NextPart_000_0087_01C7D4FA.35299AA0--