1 |
# $Id: smeserver-qpsmtpd.spec,v 1.39 2012/07/19 05:57:12 wellsi 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 1 |
%define release 25 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
|
Patch1: smeserver-qpsmtpd-2.4.0-spamassassin_size_limit.patch |
14 |
|
Patch2: smeserver-qpsmtpd-2.4.0-initialize_size.patch |
15 |
|
Patch3: smeserver-qpsmtpd-2.4.0-ciphers-update.patch |
16 |
|
Patch4: smeserver-qpsmtpd-2.4.0-RBLSBLupdate.patch |
17 |
|
Patch5: smeserver-qpsmtpd-2.4.0-remove_databytes.patch |
18 |
|
Patch6: smeserver-qpsmtpd-2.4.0-ahbl-patch |
19 |
|
Patch7: smeserver-qpsmtpd-2.4.0-allow_relayclients_wo_authentications.patch |
20 |
|
Patch8: smeserver-qpsmtpd-2.4.0-add_domain_to_bcc_user.patch |
21 |
|
Patch9: smeserver-qpsmtpd-2.4.0-ssl_proto_from_db.patch |
22 |
|
Patch10: smeserver-qpsmtpd-2.4.0-ssl_update.patch |
23 |
|
Patch11: smeserver-qpsmtpd-2.4.0-compat_with_0.96.patch |
24 |
|
Patch12: smeserver-qpsmtpd-2.4.0-helo_default_to_rfc.patch |
25 |
|
Patch13: smeserver-qpsmtpd-2.4.0-remove_obsolete_badrcptto_pattern_conf.patch |
26 |
|
Patch14: smeserver-qpsmtpd-2.4.0-dhparam.patch |
27 |
|
Patch15: smeserver-qpsmtpd-2.4.0-karma.patch |
28 |
|
Patch16: smeserver-qpsmtpd-2.4.0-loadcheck.patch |
29 |
|
Patch17: smeserver-qpsmtpd-2.4.0-use_clamdscan_plugin.patch |
30 |
|
Patch18: smeserver-qpsmtpd-2.4.0-change_rbl_sbl_list_separator.patch |
31 |
|
Patch19: smeserver-qpsmtpd-2.4.0-add_uribl_support.patch |
32 |
|
Patch20: smeserver-qpsmtpd-2.4.0-use_naughty_plugin.patch |
33 |
|
Patch21: smeserver-qpsmtpd-2.4.0-bogus_bounce.patch |
34 |
|
Patch22: smeserver-qpsmtpd-2.4.0-external_badrcptto.patch |
35 |
|
Patch23: smeserver-qpsmtpd-2.4.0-inbound_spf.patch |
36 |
|
Patch24: smeserver-qpsmtpd-2.4.0-inbound_dkim.patch |
37 |
|
Patch25: smeserver-qpsmtpd-2.4.0-inbound_dmarc.patch |
38 |
|
Patch26: smeserver-qpsmtpd-2.4.0-dkim_signing.patch |
39 |
|
Patch27: smeserver-qpsmtpd-2.4.0-init_dmarc_report_db.patch |
40 |
|
Patch28: smeserver-qpsmtpd-2.4.0-dmarc_settings_bool.patch |
41 |
|
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.83 |
Requires: qpsmtpd >= 0.96 |
45 |
|
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) |
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 |
53 |
Requires: e-smith-lib >= 1.16.0-08 |
Requires: e-smith-lib >= 1.16.0-08 |
54 |
|
Requires: e-smith-cvm-unix-local |
55 |
Obsoletes: e-smith-obtuse-smtpd |
Obsoletes: e-smith-obtuse-smtpd |
56 |
Obsoletes: e-smith-qmail-smtpd |
Obsoletes: e-smith-qmail-smtpd |
57 |
Obsoletes: e-smith-mailfront |
Obsoletes: e-smith-mailfront |
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 |
83 |
|
- Check SPF for inbound emails [SME: 9505] |
84 |
|
- Check DKIM for inbound emails [SME: 9504] |
85 |
|
- Check DMARC for inbound emails (based on the previous SPF and DKIM checks) |
86 |
|
[SME: 9507] |
87 |
|
- Store and send DMARC aggregate reports [SME: 9507] |
88 |
|
- 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 |
91 |
|
- Use an additional badrcptto file list for external connections so |
92 |
|
local only pseudonymes work as expected [SME: 9503] |
93 |
|
|
94 |
|
* Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-22.sme |
95 |
|
- Enable the bogus_bounce plugin [SME: 9501] |
96 |
|
|
97 |
|
* Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-21.sme |
98 |
|
- Use the naughty plugin to defer rejections, leaving users an opportunity |
99 |
|
to authenticate [SME: 9500] |
100 |
|
|
101 |
|
* Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-20.sme |
102 |
|
- Add support for the uribl plugin [SME: 9499] |
103 |
|
|
104 |
|
* Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-19.sme |
105 |
|
- Change separator for SBList and RBLlist from : to , [SME: 9498] |
106 |
|
|
107 |
|
* Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-18.sme |
108 |
|
- Switch to the clamdscan plugin [SME: 9497] |
109 |
|
|
110 |
|
* Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-17.sme |
111 |
|
- Enabe the loadcheck plugin [SME: 9508] |
112 |
|
|
113 |
|
* Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-16.sme |
114 |
|
- Add support for the karma plugin [SME: 9502] |
115 |
|
|
116 |
|
* Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-15.sme |
117 |
|
- Work with qpsmtpd 0.96 [SME: 8861] |
118 |
|
|
119 |
|
* Wed Jan 13 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-14.sme |
120 |
|
- Expand all ssl related conf in ssl-update [SME: 9152] |
121 |
|
|
122 |
|
* Tue Jan 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-13.sme |
123 |
|
- Hook into a new ssl-update event [SME: 9152] |
124 |
|
|
125 |
|
* Thu Jan 7 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-12.sme |
126 |
|
- Allow setting SSL protocols from DB [SME: 9162] |
127 |
|
|
128 |
|
* Thu Aug 6 2015 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-11.sme |
129 |
|
- Add domain part to bcc user if missing [SME: 8990] |
130 |
|
|
131 |
|
* Wed Dec 3 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-10.sme |
132 |
|
- allow IP relayclient stored by DB [SME: 8704] |
133 |
|
- Code from Stefano ZAmboni <zamboni@mind-at-work.it> |
134 |
|
- & Charlie Brady <charlieb-contribs-bugzilla@budge.apana.org.au> |
135 |
|
|
136 |
|
* Tue Dec 2 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-9.sme |
137 |
|
- allow IP relayclient stored by DB [SME: 8704] |
138 |
|
- Code from Stefano ZAmboni <zamboni@mind-at-work.it> |
139 |
|
|
140 |
|
* Tue May 6 2014 Ian Wells <esmith@wellsi.com> 2.4.0-8.sme |
141 |
|
- Remove dnsbl.ahbl.org RBL List [SME: 8368] |
142 |
|
|
143 |
|
* Tue Apr 15 2014 Ian Wells <esmith@wellsi.com> 2.4.0-7.sme |
144 |
|
- Remove the databytes file from qpsmtpd config [SME: 8329] |
145 |
|
|
146 |
|
* Tue Apr 15 2014 Ian Wells <esmith@wellsi.com> 2.4.0-6.sme |
147 |
|
- Update SBL and RBL Lists [SME: 8236] |
148 |
|
|
149 |
|
* Tue Jan 28 2014 Ian Wells <esmith@wellsi.com> 2.4.0-5.sme |
150 |
|
- Remove insecure ciphers [SME: 8138] |
151 |
|
|
152 |
|
* Fri Jun 14 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-4 |
153 |
|
- Fix size_limit initialization [SME: 7671] |
154 |
|
|
155 |
|
* Wed Apr 24 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-3 |
156 |
|
- reads MaxMessageSize prop of spamassassin and adds it |
157 |
|
to the arguments of the plugin if defined [SME: 7559] |
158 |
|
|
159 |
|
* Wed Apr 10 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-2 |
160 |
|
- Requires e-smith-cvm-unix-local [SME: 7509] |
161 |
|
|
162 |
* Thu Feb 7 2013 Shad L. Lords <slords@mail.com> 2.4.0-1 |
* Thu Feb 7 2013 Shad L. Lords <slords@mail.com> 2.4.0-1 |
163 |
- Roll new stream for sme9 |
- Roll new stream for sme9 |
164 |
|
|
798 |
|
|
799 |
%prep |
%prep |
800 |
%setup |
%setup |
801 |
|
%patch1 -p1 |
802 |
|
%patch2 -p1 |
803 |
|
%patch3 -p1 |
804 |
|
%patch4 -p1 |
805 |
|
%patch5 -p1 |
806 |
|
%patch6 -p1 |
807 |
|
%patch7 -p1 |
808 |
|
%patch8 -p1 |
809 |
|
%patch9 -p1 |
810 |
|
%patch10 -p1 |
811 |
|
%patch11 -p1 |
812 |
|
%patch12 -p1 |
813 |
|
%patch13 -p1 |
814 |
|
%patch14 -p1 |
815 |
|
%patch15 -p1 |
816 |
|
%patch16 -p1 |
817 |
|
%patch17 -p1 |
818 |
|
%patch18 -p1 |
819 |
|
%patch19 -p1 |
820 |
|
%patch20 -p1 |
821 |
|
%patch21 -p1 |
822 |
|
%patch22 -p1 |
823 |
|
%patch23 -p1 |
824 |
|
%patch24 -p1 |
825 |
|
%patch25 -p1 |
826 |
|
%patch26 -p1 |
827 |
|
%patch27 -p1 |
828 |
|
%patch28 -p1 |
829 |
|
%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 |
843 |
|
|
844 |
DISABLE_LOCAL=" |
DISABLE_LOCAL=" |
845 |
10check_earlytalker |
09karma |
846 |
|
10earlytalker |
847 |
12count_unrecognized_commands |
12count_unrecognized_commands |
848 |
16require_resolvable_fromhost |
15helo |
849 |
|
16resolvable_fromhost |
850 |
|
19loadcheck |
851 |
20rhsbl |
20rhsbl |
852 |
22dnsbl |
22dnsbl |
853 |
|
221spf |
854 |
|
223dmarc |
855 |
|
34badrcptto_ext |
856 |
70spamassassin |
70spamassassin |
857 |
" |
" |
858 |
|
|
862 |
done |
done |
863 |
|
|
864 |
DISABLE_EXTERNAL=" |
DISABLE_EXTERNAL=" |
865 |
|
34badrcptto |
866 |
65disclaimer |
65disclaimer |
867 |
" |
" |
868 |
|
|
912 |
\ |
\ |
913 |
--file /var/service/sqpsmtpd/sqpsmtpd "attr(0755,root,root)" \ |
--file /var/service/sqpsmtpd/sqpsmtpd "attr(0755,root,root)" \ |
914 |
--dir /var/spool/qpsmtpd "attr(2750,qpsmtpd,clamav)" \ |
--dir /var/spool/qpsmtpd "attr(2750,qpsmtpd,clamav)" \ |
915 |
|
--dir /var/lib/qpsmtpd/karma "attr(2750,qpsmtpd,qpsmtpd)" \ |
916 |
|
--dir /var/lib/qpsmtpd/dmarc "attr(2750,qpsmtpd,qpsmtpd)" \ |
917 |
|
--dir /home/e-smith/dkim_keys "attr(2750,root,qpsmtpd)" \ |
918 |
|
--dir /var/service/qpsmtpd/config/dkim "attr(2750,qpsmtpd,qpsmtpd)" \ |
919 |
\ |
\ |
920 |
--file /usr/local/bin/qplogsumm.pl "attr(0755,root,root)" \ |
--file /usr/local/bin/qplogsumm.pl "attr(0755,root,root)" \ |
921 |
> %{name}-%{version}-%{release}-filelist |
> %{name}-%{version}-%{release}-filelist |