From owner-freebsd-questions@FreeBSD.ORG Thu Sep 13 20:25:33 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 AD14E16A41B for ; Thu, 13 Sep 2007 20:25:33 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from mail-out3.apple.com (mail-out3.apple.com [17.254.13.22]) by mx1.freebsd.org (Postfix) with ESMTP id 8CF9F13C458 for ; Thu, 13 Sep 2007 20:25:33 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from relay12.apple.com (relay12.apple.com [17.128.113.53]) by mail-out3.apple.com (Postfix) with ESMTP id 6A16B1126C88; Thu, 13 Sep 2007 13:25:33 -0700 (PDT) Received: from relay12.apple.com (unknown [127.0.0.1]) by relay12.apple.com (Symantec Mail Security) with ESMTP id 5082128090; Thu, 13 Sep 2007 13:25:33 -0700 (PDT) X-AuditID: 11807135-a56fabb000006ee2-29-46e99cbd40e7 Received: from [17.214.13.96] (cswiger1.apple.com [17.214.13.96]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by relay12.apple.com (Apple SCV relay) with ESMTP id 2F4E52808F; Thu, 13 Sep 2007 13:25:33 -0700 (PDT) In-Reply-To: <2cd0a0da0709131319o134d09f7pd4587533202c16d5@mail.gmail.com> References: <2cd0a0da0709131319o134d09f7pd4587533202c16d5@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Thu, 13 Sep 2007 13:25:32 -0700 To: VeeJay X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== Cc: FreeBSD-Questions Subject: Re: parameter setgid_group: unknown group name: postdrop 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, 13 Sep 2007 20:25:33 -0000 On Sep 13, 2007, at 1:19 PM, VeeJay wrote: > Could anyone help me? > > I have installed Postfix on my freebsd 6.2 box but still not able > to make it > work after spending whole day and night.... > > I have added a group with name "postdrop" but when I try to send a > mail, I > get this error logged in maillog: Take a look at /usr/ports/mail/postfix/pkg-install. Unless you really want to deal with resolving all of these integration issues yourself, doing a "cd /usr/ports/mail/postfix && make install" is likely to work better... -- -Chuck