From owner-freebsd-questions@FreeBSD.ORG  Wed Aug  1 23:06:14 2007
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
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 AA83D16A41B
	for <freebsd-questions@freebsd.org>;
	Wed,  1 Aug 2007 23:06:14 +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 5E72113C480
	for <freebsd-questions@freebsd.org>;
	Wed,  1 Aug 2007 23:06:14 +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 3017D63F85D
	for <freebsd-questions@freebsd.org>;
	Thu,  2 Aug 2007 02:49:28 +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 31730064 for freebsd-questions@freebsd.org;
	Thu, 02 Aug 2007 02:51:12 +0400
Message-ID: <056501c7d48e$34eefab0$e50010ac@gkt>
From: "Geo" <fbsdolot@cit.ru>
To: <freebsd-questions@freebsd.org>
Date: Thu, 2 Aug 2007 02:49:24 +0400
MIME-Version: 1.0
Content-Type: text/plain; format=flowed; charset="koi8-r"; reply-type=original
Content-Transfer-Encoding: 7bit
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
Subject: problem in Manmail Makefile?
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 01 Aug 2007 23:06:14 -0000

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!