/[smeserver]/rpms/smeserver-qpsmtpd/sme9/smeserver-qpsmtpd.spec
ViewVC logotype

Diff of /rpms/smeserver-qpsmtpd/sme9/smeserver-qpsmtpd.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.23 by vip-ire, Fri May 6 22:12:06 2016 UTC Revision 1.30 by vip-ire, Mon May 16 10:22:42 2016 UTC
# Line 1  Line 1 
1  # $Id: smeserver-qpsmtpd.spec,v 1.22 2016/05/06 21:28:42 vip-ire Exp $  # $Id: smeserver-qpsmtpd.spec,v 1.29 2016/05/07 06:52:02 vip-ire Exp $
2    
3  Summary: SME Server qpsmtpd module  Summary: SME Server qpsmtpd module
4  %define name smeserver-qpsmtpd  %define name smeserver-qpsmtpd
5  Name: %{name}  Name: %{name}
6  %define version 2.4.0  %define version 2.4.0
7  %define release 24  %define release 28
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
# Line 35  Patch22: smeserver-qpsmtpd-2.4.0-externa Line 35  Patch22: smeserver-qpsmtpd-2.4.0-externa
35  Patch23: smeserver-qpsmtpd-2.4.0-inbound_spf.patch  Patch23: smeserver-qpsmtpd-2.4.0-inbound_spf.patch
36  Patch24: smeserver-qpsmtpd-2.4.0-inbound_dkim.patch  Patch24: smeserver-qpsmtpd-2.4.0-inbound_dkim.patch
37  Patch25: smeserver-qpsmtpd-2.4.0-inbound_dmarc.patch  Patch25: smeserver-qpsmtpd-2.4.0-inbound_dmarc.patch
38  Patch26: smeserver-qpsmtpd-2.4.0-init_dmarc_report_db.patch  Patch26: smeserver-qpsmtpd-2.4.0-dkim_signing.patch
39  Patch27: smeserver-qpsmtpd-2.4.0-dmarc_settings_bool.patch  Patch27: smeserver-qpsmtpd-2.4.0-init_dmarc_report_db.patch
40  Patch28: smeserver-qpsmtpd-2.4.0-dmarc_reporting.patch  Patch28: smeserver-qpsmtpd-2.4.0-dmarc_settings_bool.patch
41  Patch29: smeserver-qpsmtpd-2.4.0-spf_reject_policy.patch  Patch29: smeserver-qpsmtpd-2.4.0-dmarc_reporting.patch
42    Patch30: smeserver-qpsmtpd-2.4.0-spf_reject_policy.patch
43    Patch31: smeserver-qpsmtpd-2.4.0-PERMS.patch
44    Patch32: smeserver-qpsmtpd-2.4.0-fix_syntax_in_print_dns.patch
45    Patch33: smeserver-qpsmtpd-2.4.0-set_dkim_option_after_key.patch
46  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
47  Requires: qpsmtpd >= 0.96  Requires: qpsmtpd >= 0.96
48  Requires: perl(ClamAV::Client)  Requires: perl(ClamAV::Client)
49  Requires: perl(Mail::DKIM)  Requires: perl(Mail::DKIM)
50  Requires: perl(Mail::DKIM::DkSignature)  Requires: perl(Mail::DKIM::DkSignature)
51  Requires: perl(Mail::DMARC)  Requires: perl(Mail::DMARC)
52    Requires: perl(DBD::SQLite)
53  Requires: daemontools  Requires: daemontools
54  Requires: qpsmtpd-plugins >= 0.0.1-sme04  Requires: qpsmtpd-plugins >= 0.0.1-sme04
55  Requires: ipsvd  Requires: ipsvd
# Line 72  AutoReqProv: no Line 77  AutoReqProv: no
77  SME Server qpsmtpd smtpd module  SME Server qpsmtpd smtpd module
78    
79  %changelog  %changelog
80    * Mon May 16 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-28.sme
81    - In qpsmtpd-print-dns set DKIM options after the public key so the string
82      will still be splitted correctly [SME: 9506]
83    
84    * Sat May 7 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-27.sme
85    - Fix a syntax error in the qpsmtpd-print-dns script [SME: 9507]
86    
87    * Sat May 7 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-26.sme
88    - Remove warning about spool dir permission on startup [SME: 9511]
89    
90    * Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-25.sme
91    - Add missing patch for DKIM signing [SME: 9506]
92    - Create needed directories [SME: 9507]
93    - Add missing run time dependency on perl(DBD::SQLite) [SME: 9507]
94    
95  * Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-24.sme  * Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-24.sme
96  - Check SPF for inbound emails [SME: 9505]  - Check SPF for inbound emails [SME: 9505]
97  - Check DKIM for inbound emails [SME: 9504]  - Check DKIM for inbound emails [SME: 9504]
98  - Check DMARC for inbound emails (based on the previous SPF and DKIM checks)  - Check DMARC for inbound emails (based on the previous SPF and DKIM checks)
99    [SME: 9507]    [SME: 9507]
100  - Store and send DMARC aggregate reports [SME: 9507]  - Store and send DMARC aggregate reports [SME: 9507]
101  - Support DKIM signing for outbounb emails [SME: 9506]  - Support DKIM signing for outbound emails [SME: 9506]
102    
103  * Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-23.sme  * Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-23.sme
104  - Use an additional badrcptto file list for external connections so  - Use an additional badrcptto file list for external connections so
# Line 820  SME Server qpsmtpd smtpd module Line 840  SME Server qpsmtpd smtpd module
840  %patch27 -p1  %patch27 -p1
841  %patch28 -p1  %patch28 -p1
842  %patch29 -p1  %patch29 -p1
843    %patch30 -p1
844    %patch31 -p1
845    %patch32 -p1
846    %patch33 -p1
847    
848  %build  %build
849  perl createlinks  perl createlinks
850    
851    mkdir -p root/var/lib/qpsmtpd/karma
852    mkdir -p root/var/lib/qpsmtpd/dmarc
853    mkdir -p root/home/e-smith/dkim_keys/default
854    mkdir -p root/var/service/qpsmtpd/config/dkim
855    
856  PEERS_CONFIG=root/etc/e-smith/templates/var/service/qpsmtpd/config/peers  PEERS_CONFIG=root/etc/e-smith/templates/var/service/qpsmtpd/config/peers
857  mkdir -p $PEERS_CONFIG/0  mkdir -p $PEERS_CONFIG/0
858  mkdir -p $PEERS_CONFIG/local  mkdir -p $PEERS_CONFIG/local


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed