--- rpms/smeserver-qpsmtpd/sme9/smeserver-qpsmtpd.spec 2016/05/06 21:02:01 1.18 +++ 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.17 2016/05/06 20:56:26 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 19 +%define release 23 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -28,6 +28,10 @@ Patch15: smeserver-qpsmtpd-2.4.0-karma.p 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) @@ -60,6 +64,20 @@ 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] @@ -775,6 +793,10 @@ SME Server qpsmtpd smtpd module %patch16 -p1 %patch17 -p1 %patch18 -p1 +%patch19 -p1 +%patch20 -p1 +%patch21 -p1 +%patch22 -p1 %build perl createlinks @@ -792,6 +814,7 @@ DISABLE_LOCAL=" 19loadcheck 20rhsbl 22dnsbl +34badrcptto_ext 70spamassassin " @@ -801,6 +824,7 @@ do done DISABLE_EXTERNAL=" +34badrcptto 65disclaimer "