--- rpms/smeserver-qpsmtpd/sme10/smeserver-qpsmtpd.spec 2016/04/17 21:15:41 1.11 +++ rpms/smeserver-qpsmtpd/sme10/smeserver-qpsmtpd.spec 2016/04/22 21:23:33 1.17 @@ -1,10 +1,10 @@ -# $Id: smeserver-qpsmtpd.spec,v 1.10 2016/04/17 10:21:36 vip-ire Exp $ +# $Id: smeserver-qpsmtpd.spec,v 1.16 2016/04/22 08:38:15 vip-ire Exp $ Summary: SME Server qpsmtpd module %define name smeserver-qpsmtpd Name: %{name} %define version 2.6.0 -%define release 11 +%define release 17 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -20,6 +20,12 @@ Patch6: smeserver-qpsmtpd-2.6.0-bogus_bo Patch7: smeserver-qpsmtpd-2.6.0-use_clamdscan_plugin.patch Patch8: smeserver-qpsmtpd-2.6.0-set_karma_negative.patch Patch9: smeserver-qpsmtpd-2.6.0-change_rbl_sbl_list_separator.patch +Patch10: smeserver-qpsmtpd-2.6.0-add_uribl_support.patch +Patch11: smeserver-qpsmtpd-2.6.0-helo_default_to_rfc.patch +Patch12: smeserver-qpsmtpd-2.6.0-use_naughty_plugin.patch +Patch13: smeserver-qpsmtpd-2.6.0-karma_before_earlytalker.patch +Patch14: smeserver-qpsmtpd-2.6.0-external_badrcptto.patch +Patch15: smeserver-qpsmtpd-2.6.0-smtpd_to_qpsmtpd.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot Requires: qpsmtpd >= 0.96 Requires: perl(Mail::DKIM) @@ -52,6 +58,27 @@ AutoReqProv: no SME Server qpsmtpd smtpd module %changelog +* Fri Apr 22 2016 Daniel Berteaud 2.6.0-17.sme +- Merge smtpd entry into qpsmtpd, same for ssmtpd into sqpsmtpd [SME: 9478] + +* Fri Apr 22 2016 Daniel Berteaud 2.6.0-16.sme +- Use an additional badrcptto file list for external connections so + local only pseudonymes work as expected [SME: 9460] [SME: 4597] + +* Thu Apr 21 2016 Daniel Berteaud 2.6.0-15.sme +- Call karma before earlytalker and add support for the new strikes param + [SME: 9462] + +* Wed Apr 20 2016 Daniel Berteaud 2.6.0-14.sme +- Use the naughty plugin to defer rejections, leaving users an opportunity + to authenticate [SME: 5092] + +* Wed Apr 20 2016 Daniel Berteaud 2.6.0-13.sme +- Use the helo plugin to check reverse DNS [SME: 2370] + +* Mon Apr 18 2016 Daniel Berteaud 2.6.0-12.sme +- Add support for uribl plugin, disabled by default [SME: 9467] + * Sun Apr 17 2016 Daniel Berteaud 2.6.0-11.sme - Change separator for SBList and RBLlist from : to , [SME: 8484] @@ -780,6 +807,12 @@ SME Server qpsmtpd smtpd module %patch7 -p1 %patch8 -p1 %patch9 -p1 +%patch10 -p1 +%patch11 -p1 +%patch12 -p1 +%patch13 -p1 +%patch14 -p1 +%patch15 -p1 %build perl createlinks @@ -790,13 +823,16 @@ mkdir -p $PEERS_CONFIG/0 mkdir -p $PEERS_CONFIG/local DISABLE_LOCAL=" +09karma 10earlytalker 12count_unrecognized_commands +15helo 16resolvable_fromhost -18karma 19loadcheck 20rhsbl 22dnsbl +23naughty +34badrcptto_ext 70spamassassin " @@ -806,6 +842,7 @@ do done DISABLE_EXTERNAL=" +34badrcptto 65disclaimer "