/[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.10 - (hide annotations) (download)
Thu Aug 6 15:51:26 2015 UTC (8 years, 10 months ago) by vip-ire
Branch: MAIN
CVS Tags: smeserver-qpsmtpd-2_4_0-11_el6_sme
Changes since 1.9: +6 -2 lines
* Thu Aug 6 2015 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-11.sme
- Add domain part to bcc user if missing [SME: 8990]

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

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