do not use digest-md5 as part of default auth mechanisms,
it does not coop with pam
This commit is contained in:
parent
e0b805b4c7
commit
58147a2761
@ -5,7 +5,7 @@ sievedir: /var/lib/imap/sieve
|
|||||||
sendmail: /usr/sbin/sendmail
|
sendmail: /usr/sbin/sendmail
|
||||||
hashimapspool: true
|
hashimapspool: true
|
||||||
sasl_pwcheck_method: saslauthd
|
sasl_pwcheck_method: saslauthd
|
||||||
sasl_mech_list: PLAIN LOGIN DIGEST-MD5
|
sasl_mech_list: PLAIN LOGIN
|
||||||
allowplaintext: no
|
allowplaintext: no
|
||||||
defaultdomain: mail
|
defaultdomain: mail
|
||||||
tls_cert_file: /etc/pki/cyrus-imapd/cyrus-imapd.pem
|
tls_cert_file: /etc/pki/cyrus-imapd/cyrus-imapd.pem
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: cyrus-imapd
|
Name: cyrus-imapd
|
||||||
Version: 2.4.12
|
Version: 2.4.12
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
|
|
||||||
%define ssl_pem_file %{_sysconfdir}/pki/%{name}/%{name}.pem
|
%define ssl_pem_file %{_sysconfdir}/pki/%{name}/%{name}.pem
|
||||||
|
|
||||||
@ -481,6 +481,10 @@ fi
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 07 2011 Michal Hlavinka <mhlavink@redhat.com> - 2.4.12-5
|
||||||
|
- do not use digest-md5 as part of default auth mechanisms,
|
||||||
|
it does not coop with pam
|
||||||
|
|
||||||
* Tue Nov 22 2011 Michal Hlavinka <mhlavink@redhat.com> - 2.4.12-4
|
* Tue Nov 22 2011 Michal Hlavinka <mhlavink@redhat.com> - 2.4.12-4
|
||||||
- reduce noisy logging, add option to turn on LOG_DEBUG syslog
|
- reduce noisy logging, add option to turn on LOG_DEBUG syslog
|
||||||
messages again (thanks Philip Prindeville) (#754940)
|
messages again (thanks Philip Prindeville) (#754940)
|
||||||
|
Loading…
Reference in New Issue
Block a user