--- rpms/smeserver-dovecot/sme10/smeserver-dovecot.spec 2016/02/05 23:44:07 1.1 +++ rpms/smeserver-dovecot/sme10/smeserver-dovecot.spec 2020/05/02 21:40:16 1.6 @@ -1,5 +1,5 @@ %define version 1.6.0 -%define release 1 +%define release 6 %define name smeserver-dovecot @@ -11,6 +11,11 @@ License: GPL Group: Networking/Daemons Source: %{name}-%{version}.tar.xz +Patch0: smeserver-dovecot-1.6.0-set_cipher_list.patch +Patch1: smeserver-dovecot-1.6.0-pop3.patch +Patch2: smeserver-dovecot-1.6.0-bz10934-Ciphers-and-TLS.patch +Patch3: smeserver-dovecot-1.6.0-bz9865-use-email-to-auth.patch + BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch BuildRequires: e-smith-devtools @@ -19,7 +24,9 @@ Requires: e-smith-base >= 5.2.0 Requires: dovecot >= 2.0.9 Provides: e-smith-imap +Provides: e-smith-pop3 Obsoletes: e-smith-imap +Obsoletes: e-smith-pop3 Obsoletes: e-smith-ssl-imap Obsoletes: e-smith-wu-imap Obsoletes: imap @@ -34,6 +41,31 @@ Configure the dovecot IMAP server with s quota, ACL, extended logging, master user %changelog +* Sat May 02 2020 Jean-Philipe Pialasse 1.6.0-6.sme +- add property AcceptFullEmail with anabled as default [SME: 9865] + * this allow to login using either username or username@domain.tld + dovecot get the username part. + +* Fri May 01 2020 Jean-Philipe Pialasse 1.6.0-5.sme +- set TLSv1 and TLSv1.1 disabled as default [SME: 10934] + * Amend cipher list + * force cipher order + * 4096 default dh parameter + * property names without period to avoid issues + +* Sun Apr 26 2020 Jean-Philipe Pialasse 1.6.0-3.sme +- Use Dovecot for pop3 and pop3s [SME: 7510] + *delete /etc/pam.d/pop3 if exists + *listen on internal and external interface instead of * + *update the service on ip-change + *reuse the ListenIP prop in pop3* and added to imap* + *migrate pop3* MemLimit to pop3 ProcessMemoryLimit as per imap + *TODO make it ipv6 ready +- smeserver-dovecot-upgrade event for update without reboot [SME: 10932] + +* Thu Feb 23 2017 Daniel Berteaud 1.6.0-2.sme +- Better default cipher suite, and honor global suite [SME: 10110] + * Sat Feb 06 2016 stephane de Labrusse 1.6.0-1.sme - Initial release to sme10 @@ -107,6 +139,11 @@ quota, ACL, extended logging, master use %prep %setup -q -n %{name}-%{version} +%patch0 -p1 +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 + %build perl createlinks