! ! Create a child-port to postfix that has TLS enabled by default. ! There are too many places with just that requirement to not ship ! TLS on by default. So an laternate option I would be happy with ! is to just turn it on on the default port. ! ! Submitted by: bz ! Index: mail/postfix/Makefile =================================================================== --- mail/postfix/Makefile (revision 344585) +++ mail/postfix/Makefile (working copy) @@ -62,7 +62,7 @@ OPTIONS_RADIO_RG2= SASLKRB5 SASLKMIT RG1_DESC= Dovecot SASL authentication methods RG2_DESC= Kerberos network authentication protocol type -OPTIONS_DEFAULT= PCRE +OPTIONS_DEFAULT?= PCRE NO_STAGE= yes .include Index: mail/postfix-tls/Makefile =================================================================== --- mail/postfix-tls/Makefile (revision 0) +++ mail/postfix-tls/Makefile (working copy) @@ -0,0 +1,11 @@ +# Created by: ports +# $FreeBSD$ + +PKGNAMESUFFIX= -tls + +OPTIONS_DEFAULT=PCRE TLS + +MASTERDIR= ${.CURDIR}/../postfix +LATEST_LINK= postfix-tls + +.include "${MASTERDIR}/Makefile" Property changes on: mail/postfix-tls/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property