/[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.37 - (hide annotations) (download)
Wed Mar 9 17:10:07 2011 UTC (13 years, 3 months ago) by snetram
Branch: MAIN
Changes since 1.36: +2 -2 lines
* Thu Oct 14 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-13
- Read number of log files to keep from the DB [SME: 2862]

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

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