summaryrefslogtreecommitdiff
path: root/debian/examples/sasl/sasl.m4.in
diff options
context:
space:
mode:
authorRichard A Nelson (Rick) <cowboy@debian.org>2005-03-01 19:02:00 +0000
committerAndreas Beckmann <debian@abeckmann.de>2012-10-01 19:58:46 +0200
commitb8c9d9d14db0b72b65a54a4285066e2024ea4a03 (patch)
tree05c47a47c6efcce83b44383979059765f824dfb6 /debian/examples/sasl/sasl.m4.in
parenta875402789ecb6c61ead9b214e258c83e4d135e6 (diff)
downloadsendmail-debian/8.13.3-8.tar.gz
Imported Debian patch 8.13.3-8debian/8.13.3-8
Diffstat (limited to 'debian/examples/sasl/sasl.m4.in')
-rw-r--r--debian/examples/sasl/sasl.m4.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/examples/sasl/sasl.m4.in b/debian/examples/sasl/sasl.m4.in
index 0eb8dcc..f1afcf8 100644
--- a/debian/examples/sasl/sasl.m4.in
+++ b/debian/examples/sasl/sasl.m4.in
@@ -40,11 +40,11 @@ dnl #
dnl # Available Authentication methods
dnl #
define(`confAUTH_MECHANISMS',dnl
-`DIGEST-MD5 CRAM-MD5 NTLM PLAIN LOGIN')dnl
+`DIGEST-MD5 CRAM-MD5 PLAIN LOGIN')dnl
dnl #
dnl # These, we will trust for relaying
dnl #
-TRUST_AUTH_MECH(`DIGEST-MD5 CRAM-MD5 NTLM PLAIN LOGIN')
+TRUST_AUTH_MECH(`DIGEST-MD5 CRAM-MD5 PLAIN LOGIN')
dnl #
dnl # for 8.12.0+, add EXTERNAL as an available & trusted mech (w/STARTTLS)
dnl # and allow sharing of /etc/sasldb(2) file, allow group read/write