/[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.33 - (hide annotations) (download)
Fri Oct 1 13:32:47 2010 UTC (13 years, 8 months ago) by vip-ire
Branch: MAIN
CVS Tags: smeserver-qpsmtpd-2_2_0-10_el5_sme
Changes since 1.32: +7 -2 lines
Really requires auth for SMTP relay

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

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