/[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.3 - (show annotations) (download)
Wed Apr 24 18:04:44 2013 UTC (11 years, 1 month ago) by vip-ire
Branch: MAIN
CVS Tags: smeserver-qpsmtpd-2_4_0-3_el6_sme
Changes since 1.2: +8 -2 lines
* Wed Apr 24 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-3
- reads MaxMessageSize prop of spamassassin and adds it
  to the arguments of the plugin if defined [SME: 7559]

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

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