cyrus.imapd.conf.erb: Change the sasl password check mechanism to saslauthd.

This commit is contained in:
Lari Huttunen 2013-03-01 18:47:15 +01:00
parent 39eac24088
commit 7aa8271781

View file

@ -188,7 +188,7 @@ sasl_mech_list: PLAIN LOGIN
# #
# Do note that, since sasl will be run as user cyrus, you may have a lot of # Do note that, since sasl will be run as user cyrus, you may have a lot of
# trouble to set this up right. # trouble to set this up right.
sasl_pwcheck_method: auxprop sasl_pwcheck_method: saslauthd
# What auxpropd plugins to load, if using sasl_pwcheck_method: auxprop # What auxpropd plugins to load, if using sasl_pwcheck_method: auxprop
# by default, all plugins are tried (which is probably NOT what you want). # by default, all plugins are tried (which is probably NOT what you want).