From owner-freebsd-questions@FreeBSD.ORG Thu Dec 4 23:22:51 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B6CF7B9 for ; Thu, 4 Dec 2014 23:22:51 +0000 (UTC) Received: from mario.brtsvcs.net (mario.brtsvcs.net [199.48.128.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B81B81B for ; Thu, 4 Dec 2014 23:22:51 +0000 (UTC) Received: from chombo.houseloki.net (unknown [IPv6:2601:7:2580:674:21c:c0ff:fe7f:96ee]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mario.brtsvcs.net (Postfix) with ESMTPSA id 72AFA2C160F; Thu, 4 Dec 2014 23:22:50 +0000 (UTC) Received: from [IPv6:2601:7:2580:674:baca:3aff:fe83:bd29] (ivy.libssl.so [IPv6:2601:7:2580:674:baca:3aff:fe83:bd29]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by chombo.houseloki.net (Postfix) with ESMTPSA id 9CD101B56; Thu, 4 Dec 2014 15:22:48 -0800 (PST) Message-ID: <5480ECC2.2090908@bluerosetech.com> Date: Thu, 04 Dec 2014 15:22:42 -0800 From: Darren Pilgrim Reply-To: freebsd-questions@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Ken Moffat Subject: Re: switching from ports to pkg -- mailman group mismatch References: <20141204045849.GA4247@home.parts-unknown.org> <5480846B.9090908@bluerosetech.com> <20141204164259.GA45875@home.parts-unknown.org> <20141204222703.GA4133@milliways> In-Reply-To: <20141204222703.GA4133@milliways> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2014 23:22:51 -0000 On 12/4/2014 2:27 PM, Ken Moffat wrote: > On Thu, Dec 04, 2014 at 08:42:59AM -0800, David Benfell wrote: >> >> I found a problem when, in desperation, I recompiled the port. >> >> There, it says that the pkg assumes sendmail: I use postfix. >> > For most of hte questions here, I'm a linux user so I do not have > useful detail. But for this one: Postfix provides a sendmail > program, although it might not install it in the same directory as > the real sendmail (I do not remember). It will, it's why it has a conflict with mail/sendmail* and others. What David may not have done is activate Postfix's sendmail program for mailwrapper (the thing that uses /etc/mail/mailer.conf to point at various bits of sendmail).