From owner-freebsd-ports@FreeBSD.ORG Sun Mar 30 19:20:21 2014 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B6EF3E0B; Sun, 30 Mar 2014 19:20:21 +0000 (UTC) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (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 85C57FB4; Sun, 30 Mar 2014 19:20:21 +0000 (UTC) Received: from compute1.internal (compute1.nyi.mail.srv.osa [10.202.2.41]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 0934020396; Sun, 30 Mar 2014 15:20:14 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Sun, 30 Mar 2014 15:20:14 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=tandon.net; h=date :from:to:cc:subject:message-id:reply-to:mime-version :content-type; s=mesmtp; bh=AxW/x/q7hgXMuCRKZkJGSiGwnQA=; b=qBDz 7WFDr5n7u5mOhfNIWqdgeXUYSUBTse8oHHSskGVNMhR2RJlSh1coXrLqdNrw/PgB bapAKSMdx7TxoYhYaQf1nSA0r7nd7KJuDGHkHP0EKEulcEJ6i+4kxF0gfySyFoS+ 2RLgNyj6EWzgKZB11fFTEaerGx1iBq0X3tqT5u0= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=date:from:to:cc:subject:message-id :reply-to:mime-version:content-type; s=smtpout; bh=AxW/x/q7hgXMu CRKZkJGSiGwnQA=; b=bZo2buCUvxOL5cwCTUAybgAO5pVsS8ayWrDJDoqZII2T/ bkK3vsJBFpVJ+N3G/Den9o1lL1DUYo3ezv84h/ekaXmV7gi3ux4Nya9qg79D7JLl l9O3xctrok1oCdut8jfeahANlLvQgRhRBJfVIhHNNTeRT/wJ/97uW3TbbAnSu0= X-Sasl-enc: L1sGxirc/QF9/T6JJ44oUckSqfqnPymFgt0OLTIqsuuX 1396207213 Received: from jubz (unknown [68.174.190.55]) by mail.messagingengine.com (Postfix) with ESMTPA id AD193680138; Sun, 30 Mar 2014 15:20:13 -0400 (EDT) Date: Sun, 30 Mar 2014 15:20:12 -0400 From: Sahil Tandon To: freebsd-ports@FreeBSD.org Subject: A child Postfix port with TLS enabled by default Message-ID: <20140330192011.GA92763@jubz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.22 (2013-10-16) Cc: bz@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: freebsd-ports@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Mar 2014 19:20:21 -0000 Some people have asked for TLS to be enabled by default in mail/postfix. I have been reluctant in order to abide by POLA, and to be consistent with how Wietse distributes Postfix upstream. Recently, bz@ proposed an alternative: http://people.freebsd.org/~bz/20140228-01-postfix-tls.diff I updated the patch, primarly to adjust CONFLICTS: http://people.freebsd.org/~sahil/postfix-tls.diff Because I have seldom worked with child ports, and mail/postfix is widely deployed, I would appreciate feedback from -ports before proceeding. If there is no opposition within a week or so, I will go ahead and commit. -- Sahil Tandon