--- rpms/smeserver-qpsmtpd/sme9/smeserver-qpsmtpd.spec 2016/05/06 20:56:26 1.17 +++ rpms/smeserver-qpsmtpd/sme9/smeserver-qpsmtpd.spec 2016/05/06 21:28:42 1.22 @@ -1,10 +1,10 @@ -# $Id: smeserver-qpsmtpd.spec,v 1.16 2016/05/06 20:49:32 vip-ire Exp $ +# $Id: smeserver-qpsmtpd.spec,v 1.21 2016/05/06 21:24:46 vip-ire Exp $ Summary: SME Server qpsmtpd module %define name smeserver-qpsmtpd Name: %{name} %define version 2.4.0 -%define release 18 +%define release 23 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -27,6 +27,11 @@ Patch14: smeserver-qpsmtpd-2.4.0-dhparam Patch15: smeserver-qpsmtpd-2.4.0-karma.patch Patch16: smeserver-qpsmtpd-2.4.0-loadcheck.patch Patch17: smeserver-qpsmtpd-2.4.0-use_clamdscan_plugin.patch +Patch18: smeserver-qpsmtpd-2.4.0-change_rbl_sbl_list_separator.patch +Patch19: smeserver-qpsmtpd-2.4.0-add_uribl_support.patch +Patch20: smeserver-qpsmtpd-2.4.0-use_naughty_plugin.patch +Patch21: smeserver-qpsmtpd-2.4.0-bogus_bounce.patch +Patch22: smeserver-qpsmtpd-2.4.0-external_badrcptto.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot Requires: qpsmtpd >= 0.96 Requires: perl(ClamAV::Client) @@ -59,6 +64,23 @@ AutoReqProv: no SME Server qpsmtpd smtpd module %changelog +* Fri May 6 2016 Daniel Berteaud 2.4.0-23.sme +- Use an additional badrcptto file list for external connections so + local only pseudonymes work as expected [SME: 9503] + +* Fri May 6 2016 Daniel Berteaud 2.4.0-22.sme +- Enable the bogus_bounce plugin [SME: 9501] + +* Fri May 6 2016 Daniel Berteaud 2.4.0-21.sme +- Use the naughty plugin to defer rejections, leaving users an opportunity + to authenticate [SME: 9500] + +* Fri May 6 2016 Daniel Berteaud 2.4.0-20.sme +- Add support for the uribl plugin [SME: 9499] + +* Fri May 6 2016 Daniel Berteaud 2.4.0-19.sme +- Change separator for SBList and RBLlist from : to , [SME: 9498] + * Fri May 6 2016 Daniel Berteaud 2.4.0-18.sme - Switch to the clamdscan plugin [SME: 9497] @@ -770,6 +792,11 @@ SME Server qpsmtpd smtpd module %patch15 -p1 %patch16 -p1 %patch17 -p1 +%patch18 -p1 +%patch19 -p1 +%patch20 -p1 +%patch21 -p1 +%patch22 -p1 %build perl createlinks @@ -787,6 +814,7 @@ DISABLE_LOCAL=" 19loadcheck 20rhsbl 22dnsbl +34badrcptto_ext 70spamassassin " @@ -796,6 +824,7 @@ do done DISABLE_EXTERNAL=" +34badrcptto 65disclaimer "