/[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.3 - (show annotations) (download)
Sat Apr 16 11:39:00 2016 UTC (8 years, 2 months ago) by vip-ire
Branch: MAIN
CVS Tags: smeserver-qpsmtpd-2_6_0-3_el7_sme
Changes since 1.2: +12 -6 lines
* Sat Apr 16 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-3.sme
- Adapt for qpsmtpd-0.96 (mainly plugin renamed) [SME: 9460]

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

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