--- rpms/qpsmtpd/sme10/qpsmtpd.spec 2017/03/08 17:13:43 1.27 +++ rpms/qpsmtpd/sme10/qpsmtpd.spec 2021/11/15 17:04:33 1.29 @@ -1,8 +1,8 @@ -# $Id: qpsmtpd.spec,v 1.26 2017/03/07 16:07:34 unnilennium Exp $ +# $Id: qpsmtpd.spec,v 1.28 2018/03/11 05:43:50 jpp Exp $ Name: qpsmtpd Version: 0.96 -Release: 18%{?dist} +Release: 20%{?dist} Summary: qpsmtpd + qpsmtpd-apache License: MIT Group: System Environment/Daemons @@ -49,6 +49,8 @@ Patch22: qpsmtpd-0.96-eval_dkim_policies Patch23: qpsmtpd-0.96-uribl_validate_domains.patch Patch24: qpsmtpd-0.96-bz10112-whitelist.patch Patch25: qpsmtpd-0.96-SME10139-Message-Id.patch +Patch26: qpsmtpd-0.96-bz10290-spamassassin-fetchmail.patch +Patch27: qpsmtpd-0.96-bz10387-load_plugins-on-start.patch %description qpsmtpd is a flexible smtpd daemon written in Perl. Apart from the core @@ -96,6 +98,8 @@ that turns Apache into an SMTP server us %patch23 -p1 %patch24 -p1 %patch25 -p1 +%patch26 -p1 +%patch27 -p1 %build CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}" @@ -168,6 +172,13 @@ fi %changelog +* Mon Nov 15 2021 Jean-Philippe Pialasse 0.96-20.sme +- fix configuration not honoured on initial start [SME: 10387] + commented out load_plugins see https://github.com/smtpd/qpsmtpd/issues/288. + +* Sun Mar 11 2018 Jean-Philipe Pialasse 0.96-19.sme +- add support to force spamcheck on specific IP for fetchmail [SME: 10290] + * Tue Mar 07 2017 Jean-Philipe Pialasse 0.96-18.sme - Removed Message-Id validation, as it rejects MS account validation email [SME: 10139]