1 |
# $Id: smeserver-qpsmtpd.spec,v 1.38 2017/05/12 23:15:42 unnilennium Exp $ |
# $Id: smeserver-qpsmtpd.spec,v 1.39 2017/05/20 11:14:10 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 37 |
%define release 38 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
48 |
Patch36: smeserver-qpsmtpd-2.4.0-spf_and_dmarc_reject_off.patch |
Patch36: smeserver-qpsmtpd-2.4.0-spf_and_dmarc_reject_off.patch |
49 |
Patch37: smeserver-qpsmtpd-2.4.0-default_helo_policy_lenient.patch |
Patch37: smeserver-qpsmtpd-2.4.0-default_helo_policy_lenient.patch |
50 |
Patch38: smeserver-qpsmtpd-2.6.0-disable_dmarc_report.patch |
Patch38: smeserver-qpsmtpd-2.6.0-disable_dmarc_report.patch |
51 |
|
Patch39: smeserver-qpsmtpd-2.6.0-log_dmarc_send_reports_output.patch |
52 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
53 |
Requires: qpsmtpd >= 0.96 |
Requires: qpsmtpd >= 0.96 |
54 |
Requires: perl(ClamAV::Client) |
Requires: perl(ClamAV::Client) |
84 |
SME Server qpsmtpd smtpd module |
SME Server qpsmtpd smtpd module |
85 |
|
|
86 |
%changelog |
%changelog |
87 |
|
* Thu Aug 3 2017 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-38.sme |
88 |
|
- Log DMARC reporting in syslog instead of sending email to the admin. |
89 |
|
Also suppress SSL connection failed warnings [SME: 10401] |
90 |
|
|
91 |
* Sat May 20 2017 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-37.sme |
* Sat May 20 2017 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-37.sme |
92 |
- Turn DMARC reporting off by default [SME: 10320] |
- Turn DMARC reporting off by default [SME: 10320] |
93 |
|
|
891 |
%patch36 -p1 |
%patch36 -p1 |
892 |
%patch37 -p1 |
%patch37 -p1 |
893 |
%patch38 -p1 |
%patch38 -p1 |
894 |
|
%patch39 -p1 |
895 |
|
|
896 |
%build |
%build |
897 |
perl createlinks |
perl createlinks |