/[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.41 - (hide annotations) (download)
Wed Jun 12 10:32:56 2013 UTC (11 years, 1 month ago) by vip-ire
Branch: MAIN
CVS Tags: smeserver-qpsmtpd-2_2_0-17_el5_sme
Changes since 1.40: +7 -2 lines
* Wed Jun 12 2013 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-17
- Fix size_limit initialization [SME: 7668]

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

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