1 |
# $Id: smeserver-qpsmtpd.spec,v 1.36 2017/02/27 18:58:29 unnilennium Exp $ |
# $Id: smeserver-qpsmtpd.spec,v 1.40 2017/08/03 13:50:08 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 35 |
%define release 39 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
47 |
Patch35: smeserver-qpsmtpd-2.4.0-fix_disabling_dmarc_reports.patch |
Patch35: smeserver-qpsmtpd-2.4.0-fix_disabling_dmarc_reports.patch |
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 |
51 |
|
Patch39: smeserver-qpsmtpd-2.6.0-log_dmarc_send_reports_output.patch |
52 |
|
Patch40: smeserver-qpsmtpd-2.4.0-bz10290-forcespamcheck.patch |
53 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
54 |
Requires: qpsmtpd >= 0.96 |
Requires: qpsmtpd >= 0.96-11 |
55 |
Requires: perl(ClamAV::Client) |
Requires: perl(ClamAV::Client) |
56 |
Requires: perl(Mail::DKIM) |
Requires: perl(Mail::DKIM) |
57 |
Requires: perl(Mail::DKIM::DkSignature) |
Requires: perl(Mail::DKIM::DkSignature) |
85 |
SME Server qpsmtpd smtpd module |
SME Server qpsmtpd smtpd module |
86 |
|
|
87 |
%changelog |
%changelog |
88 |
* Sat May 06 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-35.sme |
* Sun Mar 11 2018 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-39.sme |
89 |
|
- add forcespamcheck support for fetchmail [SME: 10290] |
90 |
|
|
91 |
|
* Thu Aug 3 2017 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-38.sme |
92 |
|
- Log DMARC reporting in syslog instead of sending email to the admin. |
93 |
|
Also suppress SSL connection failed warnings [SME: 10401] |
94 |
|
|
95 |
|
* Sat May 20 2017 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-37.sme |
96 |
|
- Turn DMARC reporting off by default [SME: 10320] |
97 |
|
|
98 |
|
* Sat May 06 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-36.sme |
99 |
- prevent incoming email to stop if smeserver-wbl is installed and not updated [SME: 10276] |
- prevent incoming email to stop if smeserver-wbl is installed and not updated [SME: 10276] |
100 |
|
|
101 |
* Mon Feb 27 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-34.sme |
* Mon Feb 27 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-34.sme |
894 |
%patch35 -p1 |
%patch35 -p1 |
895 |
%patch36 -p1 |
%patch36 -p1 |
896 |
%patch37 -p1 |
%patch37 -p1 |
897 |
|
%patch38 -p1 |
898 |
|
%patch39 -p1 |
899 |
|
%patch40 -p1 |
900 |
|
|
901 |
%build |
%build |
902 |
perl createlinks |
perl createlinks |