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

Contents of /rpms/smeserver-qpsmtpd/sme9/smeserver-qpsmtpd.spec

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


Revision 1.22 - (show annotations) (download)
Fri May 6 21:28:42 2016 UTC (8 years, 1 month ago) by vip-ire
Branch: MAIN
CVS Tags: smeserver-qpsmtpd-2_4_0-23_el6_sme
Changes since 1.21: +10 -2 lines
* Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-23.sme
- Use an additional badrcptto file list for external connections so
  local only pseudonymes work as expected [SME: 9503]

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

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