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