Date: Sun, 30 Mar 2014 21:40:25 +0200 From: olli hauer <ohauer@gmx.de> To: Sahil Tandon <sahil@FreeBSD.org> Cc: FreeBSD Ports <ports@FreeBSD.org> Subject: Re: A child Postfix port with TLS enabled by default Message-ID: <53387329.4070601@gmx.de> In-Reply-To: <20140330192011.GA92763@jubz> References: <20140330192011.GA92763@jubz>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2014-03-30 21:20, Sahil Tandon wrote: > 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. > Sounds reasonable. PS: long time ago I shaped a patch for postfix-2.10 to support staging, if required I can create a new patch for 2.11. http://people.freebsd.org/~ohauer/diffs/stage/stage_postfix-2.10.3.diff Stage support can be added easily with the install_root parameter. +pre-install: +.if ${PORT_OPTIONS:MINST_BASE} + ${MKDIR} ${STAGEDIR}/etc/rc.d +.endif + do-install: - @cd ${WRKSRC} && ${SH} postfix-install -non-interactive install_root=/ tempdir=/tmp \ + @(cd ${WRKSRC} && ${SH} postfix-install -non-interactive install_root=${STAGEDIR}/ tempdir=/tmp \ -- Regards, olli
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53387329.4070601>