1 |
vip-ire |
1.15 |
# $Id: smeserver-qpsmtpd.spec,v 1.14 2016/04/20 19:46:42 vip-ire Exp $ |
2 |
stephdl |
1.1 |
|
3 |
|
|
Summary: SME Server qpsmtpd module |
4 |
|
|
%define name smeserver-qpsmtpd |
5 |
|
|
Name: %{name} |
6 |
|
|
%define version 2.6.0 |
7 |
vip-ire |
1.15 |
%define release 15 |
8 |
stephdl |
1.1 |
Version: %{version} |
9 |
|
|
Release: %{release}%{?dist} |
10 |
|
|
License: GPL |
11 |
|
|
Group: Networking/Daemons |
12 |
|
|
Source: %{name}-%{version}.tar.xz |
13 |
unnilennium |
1.2 |
Patch0: smeserver-qpsmtpd-2.6.0-PERMS.patch |
14 |
vip-ire |
1.3 |
Patch1: smeserver-qpsmtpd-2.6.0-compat_with_0.96.patch |
15 |
|
|
Patch2: smeserver-qpsmtpd-2.6.0-remove_obsolete_badrcptto_pattern_conf.patch |
16 |
vip-ire |
1.4 |
Patch3: smeserver-qpsmtpd-2.6.0-dhparam.patch |
17 |
vip-ire |
1.5 |
Patch4: smeserver-qpsmtpd-2.6.0-karma.patch |
18 |
vip-ire |
1.6 |
Patch5: smeserver-qpsmtpd-2.6.0-loadcheck.patch |
19 |
vip-ire |
1.7 |
Patch6: smeserver-qpsmtpd-2.6.0-bogus_bounce.patch |
20 |
vip-ire |
1.8 |
Patch7: smeserver-qpsmtpd-2.6.0-use_clamdscan_plugin.patch |
21 |
vip-ire |
1.10 |
Patch8: smeserver-qpsmtpd-2.6.0-set_karma_negative.patch |
22 |
vip-ire |
1.11 |
Patch9: smeserver-qpsmtpd-2.6.0-change_rbl_sbl_list_separator.patch |
23 |
vip-ire |
1.12 |
Patch10: smeserver-qpsmtpd-2.6.0-add_uribl_support.patch |
24 |
vip-ire |
1.13 |
Patch11: smeserver-qpsmtpd-2.6.0-helo_default_to_rfc.patch |
25 |
vip-ire |
1.14 |
Patch12: smeserver-qpsmtpd-2.6.0-use_naughty_plugin.patch |
26 |
vip-ire |
1.15 |
Patch13: smeserver-qpsmtpd-2.6.0-karma_before_earlytalker.patch |
27 |
stephdl |
1.1 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
28 |
vip-ire |
1.3 |
Requires: qpsmtpd >= 0.96 |
29 |
stephdl |
1.1 |
Requires: perl(Mail::DKIM) |
30 |
|
|
Requires: perl(Mail::DKIM::DkSignature) |
31 |
vip-ire |
1.8 |
Requires: perl(ClamAV::Client) |
32 |
stephdl |
1.1 |
Requires: daemontools |
33 |
|
|
Requires: qpsmtpd-plugins >= 0.0.1-sme04 |
34 |
|
|
Requires: ipsvd |
35 |
|
|
Requires: e-smith-lib >= 1.16.0-08 |
36 |
|
|
Requires: e-smith-cvm-unix-local |
37 |
|
|
Obsoletes: e-smith-obtuse-smtpd |
38 |
|
|
Obsoletes: e-smith-qmail-smtpd |
39 |
|
|
Obsoletes: e-smith-mailfront |
40 |
|
|
Obsoletes: e-smith-ssl-mailfront |
41 |
|
|
Provides: e-smith-smtpd |
42 |
|
|
Obsoletes: e-smith-qpsmtpd |
43 |
|
|
Provides: e-smith-qpsmtpd |
44 |
|
|
Obsoletes: smeserver-qpsmtpd-tnef2mime |
45 |
|
|
Provides: smeserver-qpsmtpd-tnef2mime |
46 |
|
|
Requires: e-smith-base >= 4.15.2 |
47 |
|
|
Requires: perl-Convert-TNEF |
48 |
|
|
Requires: perl-IO-stringy |
49 |
|
|
Requires: perl-File-MMagic |
50 |
|
|
Requires: perl-MIME-tools |
51 |
|
|
BuildArchitectures: noarch |
52 |
|
|
BuildRequires: e-smith-devtools |
53 |
|
|
AutoReqProv: no |
54 |
|
|
|
55 |
|
|
%description |
56 |
|
|
SME Server qpsmtpd smtpd module |
57 |
|
|
|
58 |
|
|
%changelog |
59 |
vip-ire |
1.15 |
* Thu Apr 21 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-15.sme |
60 |
|
|
- Call karma before earlytalker and add support for the new strikes param |
61 |
|
|
[SME: 9462] |
62 |
|
|
|
63 |
vip-ire |
1.14 |
* Wed Apr 20 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-14.sme |
64 |
|
|
- Use the naughty plugin to defer rejections, leaving users an opportunity |
65 |
|
|
to authenticate [SME: 5092] |
66 |
|
|
|
67 |
vip-ire |
1.13 |
* Wed Apr 20 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-13.sme |
68 |
|
|
- Use the helo plugin to check reverse DNS [SME: 2370] |
69 |
|
|
|
70 |
vip-ire |
1.12 |
* Mon Apr 18 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-12.sme |
71 |
|
|
- Add support for uribl plugin, disabled by default [SME: 9467] |
72 |
|
|
|
73 |
vip-ire |
1.11 |
* Sun Apr 17 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-11.sme |
74 |
|
|
- Change separator for SBList and RBLlist from : to , [SME: 8484] |
75 |
|
|
|
76 |
vip-ire |
1.10 |
* Sun Apr 17 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-10.sme |
77 |
|
|
- Allow setting the karma negative value from the KarmaNegative prop |
78 |
|
|
[SME: 9462] |
79 |
|
|
|
80 |
vip-ire |
1.9 |
* Sun Apr 17 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-9.sme |
81 |
|
|
- Fix max_size param for the clamdscan plugin [SME: 9465] |
82 |
|
|
|
83 |
vip-ire |
1.8 |
* Sun Apr 17 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-8.sme |
84 |
|
|
- Use clamdscan plugin instead of clamav [SME: 9465] |
85 |
|
|
|
86 |
vip-ire |
1.7 |
* Sat Apr 16 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-7.sme |
87 |
|
|
- Enable the bogus_bounce plugin [SME: 9464] |
88 |
|
|
|
89 |
vip-ire |
1.6 |
* Sat Apr 16 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-6.sme |
90 |
|
|
- Enable the loadcheck plugin [SME: 9463] |
91 |
|
|
|
92 |
vip-ire |
1.5 |
* Sat Apr 16 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-5.sme |
93 |
|
|
- Add support for the karma plugin, but keep it disabled by default |
94 |
|
|
[SME: 9462] |
95 |
|
|
|
96 |
vip-ire |
1.4 |
* Sat Apr 16 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-4.sme |
97 |
|
|
- Create a dhparam for qpsmtpd [SME: 9461] |
98 |
|
|
|
99 |
vip-ire |
1.3 |
* Sat Apr 16 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-3.sme |
100 |
|
|
- Adapt for qpsmtpd-0.96 (mainly plugin renamed) [SME: 9460] |
101 |
|
|
|
102 |
unnilennium |
1.2 |
* Tue Mar 29 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme |
103 |
|
|
- fix warning on spool_dir perms [SME: 9408] |
104 |
|
|
- smeserver-qpsmtpd-2.6.0-PERMS.patch |
105 |
|
|
|
106 |
stephdl |
1.1 |
* Sat Feb 06 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme |
107 |
|
|
- Initial release to sme10 |
108 |
|
|
|
109 |
|
|
* Wed Jan 13 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-14.sme |
110 |
|
|
- Expand all ssl related conf in ssl-update [SME: 9152] |
111 |
|
|
|
112 |
|
|
* Tue Jan 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-13.sme |
113 |
|
|
- Hook into a new ssl-update event [SME: 9152] |
114 |
|
|
|
115 |
|
|
* Thu Jan 7 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-12.sme |
116 |
|
|
- Allow setting SSL protocols from DB [SME: 9162] |
117 |
|
|
|
118 |
|
|
* Thu Aug 6 2015 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-11.sme |
119 |
|
|
- Add domain part to bcc user if missing [SME: 8990] |
120 |
|
|
|
121 |
|
|
* Wed Dec 3 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-10.sme |
122 |
|
|
- allow IP relayclient stored by DB [SME: 8704] |
123 |
|
|
- Code from Stefano ZAmboni <zamboni@mind-at-work.it> |
124 |
|
|
- & Charlie Brady <charlieb-contribs-bugzilla@budge.apana.org.au> |
125 |
|
|
|
126 |
|
|
* Tue Dec 2 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-9.sme |
127 |
|
|
- allow IP relayclient stored by DB [SME: 8704] |
128 |
|
|
- Code from Stefano ZAmboni <zamboni@mind-at-work.it> |
129 |
|
|
|
130 |
|
|
* Tue May 6 2014 Ian Wells <esmith@wellsi.com> 2.4.0-8.sme |
131 |
|
|
- Remove dnsbl.ahbl.org RBL List [SME: 8368] |
132 |
|
|
|
133 |
|
|
* Tue Apr 15 2014 Ian Wells <esmith@wellsi.com> 2.4.0-7.sme |
134 |
|
|
- Remove the databytes file from qpsmtpd config [SME: 8329] |
135 |
|
|
|
136 |
|
|
* Tue Apr 15 2014 Ian Wells <esmith@wellsi.com> 2.4.0-6.sme |
137 |
|
|
- Update SBL and RBL Lists [SME: 8236] |
138 |
|
|
|
139 |
|
|
* Tue Jan 28 2014 Ian Wells <esmith@wellsi.com> 2.4.0-5.sme |
140 |
|
|
- Remove insecure ciphers [SME: 8138] |
141 |
|
|
|
142 |
|
|
* Fri Jun 14 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-4 |
143 |
|
|
- Fix size_limit initialization [SME: 7671] |
144 |
|
|
|
145 |
|
|
* Wed Apr 24 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-3 |
146 |
|
|
- reads MaxMessageSize prop of spamassassin and adds it |
147 |
|
|
to the arguments of the plugin if defined [SME: 7559] |
148 |
|
|
|
149 |
|
|
* Wed Apr 10 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-2 |
150 |
|
|
- Requires e-smith-cvm-unix-local [SME: 7509] |
151 |
|
|
|
152 |
|
|
* Thu Feb 7 2013 Shad L. Lords <slords@mail.com> 2.4.0-1 |
153 |
|
|
- Roll new stream for sme9 |
154 |
|
|
|
155 |
|
|
* Wed Jul 18 2012 Ian Wells <esmith@wellsi.com> 2.2.0-15 |
156 |
|
|
- Revert the 2.2.0-14 change and fix properly in e-smith-base [SME: 7026] |
157 |
|
|
|
158 |
|
|
* Fri Jul 06 2012 Ian Wells <esmith@wellsi.com> 2.2.0-14 |
159 |
|
|
- tls ciphers defaults to disallow SSLv2 [SME: 7026] |
160 |
|
|
|
161 |
|
|
* Thu Oct 14 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-13 |
162 |
|
|
- Read number of log files to keep from the DB [SME: 2862] |
163 |
|
|
|
164 |
|
|
* Fri Oct 8 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-12 |
165 |
|
|
- Log all the run script to stdout [SME: 5831] |
166 |
|
|
|
167 |
|
|
* Mon Oct 4 2010 Shad L. Lords <slords@mail.com> 2.2.0-11.sme |
168 |
|
|
- Allow relay from all local 127.0.0.x addresses [SME: 5575] |
169 |
|
|
|
170 |
|
|
* Fri Oct 1 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-10.sme |
171 |
|
|
- Fix RelayRequiresAuth for local network [SME: 5575] |
172 |
|
|
|
173 |
|
|
* Sun Sep 25 2010 Shad L. Lords <slords@mail.com> 2.2.0-9.sme |
174 |
|
|
- Make tls ciphers configurable [SME: 6241] |
175 |
|
|
|
176 |
|
|
* Sun Sep 25 2010 Shad L. Lords <slords@mail.com> 2.2.0-8.sme |
177 |
|
|
- Require auth for all relays (local too) [SME: 5575] |
178 |
|
|
|
179 |
|
|
* Sat Jun 5 2010 Ian Wells <esmith@wellsi.com> 2.2.0-7.sme |
180 |
|
|
- Add qpsmtpd template fragment for tls_before_auth [SME: 6004] |
181 |
|
|
|
182 |
|
|
* Sun Dec 27 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-6.sme |
183 |
|
|
- Enable qpsmtpd RequireResolvableFromHost plugin by default, remove |
184 |
|
|
database entry and the database default value [SME: 5617] |
185 |
|
|
|
186 |
|
|
* Sat Nov 7 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-5.sme |
187 |
|
|
- Tie template fragment into event system to have it expanded [SME: 5031] |
188 |
|
|
|
189 |
|
|
* Fri Nov 6 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-4.sme |
190 |
|
|
- Add qpsmtpd template fragment for custom SPAM subject prefix [SME: 5031] |
191 |
|
|
|
192 |
|
|
* Thu Oct 29 2009 Shad L. Lords <slords@mail.com> 2.0.0-3.sme |
193 |
|
|
- Add hooks cleanout back in in so auth works. |
194 |
|
|
|
195 |
|
|
* Thu Oct 29 2009 Shad L. Lords <slords@mail.com> 2.2.0-2.sme |
196 |
|
|
- Add compatibility with qpsmtpd 0.83 [SME: 5543] |
197 |
|
|
- Add tls to base config [SME: 1076] |
198 |
|
|
|
199 |
|
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
200 |
|
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
201 |
|
|
|
202 |
|
|
* Sun Oct 5 2008 Shad L. Lords <slords@mail.com> 1.2.1-57 |
203 |
|
|
- Fix migrate fragment for zen.spamhaus.org [SME: 2116] |
204 |
|
|
|
205 |
|
|
* Sun Oct 5 2008 Shad L. Lords <slords@mail.com> 1.2.1-56 |
206 |
|
|
- Migrate sbl-xbl.spamhaus.org to zen.spamhaus.org [SME: 2116] |
207 |
|
|
- Remove blackhole.securitysage.com [SME: 4623] |
208 |
|
|
|
209 |
|
|
* Wed Jul 23 2008 Gavin Weight <gweight@gmail.com> 1.2.1-55 |
210 |
|
|
- Fix empty lines and add feature to specify disclaimer directory. |
211 |
|
|
(thanks, Federico Simoncelli). [SME: 3244] |
212 |
|
|
|
213 |
|
|
* Thu Apr 17 2008 Gavin Weight <gweight@gmail.com> 1.2.1-54 |
214 |
|
|
- Migrate ordb.net entries away. [SME: 4214] |
215 |
|
|
|
216 |
|
|
* Tue Jan 29 2008 Filippo Carletti <filippo.carletti@gmail.com> 1.2.1-53 |
217 |
|
|
- Enable auth plugin for local connections. [SME: 2631] |
218 |
|
|
|
219 |
|
|
* Thu Jan 10 2008 Gavin Weight <gweight@gmail.com> 1.2.1-52 |
220 |
|
|
- Fix divide by zero error on log rotate. [SME: 3620] |
221 |
|
|
|
222 |
|
|
* Wed Jan 09 2008 Stephen Noble <support@dungog.net> 1.2.1-51 |
223 |
|
|
- check_smtp_forward changed from loginfo to logdebug [SME: 3471] |
224 |
|
|
|
225 |
|
|
* Mon Jan 7 2008 Stephen Noble <support@dungog.net> 1.2.1-50 |
226 |
|
|
- disable qplogsumm by deafult [SME: 3727] |
227 |
|
|
|
228 |
|
|
* Mon Jan 7 2008 Stephen Noble <support@dungog.net> 1.2.1-49 |
229 |
|
|
- rename template-begin fragments [SME: 2333] |
230 |
|
|
|
231 |
|
|
* Mon Oct 29 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-48 |
232 |
|
|
- Add badrcptto_pattern rule to block "null" recipient addresses. |
233 |
|
|
[SME: 3476] |
234 |
|
|
|
235 |
|
|
* Thu Sep 6 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-47 |
236 |
|
|
- Add configurable timeouts during SMTP command parsing and message |
237 |
|
|
body receipt. [SME: 3377] |
238 |
|
|
|
239 |
|
|
* Thu Sep 6 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-46 |
240 |
|
|
- Disconnect immediately if dnsbl plugin rejects recipient addresses |
241 |
|
|
(and therefore would never accept the message). [SME: 3352] |
242 |
|
|
|
243 |
|
|
* Thu Sep 6 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-45 |
244 |
|
|
- Configure hosts_allow plugin, which use the pre_connection hook |
245 |
|
|
and therefore needs to be done before the 'peers' plugin. |
246 |
|
|
[SME: 3352] |
247 |
|
|
|
248 |
|
|
* Fri Aug 03 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-44 |
249 |
|
|
- Fix rbl migrate fragment (thanks, Mike McCarn). [SME: 3229] |
250 |
|
|
|
251 |
|
|
* Sun Jun 17 2007 Shad L. Lords <slords@mail.com> 1.2.1-43 |
252 |
|
|
- Updates for disclaimer plugin [SME: 2648] |
253 |
|
|
|
254 |
|
|
* Sat Jun 16 2007 Shad L. Lords <slords@mail.com> 1.2.1-42 |
255 |
|
|
- Add disclaimer plugin disabled by default [SME: 2648] |
256 |
|
|
|
257 |
|
|
* Thu Jun 14 2007 Shad L. Lords <slords@mail.com> 1.2.1-41 |
258 |
|
|
- Update for new features in qpsmtpd v0.40 |
259 |
|
|
|
260 |
|
|
* Thu Jun 14 2007 Shad L. Lords <slords@mail.com> 1.2.1-40 |
261 |
|
|
- Remove conflicts qpsmtpd >= 0.33 |
262 |
|
|
|
263 |
|
|
* Sat Jun 9 2007 Shad L. Lords <slords@mail.com> 1.2.1-39 |
264 |
|
|
- Update to correct version of qplogsumm.pl [SME: 2971] |
265 |
|
|
|
266 |
|
|
* Fri Jun 08 2007 Shad L. Lords <slords@mail.com> 1.2.1-38 |
267 |
|
|
- Add qplogsumm.pl to package for logging [SME: 2971] |
268 |
|
|
|
269 |
|
|
* Fri Jun 08 2007 Stephen Noble <support@dungog.net> 1.2.1-37 |
270 |
|
|
- Bump |
271 |
|
|
|
272 |
|
|
* Fri Jun 08 2007 Stephen Noble <support@dungog.net> 1.2.1-36 |
273 |
|
|
- Cumulative statistics for qpsmtpd using logterse [SME: 2971] |
274 |
|
|
|
275 |
|
|
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
276 |
|
|
- Clean up spec so package can be built by koji/plague |
277 |
|
|
|
278 |
|
|
* Tue Apr 10 2007 Shad L. Lords <slords@mail.com> 1.2.1-35 |
279 |
|
|
- Add logterse plugin and reduce logging level [SME: 2875] |
280 |
|
|
|
281 |
|
|
* Fri Apr 06 2007 Shad L. Lords <slords@mail.com> 1.2.1-34 |
282 |
|
|
- Remove templates2events link for rcpthosts [SME: 2716] |
283 |
|
|
|
284 |
|
|
* Wed Mar 07 2007 Shad L. Lords <slords@mail.com> 1.2.1-33 |
285 |
|
|
- Add db entry for soft memory limits [SME: 2308] |
286 |
|
|
|
287 |
|
|
* Sat Jan 27 2007 Shad L. Lords <slords@mail.com> 1.2.1-32 |
288 |
|
|
- Keep TNEF attachment if contains special lookout stuff [SME: 2339] |
289 |
|
|
|
290 |
|
|
* Tue Jan 23 2007 Shad L. Lords <slords@mail.com> 1.2.1-31 |
291 |
|
|
- Add DomainKey and DKIM signing plugin |
292 |
|
|
|
293 |
|
|
* Thu Jan 18 2007 Shad L. Lords <slords@mail.com> 1.2.1-30 |
294 |
|
|
- Remove whitelist_soft plugin usage [SME: 2322] |
295 |
|
|
|
296 |
|
|
* Sat Jan 13 2007 Shad L. Lords <slords@mail.com> 1.2.1-29 |
297 |
|
|
- Rename badmailfrom template to 10sample [SME: 2279] |
298 |
|
|
|
299 |
|
|
* Thu Jan 11 2007 Shad L. Lords <slords@mail.com> 1.2.1-28 |
300 |
|
|
- Fix peers plugin to hook new methods [SME: 2091] |
301 |
|
|
|
302 |
|
|
* Thu Jan 11 2007 Shad L. Lords <slords@mail.com> 1.2.1-27 |
303 |
|
|
- Make smtp auth use local plugins [SME: 2091] |
304 |
|
|
|
305 |
|
|
* Wed Jan 10 2007 Shad L. Lords <slords@mail.com> 1.2.1-26 |
306 |
|
|
- Migrate ordb.org entries away. [SME: 2274] |
307 |
|
|
- Clean-up SBL and RBL lists to use be in the correct place and use |
308 |
|
|
recognized lists. |
309 |
|
|
|
310 |
|
|
* Thu Dec 28 2006 Shad L. Lords <slords@mail.com> 1.2.1-25 |
311 |
|
|
- Reverse last change and fix correctly by passing peers/0 to |
312 |
|
|
the inital peers plugin [SME: 2167] |
313 |
|
|
|
314 |
|
|
* Tue Dec 26 2006 Shad L. Lords <slords@mail.com> 1.2.1-24 |
315 |
|
|
- Update peers to exit gracefully if no config passed [SME: 2167] |
316 |
|
|
|
317 |
|
|
* Thu Dec 07 2006 Shad L. Lords <slords@mail.com> |
318 |
|
|
- Update to new release naming. No functional changes. |
319 |
|
|
- Make Packager generic |
320 |
|
|
|
321 |
|
|
* Fri Dec 1 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.1-23 |
322 |
|
|
- Re-enable these by default for local connections as they already |
323 |
|
|
check for relayclient() for relevant sections: [SME: 1893] |
324 |
|
|
30check_badmailfrom |
325 |
|
|
33check_badrcptto_patterns |
326 |
|
|
34check_badrcptto |
327 |
|
|
38check_goodrcptto |
328 |
|
|
|
329 |
|
|
* Fri Dec 1 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.1-22 |
330 |
|
|
- Replace config/peers/0 and config/peers/local template directory |
331 |
|
|
symlinks with a tree of symlinks. Disable the following plugins |
332 |
|
|
for local connections: [SME: 1893] |
333 |
|
|
10check_earlytalker |
334 |
|
|
12count_unrecognized_commands |
335 |
|
|
16require_resolvable_fromhost |
336 |
|
|
20rhsbl |
337 |
|
|
22dnsbl |
338 |
|
|
30check_badmailfrom |
339 |
|
|
33check_badrcptto_patterns |
340 |
|
|
34check_badrcptto |
341 |
|
|
38check_goodrcptto |
342 |
|
|
70spamassassin |
343 |
|
|
|
344 |
|
|
* Fri Nov 24 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.1-21 |
345 |
|
|
- Fix last change to use SIGUSR1, not SIGHUP, and only for qpsmtpd. |
346 |
|
|
The peers directories are shared between qpsmtpd and sqpsmtpd [SME: 1893] |
347 |
|
|
|
348 |
|
|
* Fri Nov 24 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.1-20 |
349 |
|
|
- Regenerate peers directories in network-{create,delete} [SME: 1893] |
350 |
|
|
|
351 |
|
|
* Fri Nov 24 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.1-19 |
352 |
|
|
- Update e-smith-lib requires to pick up configure_peers() change [SME: 1893] |
353 |
|
|
- Add control/1 script and call from run script to configure peers [SME: 1893] |
354 |
|
|
|
355 |
|
|
* Wed Nov 22 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.1-18 |
356 |
|
|
- Ensure config directory resolves for sqpsmtpd service [SME: 1893] |
357 |
|
|
|
358 |
|
|
* Wed Nov 22 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.1-17 |
359 |
|
|
- Create config/peers directory [SME: 1893] |
360 |
|
|
|
361 |
|
|
* Wed Nov 22 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.1-16 |
362 |
|
|
- Expand config/peers/local in the relevant events [SME: 1893] |
363 |
|
|
- TODO: Generate peers links for local networks |
364 |
|
|
|
365 |
|
|
* Wed Nov 22 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.1-15 |
366 |
|
|
- Remove peers/0 templates.metadata file |
367 |
|
|
- Create config/peers templates directories |
368 |
|
|
- Symlink config/peers/{0,local} to ../plugins |
369 |
|
|
- To override local qpsmtpd config, create custom template for |
370 |
|
|
/var/service/qpsmtpd/config/peers/local [SME: 1893] |
371 |
|
|
|
372 |
|
|
* Wed Nov 22 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.1-14 |
373 |
|
|
- Merge in smeserver-qpsmtpd-tnef2mime [SME: 2087] |
374 |
|
|
|
375 |
|
|
* Mon Nov 20 2006 Gavin Weight <gweight@gmail.com> 1.2.1-13 |
376 |
|
|
- Fix rcpthosts to regenerate on ip-change. [SME: 1926] |
377 |
|
|
|
378 |
|
|
* Fri Nov 17 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.1-12 |
379 |
|
|
- Correct last patch (wrong templates.metadata file) [SME: 1893] |
380 |
|
|
- Expand config/peers/0 in the relevant events |
381 |
|
|
|
382 |
|
|
* Fri Nov 17 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.1-11 |
383 |
|
|
- Enable Charlie's peers plugin [SME: 1893] |
384 |
|
|
Use templates.metadata to provide backwards compatibility with |
385 |
|
|
add-on template fragments (at least for the first pass) |
386 |
|
|
config/peers/0 is generated from existing config/plugins template |
387 |
|
|
config/plugins is now a static file which just loads the peers plugin |
388 |
|
|
- TODO: Generate local plugins file(s) with different config |
389 |
|
|
|
390 |
|
|
* Sun Oct 22 2006 Charlie Brady <charlie_brady@mitel.com> 1.2.1-10 |
391 |
|
|
- Fix RE used to strip octets from IP address in peers plugin. [SME: 1893] |
392 |
|
|
|
393 |
|
|
* Fri Sep 08 2006 Charlie Brady <charlie_brady@mitel.com> 1.2.1-09 |
394 |
|
|
- Add 'peers' plugin code. [SME: 1893] |
395 |
|
|
|
396 |
|
|
* Thu Aug 24 2006 Filippo Carletti <carletti@mobilia.it> 1.2.1-08 |
397 |
|
|
- Add option for stealth mail logging. To enable: |
398 |
|
|
- config setprop qpsmtpd BccMode bcc [SME: 1876] |
399 |
|
|
|
400 |
|
|
* Fri Aug 18 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.1-07 |
401 |
|
|
- Enable check_smtp_forward if any domains are being forwarded |
402 |
|
|
to internal mail servers [SME: 1850] |
403 |
|
|
|
404 |
|
|
* Fri Aug 18 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.1-06 |
405 |
|
|
- Add check_smtp_forward plugin which contacts the internal mail |
406 |
|
|
server(s) to determine whether the mail would be accepted. If |
407 |
|
|
so, just let it queue normally |
408 |
|
|
- TODO: Add configuration to plugins file if required [SME: 1850] |
409 |
|
|
|
410 |
|
|
* Fri Aug 18 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.1-05 |
411 |
|
|
- Revert last change. Enhancing the smtp-forward plugin to handle |
412 |
|
|
multiple internal mail servers for different domains is too |
413 |
|
|
complex. Let's let qmail do that work. [SME: 710] |
414 |
|
|
|
415 |
|
|
* Fri Aug 18 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.1-04 |
416 |
|
|
- Re-enable smtp-forward plugin requiring version which declines if |
417 |
|
|
the connection is from a relayclient, to allow fallthrough to standard |
418 |
|
|
qmail-queue plugin. |
419 |
|
|
- Add default/failsafe queue/qmail-queue plugin [SME: 710] |
420 |
|
|
|
421 |
|
|
* Thu Jul 27 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.1-03 |
422 |
|
|
- Remove hosts from badrcptto - we only handle domains [SME: 1777] |
423 |
|
|
|
424 |
|
|
* Sat Jul 1 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.1-02 |
425 |
|
|
- Allow mail to [$ExternalIP] to support postmaster@[$ExternalIP] [SME: 1675] |
426 |
|
|
|
427 |
|
|
* Sat Jul 1 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.1-01 |
428 |
|
|
- Roll tarball with patches to 1.2.0-10 |
429 |
|
|
|
430 |
|
|
* Thu Jun 29 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-10 |
431 |
|
|
- Change default smtpgreeting to $SystemName.$DomainName [SME: 1325] |
432 |
|
|
|
433 |
|
|
* Thu Jun 29 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-09 |
434 |
|
|
- Template /var/service/qpsmtpd/config/smtpgreeting, defaulting to |
435 |
|
|
$DomainName. To set a custom greeting, set $smtpd{Greeting} [SME: 1325] |
436 |
|
|
|
437 |
|
|
* Mon Jun 26 2006 Filippo Carletti <carletti@mobilia.it> 1.2.0-08 |
438 |
|
|
- Expand badrcptto on group create/modifiy/delete events [SME: 1632] |
439 |
|
|
|
440 |
|
|
* Wed Jun 21 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-07 |
441 |
|
|
- Remove configuration for klez_filter scanner as it duplicates |
442 |
|
|
work of the pattern_filter [SME: 1620] |
443 |
|
|
|
444 |
|
|
* Tue Jun 20 2006 Filippo Carletti <carletti@mobilia.it> 1.2.0-06 |
445 |
|
|
- Expand goodrcptto on group create/modifiy/delete events [SME: 1616] |
446 |
|
|
|
447 |
|
|
* Mon Jun 5 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-05 |
448 |
|
|
- Improve peformance of pattern_filter plugin [SME: 1532] |
449 |
|
|
- TODO: Remove obsolete code and comments from that plugin |
450 |
|
|
|
451 |
|
|
* Wed May 17 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-04 |
452 |
|
|
- Allow all mail for domains which are being forwarded to internal |
453 |
|
|
mail servers [SME: 1253] |
454 |
|
|
|
455 |
|
|
* Thu Apr 6 2006 Gavin Weight <gweight@gmail.com> 1.2.0-03 |
456 |
|
|
- Revert back to loglevel 8 from 6. [SME: 503] |
457 |
|
|
|
458 |
|
|
* Thu Mar 23 2006 Charlie Brady <charlie_brady@mitel.com> 1.2.0-02 |
459 |
|
|
- Disable use of smtp-forward plugin (probably temporarily) in |
460 |
|
|
DelegateMailServer mode, to avoid mail looping problem. Always |
461 |
|
|
use qmail-queue plugin (for now). [SME: 1121] |
462 |
|
|
|
463 |
|
|
* Wed Mar 15 2006 Charlie Brady <charlie_brady@mitel.com> 1.2.0-01 |
464 |
|
|
- Roll stable stream version. [SME: 1016] |
465 |
|
|
|
466 |
|
|
* Fri Feb 17 2006 Charlie Brady <charlie_brady@mitel.com> 1.0.2-04 |
467 |
|
|
- Exempt local networks from dnsbl lookup. [SME: 830] |
468 |
|
|
|
469 |
|
|
* Fri Feb 10 2006 <gordonr@gormand.com.au> 1.0.2-03 |
470 |
|
|
- Call queue/smtp-forward to connect to DelegateMailServer |
471 |
|
|
instead of queueing locally when DelegateMailServer is set [SME: 710] |
472 |
|
|
|
473 |
|
|
* Mon Feb 6 2006 <charlie_brady@mitel.com> 1.0.2-02 |
474 |
|
|
- Enable resolvable_fromhost check by default, and add |
475 |
|
|
whitelistsenders config for local domains. [SME: 638] |
476 |
|
|
|
477 |
|
|
* Sun Feb 5 2006 <charlie_brady@mitel.com> 1.0.2-01 |
478 |
|
|
- Roll new tarball. [SME: 651] |
479 |
|
|
|
480 |
|
|
* Sun Feb 5 2006 <charlie_brady@mitel.com> 1.0.1-21 |
481 |
|
|
- Remove unused patterns.default remnants. Ensure that all |
482 |
|
|
templates2expand directories are populated only by createlinks |
483 |
|
|
script. [SME: 651] |
484 |
|
|
|
485 |
|
|
* Sat Feb 4 2006 <charlie_brady@mitel.com> 1.0.1-20 |
486 |
|
|
- Expand badhelo template during ip-change event, and remove |
487 |
|
|
bogus expansions /var/qmail/control/badhelo templates. [SME: 651] |
488 |
|
|
|
489 |
|
|
* Fri Feb 3 2006 Shad L. Lords <slords@mail.com> 1.0.1-19 |
490 |
|
|
- Add missing template-begin file in rhsbl directory [SME: 596] |
491 |
|
|
|
492 |
|
|
* Fri Feb 3 2006 <carletti@mobilia.it> 1.0.1-18 |
493 |
|
|
- Expand config/relayclients in network-(create|delete) events |
494 |
|
|
[SME: 649] |
495 |
|
|
|
496 |
|
|
* Thu Feb 2 2006 <charlie_brady@mitel.com> 1.0.1-17 |
497 |
|
|
- Add template for invalid_resolvable_fromhost configuration file |
498 |
|
|
[SME: 638] |
499 |
|
|
|
500 |
|
|
* Mon Jan 30 2006 Charlie Brady <charlie_brady@mitel.com> 1.0.1-16 |
501 |
|
|
- Fix warnings during template expansion, if spamassassin and/or clamd |
502 |
|
|
is not installed/configured. Remove dependencies on packages which |
503 |
|
|
are optional. Ensure that clamav group exists before installation. |
504 |
|
|
Remove one redundant template fragment (which consisted of only comments). |
505 |
|
|
[SME: 606] |
506 |
|
|
|
507 |
|
|
* Sat Jan 28 2006 Shad L. Lords <slords@mail.com> 1.0.1-15 |
508 |
|
|
- Add support for rhsbl entries to db [SME: 596] |
509 |
|
|
|
510 |
|
|
* Thu Jan 26 2006 Charlie Brady <charlieb@e-smith.com> 1.0.1-14 |
511 |
|
|
- Remove remnant mailrules.default templates and template |
512 |
|
|
expansions. [SME: 454] |
513 |
|
|
|
514 |
|
|
* Wed Jan 25 2006 Gordon Rowell <gordonr@gormand.com.au> 1.0.1-13 |
515 |
|
|
- Add defaults qpsmtpd{Bcc} == disabled and qpsmtpd{BccUser} == maillog |
516 |
|
|
- To enable mail logging: |
517 |
|
|
- Create maillog user |
518 |
|
|
- config setprop qpsmtpd Bcc enabled |
519 |
|
|
- signal-event email-update [SME: 13] |
520 |
|
|
|
521 |
|
|
* Wed Jan 18 2006 Gordon Rowell <gordonr@gormand.com.au> 1.0.1-12 |
522 |
|
|
- Really reduce default qpsmtpd{LogLevel} to LOGINFO (6) [SME: 503] |
523 |
|
|
|
524 |
|
|
* Wed Jan 18 2006 Gordon Rowell <gordonr@gormand.com.au> 1.0.1-11 |
525 |
|
|
- Reduce default qpsmtpd{LogLevel} to LOGINFO (7) [SME: 503] |
526 |
|
|
|
527 |
|
|
* Thu Jan 12 2006 Charlie Brady <charlieb@e-smith.com> 1.0.1-10 |
528 |
|
|
- Fix goodrcptto and mailrules templates for single domain |
529 |
|
|
pseudonym entries. [SME: 368] |
530 |
|
|
|
531 |
|
|
* Thu Oct 13 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.1-09 |
532 |
|
|
- Default RequireResolvableFromHost to "no" [SF: 1269382] |
533 |
|
|
|
534 |
|
|
* Thu Oct 13 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.1-08 |
535 |
|
|
- SIGHUP [s]qpsmtpd to re-read config in email-update [SF: 1252072] |
536 |
|
|
|
537 |
|
|
* Mon Oct 10 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.1-07 |
538 |
|
|
- And finally, the env directory [SF: 1313800] |
539 |
|
|
|
540 |
|
|
* Mon Oct 10 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.1-06 |
541 |
|
|
- And the config directory [SF: 1313800] |
542 |
|
|
|
543 |
|
|
* Mon Oct 10 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.1-05 |
544 |
|
|
- Need to create ssl directory to allow template expansion [SF: 1313800] |
545 |
|
|
|
546 |
|
|
* Fri Oct 7 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.1-04 |
547 |
|
|
- And the path to the runenv directory [SF: 1313800] |
548 |
|
|
|
549 |
|
|
* Fri Oct 7 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.1-03 |
550 |
|
|
- And fix up path to config directory [SF: 1313800] |
551 |
|
|
|
552 |
|
|
* Fri Oct 7 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.1-02 |
553 |
|
|
- Remove symlinks from sqpsmtpd directory [SF: 1313800] |
554 |
|
|
|
555 |
|
|
* Fri Oct 7 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.1-01 |
556 |
|
|
- Roll new tarball, including patches to 1.0.0-11 |
557 |
|
|
|
558 |
|
|
* Fri Oct 7 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.0-11 |
559 |
|
|
- Added missing = to max_size parameter for clamav plugin [SF: 1308976] |
560 |
|
|
|
561 |
|
|
* Thu Oct 6 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.0-10 |
562 |
|
|
- Added db defaults for qpsmtpd{LogLevel}=='8' and |
563 |
|
|
$qpsmtpd{RequireResolvableFromHost}=='yes' [SF: 1314202] |
564 |
|
|
|
565 |
|
|
* Thu Sep 22 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.0-09 |
566 |
|
|
- Allow mail to root@domain. If you want to block it, |
567 |
|
|
db accounts setprop root Visible internal [SF: 1252375] |
568 |
|
|
|
569 |
|
|
* Thu Sep 22 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.0-08 |
570 |
|
|
- And pick correct value from clamav entry: [SF: 1245756] |
571 |
|
|
$qpsmtpd{MaxScannerSize} || $clamav{StreamMaxLength} || "25M"; |
572 |
|
|
|
573 |
|
|
* Thu Sep 22 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.0-07 |
574 |
|
|
- Configure qpsmtpd{MaxScannerSize}, defaulting to 25MBytes [SF: 1245756] |
575 |
|
|
|
576 |
|
|
* Thu Sep 22 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.0-06 |
577 |
|
|
- Set separate softlimit values for data/stack/locked [SF: 1298123] |
578 |
|
|
|
579 |
|
|
* Thu Sep 22 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.0-05 |
580 |
|
|
- Set memory_threshold to 1 so that qpsmtpd writes all mail messages |
581 |
|
|
to disk so that scanners can look at them. Default is 10K [SF: 1298343] |
582 |
|
|
|
583 |
|
|
* Mon Aug 29 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.0-04 |
584 |
|
|
- Updated Requires for qpsmtpd to 0.31 [SF: 1231314] |
585 |
|
|
- Change paths to match Peter Holtzer's RPMs - /usr/share/qpsmtpd/ |
586 |
|
|
instead of /usr/lib/qpsmtpd [SF: 1231314] |
587 |
|
|
- Updated Requires for plugins to pick up new paths [SF: 1231314] |
588 |
|
|
- Remove symlinks from /var/service[s]qpsmtpd since they can |
589 |
|
|
now be done with environment or qpsmtpd config variables [SF: 1231314] |
590 |
|
|
- Remove plugins auth/cvm_unix_local, check_norelay and |
591 |
|
|
check_badrcptto_patterns which are now in the qpsmtpd tarball [SF: 1231314] |
592 |
|
|
|
593 |
|
|
* Mon Aug 29 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.0-03 |
594 |
|
|
- Fix sqpsmtpd script to call sslio with -u and -U args [SF: 1257284] |
595 |
|
|
|
596 |
|
|
* Wed Aug 24 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.0-02 |
597 |
|
|
- Configure qpsmtpd{RBLList} with comma separator, but allow |
598 |
|
|
either since people are used to colons and we then don't have |
599 |
|
|
to do a db migration for beta1 -> beta2 [SF: 1267737] |
600 |
|
|
|
601 |
|
|
* Fri Aug 19 2005 Gordon Rowell <gordonr@gormand.com.au> |
602 |
|
|
- [1.0.0-01] |
603 |
|
|
- Package renamed to smeserver-qpsmtpd |
604 |
|
|
|
605 |
|
|
* Thu Aug 18 2005 Shad L. Lords <slords@mail.com> |
606 |
|
|
- [0.0.4-27sme01] |
607 |
|
|
- Change e-smith-clamav to smeserver-clamav |
608 |
|
|
|
609 |
|
|
* Thu Aug 18 2005 Gordon Rowell <gordonr@gormand.com.au> |
610 |
|
|
- [0.0.4-27] |
611 |
|
|
- Expand goodrcptto in domain-* events [SF: 1257199] |
612 |
|
|
|
613 |
|
|
* Tue Aug 16 2005 Charlie Brady <charlieb@e-smith.com> |
614 |
|
|
- [0.0.4-26] |
615 |
|
|
- Fix uid/gid which sslio wrapper runs as for sqpsmtpd. [SF: 1257284] |
616 |
|
|
- Add Requires headers for e-smith-clamav and e-smith-spamassassin. |
617 |
|
|
|
618 |
|
|
* Mon Aug 15 2005 Charlie Brady <charlieb@e-smith.com> |
619 |
|
|
- [0.0.4-25] |
620 |
|
|
- Change name of plugins RPM in Requires: header. [SF: 1242326] |
621 |
|
|
|
622 |
|
|
* Wed Jul 27 2005 Gordon Rowell <gordonr@gormand.com.au> |
623 |
|
|
- [0.0.4-24] |
624 |
|
|
- Enabled check_basicheaders, requiring a From and Date header. |
625 |
|
|
- Configure db default smtpd{MaxDateOffset}==0. Set it to a non-zero |
626 |
|
|
value (e.g. 366) to reject mail with silly dates. |
627 |
|
|
[SF: 1244977] |
628 |
|
|
|
629 |
|
|
* Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com> |
630 |
|
|
- [0.0.4-23] |
631 |
|
|
- Remove explicit pathnames in db opens. [SF: 1216546 (Shad)] |
632 |
|
|
|
633 |
|
|
* Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com> |
634 |
|
|
- [0.0.4-22] |
635 |
|
|
- Fix metadata OUTPUT_PATH to OUTPUT_FILENAME [SF: 1237193] |
636 |
|
|
|
637 |
|
|
* Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com> |
638 |
|
|
- [0.0.4-21] |
639 |
|
|
- Fix up db default qpsmtpd{tnef2mime} -> smtpd{tnef2mime} so it is |
640 |
|
|
actually enabled by default [SF:1227668 (Shad)] |
641 |
|
|
|
642 |
|
|
* Wed Jul 13 2005 Charlie Brady <charlieb@e-smith.com> |
643 |
|
|
- [0.0.4-20] |
644 |
|
|
- Fix errors in SSL PEM file template expansion [SF: 1237193] |
645 |
|
|
|
646 |
|
|
* Tue Jul 12 2005 Charlie Brady <charlieb@e-smith.com> |
647 |
|
|
- [0.0.4-19] |
648 |
|
|
- Added Michael Weinberger's smeserver-qpsmtpd-tnef2mime - [SF:1227668] |
649 |
|
|
- Added config db defaults to enable plugin |
650 |
|
|
|
651 |
|
|
* Thu Jun 16 2005 Charlie Brady <charlieb@e-smith.com> |
652 |
|
|
- [0.0.4-18] |
653 |
|
|
- Remove bogus /var/service/qpsmtpd/peers/{0,local} |
654 |
|
|
directories (this time for sure, Rocky!) [SF: 1210727] |
655 |
|
|
|
656 |
|
|
* Tue Jun 14 2005 Charlie Brady <charlieb@e-smith.com> |
657 |
|
|
- [0.0.4-17] |
658 |
|
|
- Small patch from Gordon to fix cvs interaction. |
659 |
|
|
|
660 |
|
|
* Mon Jun 13 2005 Charlie Brady <charlieb@e-smith.com> |
661 |
|
|
- [0.0.4-16] |
662 |
|
|
- Add Obsoletes header for e-smith-ssl-mailfront. [SF: 1219069] |
663 |
|
|
|
664 |
|
|
* Sun Jun 12 2005 Charlie Brady <charlieb@e-smith.com> |
665 |
|
|
- [0.0.4-15] |
666 |
|
|
- Remove bogus /var/service/qpsmtpd/peers/{0,local} |
667 |
|
|
directories, and fix typo. [SF: 1210727] |
668 |
|
|
|
669 |
|
|
* Tue May 31 2005 Charlie Brady <charlieb@e-smith.com> |
670 |
|
|
- [0.0.4-14] |
671 |
|
|
- Fix location of templates-begin files. [SF: 1210727] |
672 |
|
|
|
673 |
|
|
* Tue May 24 2005 Charlie Brady <charlieb@e-smith.com> |
674 |
|
|
- [0.0.4-13] |
675 |
|
|
- Add "access" default property for qpsmtpd and sqpsmtpd services. |
676 |
|
|
[SF: 1205847] |
677 |
|
|
- Make sure that empty templates-begin files exist in peers/{0,local} |
678 |
|
|
templates directories. |
679 |
|
|
|
680 |
|
|
* Thu May 11 2005 Gordon Rowell <gordonr@gormand.com.au> |
681 |
|
|
- [0.0.4-12] |
682 |
|
|
- Fix up config/relayclients - need a dot after network blocks |
683 |
|
|
|
684 |
|
|
* Thu May 11 2005 Gordon Rowell <gordonr@gormand.com.au> |
685 |
|
|
- [0.0.4-11] |
686 |
|
|
- Also regenerate goodrcptto in {user,pseudonym}-modify, since |
687 |
|
|
details about the account may have changed |
688 |
|
|
|
689 |
|
|
* Thu May 11 2005 Gordon Rowell <gordonr@gormand.com.au> |
690 |
|
|
- [0.0.4-10] |
691 |
|
|
- Actually regenerate goodrcptto in the events mentioned in |
692 |
|
|
0.0.3-01 (typo in createlinks) |
693 |
|
|
|
694 |
|
|
* Fri May 06 2005 Charlie Brady <charlieb@e-smith.com> |
695 |
|
|
- [0.0.4-09] |
696 |
|
|
- Add type and status defaults for qpsmtpd and sqpsmtpd services. |
697 |
|
|
|
698 |
|
|
* Wed May 4 2005 Gordon Rowell <gordonr@gormand.com.au> 0.0.4-08 |
699 |
|
|
- Fixed up SMTP Authentication status mismatch |
700 |
|
|
|
701 |
|
|
* Wed May 4 2005 Gordon Rowell <gordonr@gormand.com.au> 0.0.4-07 |
702 |
|
|
- Clean up configuration, using "runenv" file for each service |
703 |
|
|
- Check various properties to determine whether to enable plugins |
704 |
|
|
|
705 |
|
|
* Wed May 4 2005 Gordon Rowell <gordonr@gormand.com.au> 0.0.4-06 |
706 |
|
|
- Move mailpatterns defaults to e-smith-email |
707 |
|
|
|
708 |
|
|
* Wed May 4 2005 Gordon Rowell <gordonr@gormand.com.au> 0.0.4-05 |
709 |
|
|
- New arguments to auth_cvm_unix_local to allow AUTH to be |
710 |
|
|
enabled/disabled for smtp or ssmtp: |
711 |
|
|
enable_smtp no enable_ssmtpd yes |
712 |
|
|
- Checks config db defaults for [s]smtpd{Authentication} |
713 |
|
|
|
714 |
|
|
* Wed May 4 2005 Gordon Rowell <gordonr@gormand.com.au> 0.0.4-04 |
715 |
|
|
- Remove spurious return statement |
716 |
|
|
|
717 |
|
|
* Wed May 4 2005 Gordon Rowell <gordonr@gormand.com.au> 0.0.4-03 |
718 |
|
|
- Fix auth_cvm_unix_local to actually check with CVM |
719 |
|
|
- TODO: auth-cram-md5 and auth-local (?) |
720 |
|
|
|
721 |
|
|
* Sat Apr 30 2005 Gordon Rowell <gordonr@gormand.com.au> 0.0.4-02 |
722 |
|
|
- Check for relayclient in check_badrcptto_patterns |
723 |
|
|
- Actually check that the user exists in the prototype auth module |
724 |
|
|
|
725 |
|
|
* Sat Apr 30 2005 Gordon Rowell <gordonr@gormand.com.au> 0.0.4-01 |
726 |
|
|
- Added Provides: e-smith-smtpd to ease migration from e-smith-mailfront |
727 |
|
|
|
728 |
|
|
* Sat Apr 30 2005 Gordon Rowell <gordonr@gormand.com.au> 0.0.3-04 |
729 |
|
|
- Move badrcpto_patterns into a configuration file |
730 |
|
|
- Updated comment blocks in plugins |
731 |
|
|
- Parameterised a number of qpsmtpd config files |
732 |
|
|
- TODO: Database defaults, finalise parameterisation |
733 |
|
|
|
734 |
|
|
* Fri Apr 29 2005 Gordon Rowell <gordonr@gormand.com.au> 0.0.3-03 |
735 |
|
|
- Renamed auth module to auth_cvm_unix_local |
736 |
|
|
|
737 |
|
|
* Fri Apr 29 2005 Gordon Rowell <gordonr@gormand.com.au> 0.0.3-02 |
738 |
|
|
- Added auth_cvm-unix-local for AUTH LOGIN and AUTH PLAIN |
739 |
|
|
- TODO: Actually check with CVM - currently uses colon separated |
740 |
|
|
plain text config/flat_auth_pw |
741 |
|
|
|
742 |
|
|
* Fri Apr 29 2005 Gordon Rowell <gordonr@gormand.com.au> 0.0.3-01 |
743 |
|
|
- Regenerate goodrcptto in {user,pseudonym}-{create,delete} |
744 |
|
|
- thanks Paul Nesbit |
745 |
|
|
- Split qpsmtpd-plugins-openfusion into separate RPM |
746 |
|
|
- Note: mailer-daemon now works due to change I suggested in |
747 |
|
|
check_goodrcptto: match on full string, then match again on |
748 |
|
|
string with extension stripped - thanks Gavin Carr |
749 |
|
|
- Unset RELAYCLIENT in check_norelay (probably not required) |
750 |
|
|
|
751 |
|
|
* Tue Apr 26 2005 Gordon Rowell <gordonr@gormand.com.au> |
752 |
|
|
- [0.0.2-03] |
753 |
|
|
- Pass correct parameter to check_goodrcptto |
754 |
|
|
- TODO: mailer-daemon is currently being denied due to goodrcptto |
755 |
|
|
extension folding |
756 |
|
|
|
757 |
|
|
* Tue Apr 26 2005 Gordon Rowell <gordonr@gormand.com.au> |
758 |
|
|
- [0.0.2-02] |
759 |
|
|
- Added plugins/check_badrcptto_patterns to check for bang, shriek |
760 |
|
|
and double at paths. |
761 |
|
|
- Added plugins/check_norelay to allow specific hosts to be denied relaying |
762 |
|
|
|
763 |
|
|
* Tue Apr 26 2005 Gordon Rowell <gordonr@gormand.com.au> |
764 |
|
|
- [0.0.2-01] |
765 |
|
|
- Added plugins/virus/patterns_filter, based on Gavin Carr's exe_filter, |
766 |
|
|
but without the dependency on Email::MIME. This is a simple-minded |
767 |
|
|
filter, which doesn't care about MIME boundaries (as per the |
768 |
|
|
mailfront version). |
769 |
|
|
|
770 |
|
|
* Mon Apr 25 2005 Gordon Rowell <gordonr@gormand.com.au> |
771 |
|
|
- [0.0.1-03] |
772 |
|
|
- Fixed path to clamav socket in 80clamdscan (currently unused) |
773 |
|
|
- Parameterised many of the templates |
774 |
|
|
- TODO: Need to parameterise rshbl |
775 |
|
|
- Added a set of qpsmtpd plugins from Gavin Carr of OpenFusion: |
776 |
|
|
http://www.openfusion.com.au/labs/qpsmtpd/ |
777 |
|
|
- TODO: Need norelayclient setting (to deny relay from router) |
778 |
|
|
- TODO: sqpsmtpd needs testing - fails with (maybe just from stunnel client) |
779 |
|
|
"421 See http://smtpd.develooper.com/barelf.html" |
780 |
|
|
|
781 |
|
|
* Thu Apr 21 2005 Gordon Rowell <gordonr@gormand.com.au> |
782 |
|
|
- [0.0.1-02] |
783 |
|
|
- Initial cut of sqpsmtpd |
784 |
|
|
|
785 |
|
|
* Thu Apr 21 2005 Gordon Rowell <gordonr@gormand.com.au> |
786 |
|
|
- [0.0.1-01] |
787 |
|
|
- Initial packaging |
788 |
|
|
|
789 |
|
|
%prep |
790 |
|
|
%setup |
791 |
unnilennium |
1.2 |
%patch0 -p1 |
792 |
vip-ire |
1.3 |
%patch1 -p1 |
793 |
|
|
%patch2 -p1 |
794 |
vip-ire |
1.4 |
%patch3 -p1 |
795 |
vip-ire |
1.5 |
%patch4 -p1 |
796 |
vip-ire |
1.6 |
%patch5 -p1 |
797 |
vip-ire |
1.7 |
%patch6 -p1 |
798 |
vip-ire |
1.8 |
%patch7 -p1 |
799 |
vip-ire |
1.10 |
%patch8 -p1 |
800 |
vip-ire |
1.11 |
%patch9 -p1 |
801 |
vip-ire |
1.12 |
%patch10 -p1 |
802 |
vip-ire |
1.13 |
%patch11 -p1 |
803 |
vip-ire |
1.14 |
%patch12 -p1 |
804 |
vip-ire |
1.15 |
%patch13 -p1 |
805 |
stephdl |
1.1 |
|
806 |
|
|
%build |
807 |
|
|
perl createlinks |
808 |
vip-ire |
1.5 |
mkdir -p root/var/lib/qpsmtpd/karma |
809 |
stephdl |
1.1 |
|
810 |
|
|
PEERS_CONFIG=root/etc/e-smith/templates/var/service/qpsmtpd/config/peers |
811 |
|
|
mkdir -p $PEERS_CONFIG/0 |
812 |
|
|
mkdir -p $PEERS_CONFIG/local |
813 |
|
|
|
814 |
|
|
DISABLE_LOCAL=" |
815 |
vip-ire |
1.15 |
09karma |
816 |
vip-ire |
1.3 |
10earlytalker |
817 |
stephdl |
1.1 |
12count_unrecognized_commands |
818 |
vip-ire |
1.13 |
15helo |
819 |
vip-ire |
1.3 |
16resolvable_fromhost |
820 |
vip-ire |
1.6 |
19loadcheck |
821 |
stephdl |
1.1 |
20rhsbl |
822 |
|
|
22dnsbl |
823 |
vip-ire |
1.14 |
23naughty |
824 |
stephdl |
1.1 |
70spamassassin |
825 |
|
|
" |
826 |
|
|
|
827 |
|
|
for file in $DISABLE_LOCAL |
828 |
|
|
do |
829 |
|
|
echo "# $file disabled for local connections" > $PEERS_CONFIG/local/$file |
830 |
|
|
done |
831 |
|
|
|
832 |
|
|
DISABLE_EXTERNAL=" |
833 |
|
|
65disclaimer |
834 |
|
|
" |
835 |
|
|
|
836 |
|
|
for file in $DISABLE_EXTERNAL |
837 |
|
|
do |
838 |
|
|
echo "# $file disabled for external connections" > $PEERS_CONFIG/0/$file |
839 |
|
|
done |
840 |
|
|
|
841 |
|
|
( |
842 |
|
|
cd root/etc/e-smith/templates/var/service/qpsmtpd/config/plugins |
843 |
|
|
for file in * |
844 |
|
|
do |
845 |
|
|
[ -e ../peers/0/$file ] || |
846 |
|
|
ln -s ../../plugins/$file ../peers/0/$file |
847 |
|
|
[ -e ../peers/local/$file ] || |
848 |
|
|
ln -s ../../plugins/$file ../peers/local/$file |
849 |
|
|
done |
850 |
|
|
) |
851 |
|
|
|
852 |
|
|
%install |
853 |
|
|
rm -rf $RPM_BUILD_ROOT |
854 |
|
|
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
855 |
|
|
rm -f %{name}-%{version}-%{release}-filelist |
856 |
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
857 |
|
|
--dir /var/service/qpsmtpd "attr(1755,root,root)" \ |
858 |
|
|
--file /var/service/qpsmtpd/down "attr(0644,root,root)" \ |
859 |
|
|
--file /var/service/qpsmtpd/run "attr(0755,root,root)" \ |
860 |
|
|
--file /var/service/qpsmtpd/control/1 "attr(0755,root,root)" \ |
861 |
|
|
--dir /var/service/qpsmtpd/supervise "attr(0700,root,root)" \ |
862 |
|
|
--dir /var/service/qpsmtpd/env "attr(0755,root,root)" \ |
863 |
|
|
--file /var/service/qpsmtpd/env/PATH "attr(0644,root,root)" \ |
864 |
|
|
--dir /var/service/qpsmtpd/log "attr(1755,root,root)" \ |
865 |
|
|
--file /var/service/qpsmtpd/log/run "attr(0755,root,root)" \ |
866 |
|
|
--dir /var/service/qpsmtpd/log/supervise "attr(0700,root,root)" \ |
867 |
|
|
--dir /var/log/qpsmtpd "attr(2750,smelog,smelog)" \ |
868 |
|
|
\ |
869 |
|
|
--dir /var/service/sqpsmtpd "attr(1755,root,root)" \ |
870 |
|
|
--file /var/service/sqpsmtpd/down "attr(0644,root,root)" \ |
871 |
|
|
--file /var/service/sqpsmtpd/run "attr(0755,root,root)" \ |
872 |
|
|
--dir /var/service/sqpsmtpd/supervise "attr(0700,root,root)" \ |
873 |
|
|
--dir /var/service/sqpsmtpd/env "attr(0755,root,root)" \ |
874 |
|
|
--file /var/service/sqpsmtpd/env/PATH "attr(0644,root,root)" \ |
875 |
|
|
--dir /var/service/sqpsmtpd/log "attr(1755,root,root)" \ |
876 |
|
|
--file /var/service/sqpsmtpd/log/run "attr(0755,root,root)" \ |
877 |
|
|
--dir /var/service/sqpsmtpd/log/supervise "attr(0700,root,root)" \ |
878 |
|
|
--dir /var/log/sqpsmtpd "attr(2750,smelog,smelog)" \ |
879 |
|
|
\ |
880 |
|
|
--file /var/service/sqpsmtpd/sqpsmtpd "attr(0755,root,root)" \ |
881 |
|
|
--dir /var/spool/qpsmtpd "attr(2750,qpsmtpd,clamav)" \ |
882 |
vip-ire |
1.5 |
--dir /var/lib/qpsmtpd/karma "attr(2750,qpsmtpd,qpsmtpd)" \ |
883 |
stephdl |
1.1 |
\ |
884 |
|
|
--file /usr/local/bin/qplogsumm.pl "attr(0755,root,root)" \ |
885 |
|
|
> %{name}-%{version}-%{release}-filelist |
886 |
|
|
|
887 |
|
|
%pre |
888 |
|
|
/sbin/e-smith/create-system-user qpsmtpd 453 \ |
889 |
|
|
'qpsmtpd system user' /var/service/qpsmtpd /bin/false |
890 |
|
|
/usr/sbin/groupadd -r clamav 2>/dev/null || : |
891 |
|
|
|
892 |
|
|
TEMPLATES_DIR=/etc/e-smith/templates/var/service/qpsmtpd/config/peers |
893 |
|
|
|
894 |
|
|
[ -L $TEMPLATES_DIR/0 ] && rm -f $TEMPLATES_DIR/0 |
895 |
|
|
[ -L $TEMPLATES_DIR/local ] && rm -f $TEMPLATES_DIR/local |
896 |
|
|
true |
897 |
|
|
|
898 |
|
|
%post |
899 |
|
|
|
900 |
|
|
%clean |
901 |
|
|
rm -rf $RPM_BUILD_ROOT |
902 |
|
|
|
903 |
|
|
%files -f %{name}-%{version}-%{release}-filelist |
904 |
|
|
%defattr(-,root,root) |