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

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

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


Revision 1.45 - (hide annotations) (download)
Tue Feb 25 04:08:22 2014 UTC (10 years, 3 months ago) by wellsi
Branch: MAIN
CVS Tags: smeserver-qpsmtpd-2_2_0-21_el5_sme
Changes since 1.44: +6 -2 lines
* Mon Feb 24 2014 Ian Wells <esmith@wellsi.com> 2.2.0-21.sme
- Improve ability to update SBL and RBL Lists [SME: 8235]
- Migrate fragments for zen.spamhaus.org and ordb removed.

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

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