/[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.39 by vip-ire, Sat May 20 11:14:10 2017 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.38 2017/05/12 23:15:42 unnilennium 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 37
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    Patch34: smeserver-qpsmtpd-2.4.0-remove_o_and_r_dkim_fields.patch
47    Patch35: smeserver-qpsmtpd-2.4.0-fix_disabling_dmarc_reports.patch
48    Patch36: smeserver-qpsmtpd-2.4.0-spf_and_dmarc_reject_off.patch
49    Patch37: smeserver-qpsmtpd-2.4.0-default_helo_policy_lenient.patch
50    Patch38: smeserver-qpsmtpd-2.6.0-disable_dmarc_report.patch
51  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
52  Requires: qpsmtpd >= 0.96  Requires: qpsmtpd >= 0.96
53  Requires: perl(ClamAV::Client)  Requires: perl(ClamAV::Client)
54  Requires: perl(Mail::DKIM)  Requires: perl(Mail::DKIM)
55  Requires: perl(Mail::DKIM::DkSignature)  Requires: perl(Mail::DKIM::DkSignature)
56  Requires: perl(Mail::DMARC)  Requires: perl(Mail::DMARC)
57    Requires: perl(DBD::SQLite)
58  Requires: daemontools  Requires: daemontools
59  Requires: qpsmtpd-plugins >= 0.0.1-sme04  Requires: qpsmtpd-plugins >= 0.0.1-sme04
60  Requires: ipsvd  Requires: ipsvd
# Line 64  Requires: perl-Convert-TNEF Line 74  Requires: perl-Convert-TNEF
74  Requires: perl-IO-stringy  Requires: perl-IO-stringy
75  Requires: perl-File-MMagic  Requires: perl-File-MMagic
76  Requires: perl-MIME-tools  Requires: perl-MIME-tools
77    Conflicts: smeserver-wbl < 0.3.0-14
78  BuildArchitectures: noarch  BuildArchitectures: noarch
79  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
80  AutoReqProv: no  AutoReqProv: no
# Line 72  AutoReqProv: no Line 83  AutoReqProv: no
83  SME Server qpsmtpd smtpd module  SME Server qpsmtpd smtpd module
84    
85  %changelog  %changelog
86    * Sat May 20 2017 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-37.sme
87    - Turn DMARC reporting off by default [SME: 10320]
88    
89    * Sat May 06 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-36.sme
90    - prevent incoming email to stop if smeserver-wbl is installed and not updated [SME: 10276]
91    
92    * Mon Feb 27 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-34.sme
93    - updated regex for SBList in smeserver-qpsmtpd-2.4.0-change_rbl_sbl_list_separator.patch
94    - to take into account list using a subdomain [SME: 10116]
95    - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
96      by assuming the date is correct and changing the weekday.
97      Thu May 11 2005 --> Thu May 05 2005 or Wed May 11 2005 or Thu May 12 2005 or ....
98      Sun Sep 25 2010 --> Sun Sep 19 2010 or Sat Sep 25 2010 or Sun Sep 26 2010 or ....
99    
100    * Tue Sep 13 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-32.sme
101    - Set the default helo policy to lenient [SME: 9767]
102    
103    * Tue Jul 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-31.sme
104    - Turn SPF and DMARC rejects off by default [SME: 9654]
105    
106    * Fri Jun 17 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-30.sme
107    - Fix disabling DMARC reporting [SME: 9507]
108    
109    * Tue May 24 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-29.sme
110    - Remove o and r DKIM fields as they are not standard [SME: 9506]
111    
112    * Mon May 16 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-28.sme
113    - In qpsmtpd-print-dns set DKIM options after the public key so the string
114      will still be splitted correctly [SME: 9506]
115    
116    * Sat May 7 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-27.sme
117    - Fix a syntax error in the qpsmtpd-print-dns script [SME: 9507]
118    
119    * Sat May 7 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-26.sme
120    - Remove warning about spool dir permission on startup [SME: 9511]
121    
122    * Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-25.sme
123    - Add missing patch for DKIM signing [SME: 9506]
124    - Create needed directories [SME: 9507]
125    - Add missing run time dependency on perl(DBD::SQLite) [SME: 9507]
126    
127  * 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
128  - Check SPF for inbound emails [SME: 9505]  - Check SPF for inbound emails [SME: 9505]
129  - Check DKIM for inbound emails [SME: 9504]  - Check DKIM for inbound emails [SME: 9504]
130  - 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)
131    [SME: 9507]    [SME: 9507]
132  - Store and send DMARC aggregate reports [SME: 9507]  - Store and send DMARC aggregate reports [SME: 9507]
133  - Support DKIM signing for outbounb emails [SME: 9506]  - Support DKIM signing for outbound emails [SME: 9506]
134    
135  * 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
136  - Use an additional badrcptto file list for external connections so  - Use an additional badrcptto file list for external connections so
# Line 173  SME Server qpsmtpd smtpd module Line 225  SME Server qpsmtpd smtpd module
225  * Fri Oct 1 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-10.sme  * Fri Oct 1 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-10.sme
226  - Fix RelayRequiresAuth for local network [SME: 5575]  - Fix RelayRequiresAuth for local network [SME: 5575]
227    
228  * Sun Sep 25 2010 Shad L. Lords <slords@mail.com> 2.2.0-9.sme  * Sat Sep 25 2010 Shad L. Lords <slords@mail.com> 2.2.0-9.sme
229      Sun Sep 25 2010 --> Sun Sep 19 2010 or Sat Sep 25 2010 or Sun Sep 26 2010 or ....
230  - Make tls ciphers configurable [SME: 6241]  - Make tls ciphers configurable [SME: 6241]
231    
232  * Sun Sep 25 2010 Shad L. Lords <slords@mail.com> 2.2.0-8.sme  * Sat Sep 25 2010 Shad L. Lords <slords@mail.com> 2.2.0-8.sme
233      Sun Sep 25 2010 --> Sun Sep 19 2010 or Sat Sep 25 2010 or Sun Sep 26 2010 or ....
234  - Require auth for all relays (local too) [SME: 5575]  - Require auth for all relays (local too) [SME: 5575]
235    
236  * Sat Jun 5 2010 Ian Wells <esmith@wellsi.com> 2.2.0-7.sme  * Sat Jun 5 2010 Ian Wells <esmith@wellsi.com> 2.2.0-7.sme
# Line 680  SME Server qpsmtpd smtpd module Line 734  SME Server qpsmtpd smtpd module
734  - Make sure that empty templates-begin files exist in peers/{0,local}  - Make sure that empty templates-begin files exist in peers/{0,local}
735    templates directories.    templates directories.
736    
737  * Thu May 11 2005 Gordon Rowell <gordonr@gormand.com.au>  * Wed May 11 2005 Gordon Rowell <gordonr@gormand.com.au>
738      Thu May 11 2005 --> Thu May 05 2005 or Wed May 11 2005 or Thu May 12 2005 or ....
739  - [0.0.4-12]  - [0.0.4-12]
740  - Fix up config/relayclients - need a dot after network blocks  - Fix up config/relayclients - need a dot after network blocks
741    
742  * Thu May 11 2005 Gordon Rowell <gordonr@gormand.com.au>  * Wed May 11 2005 Gordon Rowell <gordonr@gormand.com.au>
743      Thu May 11 2005 --> Thu May 05 2005 or Wed May 11 2005 or Thu May 12 2005 or ....
744  - [0.0.4-11]  - [0.0.4-11]
745  - Also regenerate goodrcptto in {user,pseudonym}-modify, since  - Also regenerate goodrcptto in {user,pseudonym}-modify, since
746    details about the account may have changed    details about the account may have changed
747    
748  * Thu May 11 2005 Gordon Rowell <gordonr@gormand.com.au>  * Wed May 11 2005 Gordon Rowell <gordonr@gormand.com.au>
749      Thu May 11 2005 --> Thu May 05 2005 or Wed May 11 2005 or Thu May 12 2005 or ....
750  - [0.0.4-10]  - [0.0.4-10]
751  - Actually regenerate goodrcptto in the events mentioned in  - Actually regenerate goodrcptto in the events mentioned in
752    0.0.3-01 (typo in createlinks)    0.0.3-01 (typo in createlinks)
# Line 820  SME Server qpsmtpd smtpd module Line 877  SME Server qpsmtpd smtpd module
877  %patch27 -p1  %patch27 -p1
878  %patch28 -p1  %patch28 -p1
879  %patch29 -p1  %patch29 -p1
880    %patch30 -p1
881    %patch31 -p1
882    %patch32 -p1
883    %patch33 -p1
884    %patch34 -p1
885    %patch35 -p1
886    %patch36 -p1
887    %patch37 -p1
888    %patch38 -p1
889    
890  %build  %build
891  perl createlinks  perl createlinks
892    
893    mkdir -p root/var/lib/qpsmtpd/karma
894    mkdir -p root/var/lib/qpsmtpd/dmarc
895    mkdir -p root/home/e-smith/dkim_keys/default
896    mkdir -p root/var/service/qpsmtpd/config/dkim
897    
898  PEERS_CONFIG=root/etc/e-smith/templates/var/service/qpsmtpd/config/peers  PEERS_CONFIG=root/etc/e-smith/templates/var/service/qpsmtpd/config/peers
899  mkdir -p $PEERS_CONFIG/0  mkdir -p $PEERS_CONFIG/0
900  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