1 |
# $Id: smeserver-qpsmtpd.spec,v 1.20 2016/05/06 09:30:19 vip-ire Exp $ |
# $Id: smeserver-qpsmtpd.spec,v 1.25 2016/05/27 06:37:29 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.6.0 |
%define version 2.6.0 |
7 |
%define release 20 |
%define release 25 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
34 |
Patch21: smeserver-qpsmtpd-2.6.0-dmarc_settings_bool.patch |
Patch21: smeserver-qpsmtpd-2.6.0-dmarc_settings_bool.patch |
35 |
Patch22: smeserver-qpsmtpd-2.6.0-dmarc_reporting.patch |
Patch22: smeserver-qpsmtpd-2.6.0-dmarc_reporting.patch |
36 |
Patch23: smeserver-qpsmtpd-2.6.0-spf_reject_policy.patch |
Patch23: smeserver-qpsmtpd-2.6.0-spf_reject_policy.patch |
37 |
|
Patch24: smeserver-qpsmtpd-2.6.0-fix_syntax_in_print_dns.patch |
38 |
|
Patch25: smeserver-qpsmtpd-2.6.0-set_dkim_option_after_key.patch |
39 |
|
Patch26: smeserver-qpsmtpd-2.6.0-remove_o_and_r_dkim_fields.patch |
40 |
|
Patch27: smeserver-qpsmtpd-2.6.0-missing_default_props.patch |
41 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
42 |
Requires: qpsmtpd >= 0.96 |
Requires: qpsmtpd >= 0.96 |
43 |
Requires: perl(Mail::DKIM) |
Requires: perl(Mail::DKIM) |
71 |
SME Server qpsmtpd smtpd module |
SME Server qpsmtpd smtpd module |
72 |
|
|
73 |
%changelog |
%changelog |
74 |
|
* Tue Jun 7 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-25.sme |
75 |
|
- Add missing tnef2mime and MaximumDateOffset to qpsmtpd [SME: 9560] |
76 |
|
|
77 |
|
* Fri May 27 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-24.sme |
78 |
|
- Create missing directories for DKIM keys [SME: 9496] |
79 |
|
- Create missing directory for the DMARC report database [SME: 9206] |
80 |
|
|
81 |
|
* Tue May 24 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-23.sme |
82 |
|
- Remove o and r DKIM fields as they are not standard [SME: 9496] |
83 |
|
|
84 |
|
* Mon May 16 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-22.sme |
85 |
|
- In qpsmtpd-print-dns set DKIM options after the public key so the string |
86 |
|
will still be splitted correctly [SME: 9496] |
87 |
|
|
88 |
|
* Sat May 7 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-21.sme |
89 |
|
- Fix a syntax error in qpsmtpd-print-dns script [SME: 9206] |
90 |
|
|
91 |
* Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-20.sme |
* Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-20.sme |
92 |
- Enable DMARC checking and reporting [SME: 9206] |
- Enable DMARC checking and reporting [SME: 9206] |
93 |
- Add helper to publish DKIM/DMARC/SPF policy [SME: 9496] |
- Add helper to publish DKIM/DMARC/SPF policy [SME: 9496] |
863 |
%patch21 -p1 |
%patch21 -p1 |
864 |
%patch22 -p1 |
%patch22 -p1 |
865 |
%patch23 -p1 |
%patch23 -p1 |
866 |
|
%patch24 -p1 |
867 |
|
%patch25 -p1 |
868 |
|
%patch26 -p1 |
869 |
|
%patch27 -p1 |
870 |
|
|
871 |
%build |
%build |
872 |
perl createlinks |
perl createlinks |
873 |
mkdir -p root/var/lib/qpsmtpd/karma |
mkdir -p root/var/lib/qpsmtpd/karma |
874 |
|
mkdir -p root/var/lib/qpsmtpd/dmarc |
875 |
|
mkdir -p root/home/e-smith/dkim_keys/default |
876 |
|
mkdir -p root/var/service/qpsmtpd/config/dkim |
877 |
|
|
878 |
PEERS_CONFIG=root/etc/e-smith/templates/var/service/qpsmtpd/config/peers |
PEERS_CONFIG=root/etc/e-smith/templates/var/service/qpsmtpd/config/peers |
879 |
mkdir -p $PEERS_CONFIG/0 |
mkdir -p $PEERS_CONFIG/0 |