diff options
author | Daniel Hoffend <dh@dotlan.net> | 2015-04-11 11:34:00 +0200 |
---|---|---|
committer | Daniel Hoffend <dh@dotlan.net> | 2015-04-11 11:34:00 +0200 |
commit | 82a83120181510f8c7021bb878bb02e51250e7cf (patch) | |
tree | f5aa42c7b2d88b76ca3071efe5e8d4fd9f151e5a /share | |
parent | 4bbbb5c3817b23b1c15b364761a6ab89bd247dbb (diff) | |
download | pykolab-82a83120181510f8c7021bb878bb02e51250e7cf.tar.gz |
Remove auxprop from default imapd configuration
According to the documention auxprop is only used in combination with
the local sasldb2 password file or other auxprop password plugins. Since
saslauthd is taking care for all user related authentication auxprop is
obsolete (in the kolab default setup).
Diffstat (limited to 'share')
-rw-r--r-- | share/templates/imapd.conf.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/templates/imapd.conf.tpl b/share/templates/imapd.conf.tpl index 194135e..6437949 100644 --- a/share/templates/imapd.conf.tpl +++ b/share/templates/imapd.conf.tpl @@ -3,7 +3,7 @@ partition-default: /var/spool/imap admins: $admins sievedir: /var/lib/imap/sieve sendmail: /usr/sbin/sendmail -sasl_pwcheck_method: auxprop saslauthd +sasl_pwcheck_method: saslauthd sasl_mech_list: PLAIN LOGIN allowplaintext: no tls_server_cert: /etc/pki/cyrus-imapd/cyrus-imapd.pem |