diff options
Diffstat (limited to 'debian/examples/sasl/Sendmail.conf.2')
-rw-r--r-- | debian/examples/sasl/Sendmail.conf.2 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/examples/sasl/Sendmail.conf.2 b/debian/examples/sasl/Sendmail.conf.2 new file mode 100644 index 0000000..e627485 --- /dev/null +++ b/debian/examples/sasl/Sendmail.conf.2 @@ -0,0 +1,23 @@ +#Currently configurable parameters: +#- srvtab (for KERBEROS_V4): [/etc/srvtab] path +# where to find the srvtab +# +#- pwcheck_method: [PAM] one of {PAM, kerberos_v4, passwd, shadow, sasldb} +# how to check plaintext passwords. +# +#- auto_transition: [false] +# if true, automatically add secrets to the secret database when +# PLAIN or check_password is used, so in the future the user can +# use the more secure mechanisms. +# +#*** 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 +allowanonymouslogin: 0 +allowplaintext: 1 +mech_list: EXTERNAL DIGEST-MD5 CRAM-MD5 NTLM LOGIN PLAIN + |