1 |
# $Id: smeserver-qpsmtpd.spec,v 1.22 2016/05/06 21:28:42 vip-ire Exp $ |
# $Id: smeserver-qpsmtpd.spec,v 1.23 2016/05/06 22:12:06 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 24 |
%define release 25 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
35 |
Patch23: smeserver-qpsmtpd-2.4.0-inbound_spf.patch |
Patch23: smeserver-qpsmtpd-2.4.0-inbound_spf.patch |
36 |
Patch24: smeserver-qpsmtpd-2.4.0-inbound_dkim.patch |
Patch24: smeserver-qpsmtpd-2.4.0-inbound_dkim.patch |
37 |
Patch25: smeserver-qpsmtpd-2.4.0-inbound_dmarc.patch |
Patch25: smeserver-qpsmtpd-2.4.0-inbound_dmarc.patch |
38 |
Patch26: smeserver-qpsmtpd-2.4.0-init_dmarc_report_db.patch |
Patch26: smeserver-qpsmtpd-2.4.0-dkim_signing.patch |
39 |
Patch27: smeserver-qpsmtpd-2.4.0-dmarc_settings_bool.patch |
Patch27: smeserver-qpsmtpd-2.4.0-init_dmarc_report_db.patch |
40 |
Patch28: smeserver-qpsmtpd-2.4.0-dmarc_reporting.patch |
Patch28: smeserver-qpsmtpd-2.4.0-dmarc_settings_bool.patch |
41 |
Patch29: smeserver-qpsmtpd-2.4.0-spf_reject_policy.patch |
Patch29: smeserver-qpsmtpd-2.4.0-dmarc_reporting.patch |
42 |
|
Patch30: smeserver-qpsmtpd-2.4.0-spf_reject_policy.patch |
43 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
44 |
Requires: qpsmtpd >= 0.96 |
Requires: qpsmtpd >= 0.96 |
45 |
Requires: perl(ClamAV::Client) |
Requires: perl(ClamAV::Client) |
73 |
SME Server qpsmtpd smtpd module |
SME Server qpsmtpd smtpd module |
74 |
|
|
75 |
%changelog |
%changelog |
76 |
|
* Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-25.sme |
77 |
|
- Add missing patch for DKIM signing [SME: 9506] |
78 |
|
|
79 |
* Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-24.sme |
* Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-24.sme |
80 |
- Check SPF for inbound emails [SME: 9505] |
- Check SPF for inbound emails [SME: 9505] |
81 |
- Check DKIM for inbound emails [SME: 9504] |
- Check DKIM for inbound emails [SME: 9504] |
82 |
- Check DMARC for inbound emails (based on the previous SPF and DKIM checks) |
- Check DMARC for inbound emails (based on the previous SPF and DKIM checks) |
83 |
[SME: 9507] |
[SME: 9507] |
84 |
- Store and send DMARC aggregate reports [SME: 9507] |
- Store and send DMARC aggregate reports [SME: 9507] |
85 |
- Support DKIM signing for outbounb emails [SME: 9506] |
- Support DKIM signing for outbound emails [SME: 9506] |
86 |
|
|
87 |
* Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-23.sme |
* Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-23.sme |
88 |
- Use an additional badrcptto file list for external connections so |
- Use an additional badrcptto file list for external connections so |
824 |
%patch27 -p1 |
%patch27 -p1 |
825 |
%patch28 -p1 |
%patch28 -p1 |
826 |
%patch29 -p1 |
%patch29 -p1 |
827 |
|
%patch30 -p1 |
828 |
|
|
829 |
%build |
%build |
830 |
perl createlinks |
perl createlinks |