/[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.5 - (show annotations) (download)
Wed Jan 29 07:24:48 2014 UTC (10 years, 4 months ago) by wellsi
Branch: MAIN
CVS Tags: smeserver-qpsmtpd-2_4_0-5_el6_sme
Changes since 1.4: +7 -2 lines
* Tue Jan 28 2014 Ian Wells <esmith@wellsi.com> 2.4.0-5.sme
- Remove insecure ciphers [SME: 8138]

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

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