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

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

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


Revision 1.13 - (show annotations) (download)
Wed Jan 13 17:47:36 2016 UTC (8 years, 5 months ago) by vip-ire
Branch: MAIN
CVS Tags: smeserver-qpsmtpd-2_4_0-14_el6_sme
Changes since 1.12: +5 -2 lines
* Wed Jan 13 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-14.sme
- Expand all ssl related conf in ssl-update [SME: 9152]

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

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