--- rpms/qpsmtpd/sme10/qpsmtpd.spec 2018/03/11 05:43:50 1.28 +++ rpms/qpsmtpd/sme10/qpsmtpd.spec 2021/11/15 17:04:33 1.29 @@ -1,8 +1,8 @@ -# $Id: qpsmtpd.spec,v 1.27 2017/03/08 17:13:43 unnilennium Exp $ +# $Id: qpsmtpd.spec,v 1.28 2018/03/11 05:43:50 jpp Exp $ Name: qpsmtpd Version: 0.96 -Release: 19%{?dist} +Release: 20%{?dist} Summary: qpsmtpd + qpsmtpd-apache License: MIT Group: System Environment/Daemons @@ -50,6 +50,7 @@ Patch23: qpsmtpd-0.96-uribl_validate_dom 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 @@ -98,6 +99,7 @@ that turns Apache into an SMTP server us %patch24 -p1 %patch25 -p1 %patch26 -p1 +%patch27 -p1 %build CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}" @@ -170,6 +172,10 @@ 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]