--- rpms/smeserver-qpsmtpd/sme10/smeserver-qpsmtpd.spec 2016/05/06 09:46:48 1.21 +++ rpms/smeserver-qpsmtpd/sme10/smeserver-qpsmtpd.spec 2017/04/12 21:32:49 1.32 @@ -1,10 +1,10 @@ -# $Id: smeserver-qpsmtpd.spec,v 1.20 2016/05/06 09:30:19 vip-ire Exp $ +# $Id: smeserver-qpsmtpd.spec,v 1.31 2017/02/27 18:56:04 unnilennium Exp $ Summary: SME Server qpsmtpd module %define name smeserver-qpsmtpd Name: %{name} %define version 2.6.0 -%define release 20 +%define release 29 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -34,6 +34,12 @@ Patch20: smeserver-qpsmtpd-2.6.0-init_dm Patch21: smeserver-qpsmtpd-2.6.0-dmarc_settings_bool.patch Patch22: smeserver-qpsmtpd-2.6.0-dmarc_reporting.patch Patch23: smeserver-qpsmtpd-2.6.0-spf_reject_policy.patch +Patch24: smeserver-qpsmtpd-2.6.0-fix_syntax_in_print_dns.patch +Patch25: smeserver-qpsmtpd-2.6.0-set_dkim_option_after_key.patch +Patch26: smeserver-qpsmtpd-2.6.0-remove_o_and_r_dkim_fields.patch +Patch27: smeserver-qpsmtpd-2.6.0-missing_default_props.patch +Patch28: smeserver-qpsmtpd-2.6.0-fix_disabling_dmarc_reports.patch +Patch29: smeserver-qpsmtpd-2.6.0-spf_and_dmarc_reject_off.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot Requires: qpsmtpd >= 0.96 Requires: perl(Mail::DKIM) @@ -67,6 +73,41 @@ AutoReqProv: no SME Server qpsmtpd smtpd module %changelog +* Wed Apr 12 2017 Jean-Philipe Pialasse 2.6.0-29.sme +- update patch smeserver-qpsmtpd-2.6.0-smtpd_to_qpsmtpd.patch [SME: 9478] +- Greeting property was still attached to smtpd in a template + +* Mon Feb 27 2017 Jean-Philipe Pialasse 2.6.0-28.sme +- updated regex for RBL and SBL in smeserver-qpsmtpd-2.6.0-change_rbl_sbl_list_separator.patch +- to take into account list using a subdomain [SME: 10123] +- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, + by assuming the date is correct and changing the weekday. + Thu May 11 2005 --> Thu May 05 2005 or Wed May 11 2005 or Thu May 12 2005 or .... + Sun Sep 25 2010 --> Sun Sep 19 2010 or Sat Sep 25 2010 or Sun Sep 26 2010 or .... + +* Tue Jul 12 2016 Daniel Berteaud 2.6.0-27.sme +- Turn SPF and DMARC rejects off by default [SME: 9664] + +* Fri Jun 17 2016 Daniel Berteaud 2.6.0-26.sme +- Fix disabling DMARC reporting [SME: 9206] + +* Tue Jun 7 2016 Daniel Berteaud 2.6.0-25.sme +- Add missing tnef2mime and MaximumDateOffset to qpsmtpd [SME: 9560] + +* Fri May 27 2016 Daniel Berteaud 2.6.0-24.sme +- Create missing directories for DKIM keys [SME: 9496] +- Create missing directory for the DMARC report database [SME: 9206] + +* Tue May 24 2016 Daniel Berteaud 2.6.0-23.sme +- Remove o and r DKIM fields as they are not standard [SME: 9496] + +* Mon May 16 2016 Daniel Berteaud 2.6.0-22.sme +- In qpsmtpd-print-dns set DKIM options after the public key so the string + will still be splitted correctly [SME: 9496] + +* Sat May 7 2016 Daniel Berteaud 2.6.0-21.sme +- Fix a syntax error in qpsmtpd-print-dns script [SME: 9206] + * Fri May 6 2016 Daniel Berteaud 2.6.0-20.sme - Enable DMARC checking and reporting [SME: 9206] - Add helper to publish DKIM/DMARC/SPF policy [SME: 9496] @@ -200,10 +241,12 @@ SME Server qpsmtpd smtpd module * Fri Oct 1 2010 Daniel Berteaud 2.2.0-10.sme - Fix RelayRequiresAuth for local network [SME: 5575] -* Sun Sep 25 2010 Shad L. Lords 2.2.0-9.sme +* Sat Sep 25 2010 Shad L. Lords 2.2.0-9.sme + Sun Sep 25 2010 --> Sun Sep 19 2010 or Sat Sep 25 2010 or Sun Sep 26 2010 or .... - Make tls ciphers configurable [SME: 6241] -* Sun Sep 25 2010 Shad L. Lords 2.2.0-8.sme +* Sat Sep 25 2010 Shad L. Lords 2.2.0-8.sme + Sun Sep 25 2010 --> Sun Sep 19 2010 or Sat Sep 25 2010 or Sun Sep 26 2010 or .... - Require auth for all relays (local too) [SME: 5575] * Sat Jun 5 2010 Ian Wells 2.2.0-7.sme @@ -707,16 +750,19 @@ SME Server qpsmtpd smtpd module - Make sure that empty templates-begin files exist in peers/{0,local} templates directories. -* Thu May 11 2005 Gordon Rowell +* Wed May 11 2005 Gordon Rowell + Thu May 11 2005 --> Thu May 05 2005 or Wed May 11 2005 or Thu May 12 2005 or .... - [0.0.4-12] - Fix up config/relayclients - need a dot after network blocks -* Thu May 11 2005 Gordon Rowell +* Wed May 11 2005 Gordon Rowell + Thu May 11 2005 --> Thu May 05 2005 or Wed May 11 2005 or Thu May 12 2005 or .... - [0.0.4-11] - Also regenerate goodrcptto in {user,pseudonym}-modify, since details about the account may have changed -* Thu May 11 2005 Gordon Rowell +* Wed May 11 2005 Gordon Rowell + Thu May 11 2005 --> Thu May 05 2005 or Wed May 11 2005 or Thu May 12 2005 or .... - [0.0.4-10] - Actually regenerate goodrcptto in the events mentioned in 0.0.3-01 (typo in createlinks) @@ -842,10 +888,19 @@ SME Server qpsmtpd smtpd module %patch21 -p1 %patch22 -p1 %patch23 -p1 +%patch24 -p1 +%patch25 -p1 +%patch26 -p1 +%patch27 -p1 +%patch28 -p1 +%patch29 -p1 %build perl createlinks mkdir -p root/var/lib/qpsmtpd/karma +mkdir -p root/var/lib/qpsmtpd/dmarc +mkdir -p root/home/e-smith/dkim_keys/default +mkdir -p root/var/service/qpsmtpd/config/dkim PEERS_CONFIG=root/etc/e-smith/templates/var/service/qpsmtpd/config/peers mkdir -p $PEERS_CONFIG/0