/[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.22 - (hide annotations) (download)
Tue Oct 7 15:06:55 2008 UTC (15 years, 8 months ago) by slords
Branch: MAIN
CVS Tags: smeserver-qpsmtpd-2_2_0-1_el5_sme
Changes since 1.21: +7 -94 lines
New streams

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

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