cyrus.imapd.conf.erb: Change the sasl password check mechanism to saslauthd.
This commit is contained in:
parent
39eac24088
commit
7aa8271781
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||||
|
|
Loading…
Add table
Reference in a new issue