/[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.32 - (show annotations) (download)
Wed Apr 12 21:32:49 2017 UTC (7 years, 2 months ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-qpsmtpd-2_6_0-29_el7_sme
Changes since 1.31: +6 -2 lines
* Wed Apr 12 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-29.sme
- update patch smeserver-qpsmtpd-2.6.0-smtpd_to_qpsmtpd.patch [SME: 9478]
- Greeting property was still attached to smtpd in a template

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

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