/[smeserver]/rpms/smeserver-qpsmtpd/sme10/smeserver-qpsmtpd.spec
ViewVC logotype

Annotation of /rpms/smeserver-qpsmtpd/sme10/smeserver-qpsmtpd.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.14 - (hide annotations) (download)
Wed Apr 20 19:46:42 2016 UTC (8 years, 2 months ago) by vip-ire
Branch: MAIN
CVS Tags: smeserver-qpsmtpd-2_6_0-14_el7_sme
Changes since 1.13: +9 -2 lines
* Wed Apr 20 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-14.sme
- Use the naughty plugin to defer rejections, leaving users an opportunity
  to authenticate [SME: 5092]

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

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