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

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

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


Revision 1.8 - (hide annotations) (download)
Sun Apr 17 09:52:52 2016 UTC (8 years, 2 months ago) by vip-ire
Branch: MAIN
CVS Tags: smeserver-qpsmtpd-2_6_0-8_el7_sme
Changes since 1.7: +8 -2 lines
* Sun Apr 17 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-8.sme
- Use clamdscan plugin instead of clamav [SME: 9465]

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

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