From owner-freebsd-ports@freebsd.org Tue Jul 7 18:50:36 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6AE3994A53 for ; Tue, 7 Jul 2015 18:50:36 +0000 (UTC) (envelope-from list_freebsd@bluerosetech.com) Received: from luigi.brtsvcs.net (luigi.brtsvcs.net [IPv6:2607:fc50:1000:1f00::2]) (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 B4BD510CC for ; Tue, 7 Jul 2015 18:50:36 +0000 (UTC) (envelope-from list_freebsd@bluerosetech.com) Received: from chombo.houseloki.net (unknown [IPv6:2601:1c2:d02:2605:21c:c0ff:fe7f:96ee]) by luigi.brtsvcs.net (Postfix) with ESMTPS id F103F2D4F8E; Tue, 7 Jul 2015 18:50:34 +0000 (UTC) Received: from [IPv6:2601:1c2:d02:2605:baca:3aff:fe83:bd29] (unknown [IPv6:2601:1c2:d02:2605:baca:3aff:fe83:bd29]) by chombo.houseloki.net (Postfix) with ESMTPSA id 3913F7E8; Tue, 7 Jul 2015 11:50:33 -0700 (PDT) Subject: Re: mail/postfix default build options request: SASL To: Carmel NY , FreeBSD Ports References: <559B643F.3060409@calorieking.com> <559B6791.7050407@FreeBSD.org> <20150707170604.GI25718@spindle.one-eyed-alien.net> From: Mel Pilgrim Message-ID: <559C1F73.4040601@bluerosetech.com> Date: Tue, 7 Jul 2015 11:50:27 -0700 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jul 2015 18:50:36 -0000 On 2015-07-07 11:29, Carmel NY wrote: > On Tue, 7 Jul 2015 17:06:05 +0000, Brooks Davis stated: > >> We need a port that allows dovecot2 SASL by default. There are a bunch of >> turorials on setting up such systems and all of the have to start with "build >> everything by hand" which makes us look bad. I've been somewhat tempted to >> adding a slave port mail/postfix-useful with SASL, TLS, and DANE turned on. >> A less trollish name might be better though. :) > > I agree. I use the "postfix-current" port with Dovecot, TLS, SASL and DANE. > However, Dovecot itself has a vast number of options that might make it > extremely hard to work out a usable slave-port. The parts of Dovecot needed by Postfix are independent of all of the options provided by the mail/dovecot2 port because Postfix literally only needs the headers that define the dovecot-auth socket protocol. As long as the version matches exactly, a custom build of dovecot2 will drop in place of the stock dovecot2 without recompiling postfix.