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

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

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


Revision 1.26 - (hide annotations) (download)
Fri Nov 6 08:03:53 2009 UTC (14 years, 6 months ago) by snetram
Branch: MAIN
Changes since 1.25: +7 -2 lines
* Fri Nov 6 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-4.sme
- Add qpsmtpd template fragment for custom SPAM subject prefix [SME: 5562]

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

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