1 |
# $Id: smeserver-qpsmtpd.spec,v 1.20 2016/05/06 09:30:19 vip-ire Exp $ |
# $Id: smeserver-qpsmtpd.spec,v 1.22 2016/05/07 06:56:27 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 22 |
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 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
40 |
Requires: qpsmtpd >= 0.96 |
Requires: qpsmtpd >= 0.96 |
41 |
Requires: perl(Mail::DKIM) |
Requires: perl(Mail::DKIM) |
69 |
SME Server qpsmtpd smtpd module |
SME Server qpsmtpd smtpd module |
70 |
|
|
71 |
%changelog |
%changelog |
72 |
|
* Mon May 16 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-22.sme |
73 |
|
- In qpsmtpd-print-dns set DKIM options after the public key so the string |
74 |
|
will still be splitted correctly [SME: 9496] |
75 |
|
|
76 |
|
* Sat May 7 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-21.sme |
77 |
|
- Fix a syntax error in qpsmtpd-print-dns script [SME: 9206] |
78 |
|
|
79 |
* 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 |
80 |
- Enable DMARC checking and reporting [SME: 9206] |
- Enable DMARC checking and reporting [SME: 9206] |
81 |
- Add helper to publish DKIM/DMARC/SPF policy [SME: 9496] |
- Add helper to publish DKIM/DMARC/SPF policy [SME: 9496] |
851 |
%patch21 -p1 |
%patch21 -p1 |
852 |
%patch22 -p1 |
%patch22 -p1 |
853 |
%patch23 -p1 |
%patch23 -p1 |
854 |
|
%patch24 -p1 |
855 |
|
%patch25 -p1 |
856 |
|
|
857 |
%build |
%build |
858 |
perl createlinks |
perl createlinks |