/[smeserver]/rpms/smeserver-qpsmtpd/sme10/smeserver-qpsmtpd.spec
ViewVC logotype

Contents of /rpms/smeserver-qpsmtpd/sme10/smeserver-qpsmtpd.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.56 - (show annotations) (download)
Mon Aug 14 16:20:52 2023 UTC (10 months, 4 weeks ago) by jpp
Branch: MAIN
CVS Tags: smeserver-qpsmtpd-2_7_0-13_el7_sme
Changes since 1.55: +9 -3 lines
* Mon Aug 14 2023 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-13.sme
- fix imap auth needs escaping passwords [SME: 12395]
  now requires perl(Net::IMAP::Simple) >= 1.2212 (1.2034)
  do not requires e-smith-cvm-unix-local anymore

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

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed