/[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.31 - (hide annotations) (download)
Sun Sep 26 17:03:45 2010 UTC (13 years, 8 months ago) by slords
Branch: MAIN
CVS Tags: smeserver-qpsmtpd-2_2_0-8_el5_sme
Changes since 1.30: +7 -2 lines
* Sun Sep 25 2010 Shad L. Lords <slords@mail.com> 2.2.0-8.sme
- Require auth for all relays (local too) [SME: 5575]

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

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