summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-02-05 17:51:18 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-02-05 17:51:18 +0000
commit0fafc1d6fe0befc829ea5ce4e6dcec744eb896fd (patch)
tree67141f0e9bdd4eae25ed0ad17434fda252541059 /mail
parentupdate tp 20010204. (diff)
dropping TLS support temporarily until TLS distfiles catch up this version.
Notes
Notes: svn path=/head/; revision=38005
Diffstat (limited to 'mail')
-rw-r--r--mail/postfix-current/scripts/configure.postfix2
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=$?