diff options
author | sf <sf@FreeBSD.org> | 2001-02-06 01:51:18 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-02-06 01:51:18 +0800 |
commit | 7101e3ec8af54ae1821d9884fa68396ca2bb6edf (patch) | |
tree | 0374cc87dcd5548f0630d3cf7c72f90ec1dc9aad | |
parent | d25abdb6d4c5a4ef004d99fc6bea477e51592097 (diff) | |
download | freebsd-ports-gnome-7101e3ec8af54ae1821d9884fa68396ca2bb6edf.tar.gz freebsd-ports-gnome-7101e3ec8af54ae1821d9884fa68396ca2bb6edf.tar.zst freebsd-ports-gnome-7101e3ec8af54ae1821d9884fa68396ca2bb6edf.zip |
dropping TLS support temporarily until TLS distfiles catch up this version.
-rw-r--r-- | mail/postfix-current/scripts/configure.postfix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix-current/scripts/configure.postfix b/mail/postfix-current/scripts/configure.postfix index 45a48ca4bde0..856287c71428 100644 --- a/mail/postfix-current/scripts/configure.postfix +++ b/mail/postfix-current/scripts/configure.postfix @@ -16,11 +16,11 @@ Please select desired options:" -1 -1 16 \ PCRE "Perl Compatible Regular Expressions" ON \ SASL "Cyrus SASL (Simple Authentication and Security Layer)" OFF \ DB3 "Berkeley DB3 (required if SASL also built with DB3)" OFF \ -TLS "Secure Sockets Layer and Transport Layer Security" OFF \ MySQL "MySQL map lookups" OFF \ OpenLDAP "OpenLDAP map lookups" OFF \ Test "SMTP/LMTP test server and generator" OFF \ 2> $tempfile +#TLS "Secure Sockets Layer and Transport Layer Security" OFF \ retval=$? |