1 |
# $Id: smeserver-qpsmtpd.spec,v 1.22 2016/05/06 21:28:42 vip-ire Exp $ |
# $Id: smeserver-qpsmtpd.spec,v 1.26 2016/05/06 22:54:11 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) |
46 |
Requires: perl(Mail::DKIM) |
Requires: perl(Mail::DKIM) |
47 |
Requires: perl(Mail::DKIM::DkSignature) |
Requires: perl(Mail::DKIM::DkSignature) |
48 |
Requires: perl(Mail::DMARC) |
Requires: perl(Mail::DMARC) |
49 |
|
Requires: perl(DBD::SQLite) |
50 |
Requires: daemontools |
Requires: daemontools |
51 |
Requires: qpsmtpd-plugins >= 0.0.1-sme04 |
Requires: qpsmtpd-plugins >= 0.0.1-sme04 |
52 |
Requires: ipsvd |
Requires: ipsvd |
74 |
SME Server qpsmtpd smtpd module |
SME Server qpsmtpd smtpd module |
75 |
|
|
76 |
%changelog |
%changelog |
77 |
|
* Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-25.sme |
78 |
|
- Add missing patch for DKIM signing [SME: 9506] |
79 |
|
- Create needed directories [SME: 9507] |
80 |
|
- Add missing run time dependency on perl(DBD::SQLite) [SME: 9507] |
81 |
|
|
82 |
* 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 |
83 |
- Check SPF for inbound emails [SME: 9505] |
- Check SPF for inbound emails [SME: 9505] |
84 |
- Check DKIM for inbound emails [SME: 9504] |
- Check DKIM for inbound emails [SME: 9504] |
85 |
- 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) |
86 |
[SME: 9507] |
[SME: 9507] |
87 |
- Store and send DMARC aggregate reports [SME: 9507] |
- Store and send DMARC aggregate reports [SME: 9507] |
88 |
- Support DKIM signing for outbounb emails [SME: 9506] |
- Support DKIM signing for outbound emails [SME: 9506] |
89 |
|
|
90 |
* 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 |
91 |
- Use an additional badrcptto file list for external connections so |
- Use an additional badrcptto file list for external connections so |
827 |
%patch27 -p1 |
%patch27 -p1 |
828 |
%patch28 -p1 |
%patch28 -p1 |
829 |
%patch29 -p1 |
%patch29 -p1 |
830 |
|
%patch30 -p1 |
831 |
|
|
832 |
%build |
%build |
833 |
perl createlinks |
perl createlinks |
834 |
|
|
835 |
|
mkdir -p root/var/lib/qpsmtpd/karma |
836 |
|
mkdir -p root/var/lib/qpsmtpd/dmarc |
837 |
|
mkdir -p root/home/e-smith/dkim_keys/default |
838 |
|
mkdir -p root/var/service/qpsmtpd/config/dkim |
839 |
|
|
840 |
PEERS_CONFIG=root/etc/e-smith/templates/var/service/qpsmtpd/config/peers |
PEERS_CONFIG=root/etc/e-smith/templates/var/service/qpsmtpd/config/peers |
841 |
mkdir -p $PEERS_CONFIG/0 |
mkdir -p $PEERS_CONFIG/0 |
842 |
mkdir -p $PEERS_CONFIG/local |
mkdir -p $PEERS_CONFIG/local |