From 7aa827178161b15d5ef48164131b06f35590354a Mon Sep 17 00:00:00 2001 From: Lari Huttunen Date: Fri, 1 Mar 2013 18:47:15 +0100 Subject: [PATCH] cyrus.imapd.conf.erb: Change the sasl password check mechanism to saslauthd. --- cyrus/templates/imapd.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyrus/templates/imapd.conf.erb b/cyrus/templates/imapd.conf.erb index e8618f7..d8decb1 100644 --- a/cyrus/templates/imapd.conf.erb +++ b/cyrus/templates/imapd.conf.erb @@ -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 # 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 # by default, all plugins are tried (which is probably NOT what you want).