diff options
Diffstat (limited to 'debian/examples/sasl/Sendmail.conf.2')
-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 |