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

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

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


Revision 1.39 - (show annotations) (download)
Thu Jul 19 05:57:12 2012 UTC (11 years, 10 months ago) by wellsi
Branch: MAIN
CVS Tags: smeserver-qpsmtpd-2_2_0-15_el5_sme
Changes since 1.38: +5 -4 lines
Revert the 2.2.0-14 change and fix properly in e-smith-base [SME: 7026]

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

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