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

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

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


Revision 1.4 - (hide annotations) (download)
Fri Jun 14 10:25:29 2013 UTC (10 years, 11 months ago) by vip-ire
Branch: MAIN
CVS Tags: smeserver-qpsmtpd-2_4_0-4_el6_sme
Changes since 1.3: +7 -2 lines
* Fri Jun 14 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-4
- Fix size_limit initialization [SME: 7671]

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

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