From owner-freebsd-questions Sun Jan 12 13:13:59 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CC9737B401 for ; Sun, 12 Jan 2003 13:13:58 -0800 (PST) Received: from www.kumacommunications.net (dsl-psoun-207-229-8-78-edm.nucleus.com [207.229.8.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EE8843F3F for ; Sun, 12 Jan 2003 13:13:57 -0800 (PST) (envelope-from chris@burchellfamily.ca) Received: from grizzly (dsl-psoun-207-229-8-79-edm.nucleus.com [207.229.8.79]) by www.kumacommunications.net (8.10.2/8.10.2) with ESMTP id h0CLDQx20692 for ; Sun, 12 Jan 2003 14:13:26 -0700 Reply-To: From: "C Burchell" To: "'FreeBSD-Questions'" Subject: How to customize 'pkg_add -r' for mailman Date: Sun, 12 Jan 2003 14:13:31 -0700 Message-ID: <001801c2ba7f$75591320$c803a8c0@grizzly> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal In-Reply-To: X-MailScanner: Found to be clean by KumaComm MailScanner Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have a FreeBSD 4.7 box with Postfix installed via the pkg_add -r command - configured with no problems and works fine. Postfix is setup with user/group name 'postfix' and uid/guid 12345/12345. I setup user/group 'mailman' with uid/guid 91 then installed mailman via 'pkg_add -r mailman'. Everything else seems to work okay, however... Whenever I try to send a message to a list on mailman, I get the following error (snipped a bit): : Command died with status 2: "/usr/local/mailman/mail/wrapper post test-list". Command output: Failure to exec script. WANTED gid 26, GOT gid 65534. (Reconfigure to take 65534?) I gather the current mailman port pkg expects to be installed on a system with Sendmail... So I think the mail-gid setting is fixed at 26 in the pkg_add script(?). Is there a way for me to customize the 'pkg_add -r mailman' command so that I can include the make option '--with-mail-gid 65534' so that mailman works on a system with Postfix? Or is there another workaround. I would prefer to use the pkg_add method, as it has other customizations (daemon logo, etc.) that I prefer over the source compiled version. Regards, Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message