diff options
author | Richard A Nelson (Rick) <cowboy@debian.org> | 2006-09-15 00:00:25 +0000 |
---|---|---|
committer | Andreas Beckmann <debian@abeckmann.de> | 2012-10-01 19:59:01 +0200 |
commit | f0f36485dea156186c1c26f1d281e3f508da0c7a (patch) | |
tree | 2d3f3aa9ce7fbf15d0510c6120b605f849817afe /debian/examples | |
parent | 896b3e655fe945bda9e3f0d53d38352163da5081 (diff) | |
download | sendmail-debian/8.13.8-3.tar.gz |
Imported Debian patch 8.13.8-3debian/8.13.8-3
Diffstat (limited to 'debian/examples')
-rw-r--r-- | debian/examples/sasl/Sendmail.conf.2 | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/debian/examples/sasl/Sendmail.conf.2 b/debian/examples/sasl/Sendmail.conf.2 index 0d90164..81f2a0e 100644 --- a/debian/examples/sasl/Sendmail.conf.2 +++ b/debian/examples/sasl/Sendmail.conf.2 @@ -13,10 +13,15 @@ #*** For a more detailed guide on configuring SASL, please look at #doc/sysadmin.html. # -auto_transition: true pwcheck_method: saslauthd -pwcheck_method: auxprop saslauthd -auxprop_plugin: sasldb +# +# If you need plain text, the following converts plain to more secure +# and allow plaintext from pam/ldap/etc +#auto_transition: true +#pwcheck_method: auxprop saslauthd +#auxprop_plugin: sasldb +# +# How paranoid are you ? allowanonymouslogin: 0 allowplaintext: 1 mech_list: EXTERNAL DIGEST-MD5 CRAM-MD5 LOGIN PLAIN |