1 |
# $Id: smeserver-qpsmtpd.spec,v 1.30 2016/05/16 10:22:42 vip-ire Exp $ |
# $Id: smeserver-qpsmtpd.spec,v 1.33 2016/07/12 20:07:13 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 29 |
%define release 32 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
44 |
Patch32: smeserver-qpsmtpd-2.4.0-fix_syntax_in_print_dns.patch |
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 |
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 |
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 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
51 |
Requires: qpsmtpd >= 0.96 |
Requires: qpsmtpd >= 0.96 |
52 |
Requires: perl(ClamAV::Client) |
Requires: perl(ClamAV::Client) |
81 |
SME Server qpsmtpd smtpd module |
SME Server qpsmtpd smtpd module |
82 |
|
|
83 |
%changelog |
%changelog |
84 |
|
* Tue Sep 13 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-32.sme |
85 |
|
- Set the default helo policy to lenient [SME: 9767] |
86 |
|
|
87 |
|
* Tue Jul 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-31.sme |
88 |
|
- Turn SPF and DMARC rejects off by default [SME: 9654] |
89 |
|
|
90 |
|
* Fri Jun 17 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-30.sme |
91 |
|
- Fix disabling DMARC reporting [SME: 9507] |
92 |
|
|
93 |
* Tue May 24 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-29.sme |
* Tue May 24 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-29.sme |
94 |
- Remove o and r DKIM fields as they are not standard [SME: 9506] |
- Remove o and r DKIM fields as they are not standard [SME: 9506] |
95 |
|
|
861 |
%patch32 -p1 |
%patch32 -p1 |
862 |
%patch33 -p1 |
%patch33 -p1 |
863 |
%patch34 -p1 |
%patch34 -p1 |
864 |
|
%patch35 -p1 |
865 |
|
%patch36 -p1 |
866 |
|
%patch37 -p1 |
867 |
|
|
868 |
%build |
%build |
869 |
perl createlinks |
perl createlinks |