/[smeserver]/rpms/e-smith-email/sme10/e-smith-email.spec
ViewVC logotype

Contents of /rpms/e-smith-email/sme10/e-smith-email.spec

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


Revision 1.5 - (show annotations) (download)
Tue Jun 7 06:57:30 2016 UTC (8 years ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-email-5_6_0-5_el7_sme
Changes since 1.4: +7 -2 lines
* Tue Jun 7 2016 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-5.sme
- More change from smtpd to qpsmtpd in masq templates [SME: 9561]

1 # $Id: e-smith-email.spec,v 1.4 2016/06/03 07:36:15 vip-ire Exp $
2
3 Summary: e-smith server and gateway - email module
4 %define name e-smith-email
5 Name: %{name}
6 %define version 5.6.0
7 %define release 5
8 Version: %{version}
9 Release: %{release}%{?dist}
10 License: GPL
11 Group: Networking/Daemons
12 Source: %{name}-%{version}.tar.xz
13 Patch0: e-smith-email-5.6.0-smtpd_to_qpsmtpd.patch
14 Patch1: e-smith-email-5.6.0-qpsmtpd_in_auth_proxy.patch
15 Patch2: e-smith-email-5.6.0-qpsmtpd_in_masq_templates.patch
16 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
17 Requires: e-smith-base >= 4.15.0-39
18 Requires: e-smith-tinydns >= 1.0.0-5
19 Requires: e-smith-smtpd
20 Requires: e-smith-mta
21 Requires: e-smith-pop3
22 Requires: e-smith-imap
23 Requires: e-smith-lib >= 1.15.1-19
24 Requires: perl(Net::Server::Fork)
25 Requires: perl(Net::SMTP)
26 Requires: perl(Net::SMTP::SSL)
27 Requires: perl(Authen::SASL)
28 Requires: perl(Net::Server) >= 0.85
29 Requires: runit
30 Requires: e-smith-formmagick >= 1.4.0-12
31 Obsoletes: e-smith-smtp-authentication
32 Obsoletes: e-smith-securemail
33 BuildRequires: e-smith-devtools >= 1.13.0-03
34 BuildArchitectures: noarch
35 AutoReqProv: no
36
37 %description
38 e-smith server and gateway software - email module.
39
40 %changelog
41 * Tue Jun 7 2016 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-5.sme
42 - More change from smtpd to qpsmtpd in masq templates [SME: 9561]
43
44 * Fri Jun 3 2016 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-4.sme
45 - Replace smtpd with qpsmtpd in smtp-auth-proxy [SME: 9554]
46
47 * Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-3.sme
48 - Rebuild for [SME: 9393]
49
50 * Fri Apr 22 2016 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-2.sme
51 - Merge smtpd entry into qpsmtpd, same for ssmtpd into sqpsmtpd [SME: 9478]
52
53 * Fri Feb 5 2016 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-1.sme
54 - Roll new stream for sme10
55
56 * Fri Feb 6 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 5.4.0-12.sme
57 - remove the patch e-smith-email-5.4.0-UEsDBBQDAAAIA-new-signature.patch
58 - [SME: 8833]
59
60 * Thu Feb 5 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 5.4.0-11.sme
61 - Add new zip file signatures to default mailpatterns database : UEsDBBQDAAAIA
62 - [SME: 8833]
63
64 * Fri Dec 5 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 5.4.0-9.sme
65 - Add new zip file signatures to default mailpatterns database : ZIPVOSX & ZIPV3
66 - [SME: 8718]
67
68 * Mon Feb 10 2014 Charlie Brady <charlie_brady@mitel.com> 5.4.0-8.sme
69 - Handle exceptions during attempted SASL auth. Add more debug tracing.
70 [SME: 8205]
71
72 * Fri Dec 20 2013 Ian Wells <esmith@wellsi.com> 5.4.0-7.sme
73 - Update of allow webmail-only-local-network by Stephane de Labrusse [SME: 7351]
74
75 * Sat Dec 14 2013 Ian Wells <esmith@wellsi.com> 5.4.0-6.sme
76 - Only present one auth method at a time, in order, to NET::SMTP,
77 by Charlie Brady [SME: 8060]
78 Second hunk in patch converts tabs to spaces, no code change.
79
80 * Tue Dec 10 2013 Chris Burnat <devlist@burnat.com> 5.4.0-5.sme
81 - Allow webmail-only-local-network by Stephane de Labrusse [SME: 7351]
82
83 * Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 5.4.0-4.sme
84 - Fetchmail multidrop mode follows TCPPort setting, by Hans Riethmann [SME: 7749]
85
86 * Sun Jun 23 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-3.sme
87 - Always enable imap, listen on loopback is disabled [SME: 7697]
88
89 * Sat Mar 16 2013 Ian Wells <esmith@wellsi.com> 5.4.0-2.sme
90 - Avoid use of unitialised variables in smtp migrate fragments [SME: 7487]
91
92 * Wed Feb 6 2013 Shad L. Lords <slords@mail.com> 5.4.0-1.sme
93 - Roll new stream for sme9
94
95 * Wed Dec 19 2012 Ian Wells <esmith@wellsi.com> 5.2.0-19.sme
96 - Allow smtp_auth_proxy to use port 587 with STARTTLS, by Charlie Brady [SME: 6922]
97
98 * Mon Jul 02 2012 Ian Wells <esmith@wellsi.com> 5.2.0-18.sme
99 - Allow blacklist of SMTP AUTH methods, replaces previous patch [SME: 7017]
100
101 * Sun Mar 04 2012 Ian Wells <esmith@wellsi.com> 5.2.0-17.sme
102 - MD5 patch to workaround buggy SMTP servers [SME: 6538]
103
104 * Fri Sep 23 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-16.sme
105 - Fix previous commit to show complete text in server-manager [SME: 6320]
106
107 * Fri Sep 23 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-15.sme
108 - Fix SMTP auth wording in server-manager [SME: 6320]
109
110 * Sat Nov 20 2010 Ian Wells <esmith@wellsi.com> 5.2.0-14.sme
111 - SME 8.0 Changelog Cleanup [SME: 6368]
112
113 * Sun Oct 31 2010 Shad L. Lords <slords@mail.com> 5.2.0-13.sme
114 - Fix property merge when local pseudonym is set [SME: 6370]
115
116 * Sun Oct 31 2010 Shad L. Lords <slords@mail.com> 5.2.0-12.sme
117 - Add smtp auth into web interface, not just when enabled [SME: 6318]
118
119 * Mon Oct 4 2010 Shad L. Lords <slords@mail.com> 5.2.0-11.sme
120 - Enable auth for smtp traffic and migrate if necessary [SME: 5575]
121
122 * Sun Sep 25 2010 Shad L. Lords <slords@mail.com> 5.2.0-10.sme
123 - Change enabled to transparent for mail proxy [SME: 5574]
124
125 * Tue May 8 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-9.sme
126 - Fix migrate fragment [SME: 5922]
127
128 * Tue May 4 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-8.sme
129 - Fix errors in previous commit [SME: 5922]
130
131 * Tue May 4 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-7.sme
132 - Set smtp-auth-proxy Debug property to disabled instead of 0 [SME: 5922]
133
134 * Sat Apr 3 2010 Charlie Brady <charlie_brady@mitel.com> 5.2.0-6.sme
135 - Fix HeloHost patch. [SME: 5854]
136
137 * Thu Mar 25 2010 Federico Simoncelli <federico.simoncelli@gmail.com> 5.2.0-5.sme
138 - Block by default the SMTP transparent proxy [SME: 5574]
139
140 * Mon Dec 21 2009 Filippo Carletti <filippo.carletti@gmail.com> 5.2.0-4.sme
141 - Use HeloHost (if present) in smtp-auth-proxy.pl [SME: 5680]
142
143 * Wed Nov 4 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-3.sme
144 - Allow for changing SPAM subject tag through server-manager [SME: 5559]
145
146 * Wed Oct 29 2008 Shad L. Lords <slords@mail.com> 5.2.0-2.sme
147 - Fix 'Allow private' to be correct string [SME: 4731]
148
149 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 5.2.0-1.sme
150 - Roll new stream to separate sme7/sme8 trees [SME: 4633]
151
152 * Mon Jul 28 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.0-5
153 - Fix patch to be in accordance with conventions in e-smith-formagick's general [SME: 4285]
154
155 * Sat Jul 26 2008 Gavin Weight <gweight@gmail.com> 4.18.0-4
156 - Fix pseudonyms modify if using special characters. Thanks -
157 Federico Simoncelli. [SME: 4346]
158
159 * Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.0-3
160 - Add common <base> tags to e-smith-formmagick's general [SME: 4285]
161
162 * Wed Mar 12 2008 Shad L. Lords <slords@mail.com> 4.18.0-2
163 - Cleanup CREATE/ADD tag mixup [SME: 4045]
164
165 * Tue Mar 11 2008 Stephen Noble <support@dungog.net> 4.18.0-1
166 - Roll stable stream for release.
167
168 * Tue Mar 11 2008 Stephen Noble <support@dungog.net> 4.18.0-1
169 - Roll stable stream for release.
170
171 * Wed Feb 13 2008 Stephen Noble <support@dungog.net> 4.17.0-6
172 - Remove <base> tags now in general [SME: 3917]
173
174 * Sun Feb 10 2008 Stephen Noble <support@dungog.net> 4.17.0-5
175 - Remove duplicate <base> entries [SME: 3892]
176
177 * Wed Jan 09 2008 Stephen Noble <support@dungog.net>4.17.0-4
178 - add visible internal toggle to pseudonym panel [SME: 3497]
179
180 * Thu Dec 27 2007 Shad L. Lords <slords@mail.com> 4.17.0-3
181 - Remove leading 0 from release
182
183 * Wed Dec 26 2007 Charlie Brady <charlie_brady@mitel.com> 4.17.0-02
184 - Add support for SMTPS and MSA outbound authenticated SMTP to
185 smarthost. TODO: Add panel support. [SME: 897]
186
187 * Wed Dec 26 2007 Charlie Brady <charlie_brady@mitel.com> 4.17.0-01
188 - Make new development branch.
189
190 * Mon Jun 25 2007 Charlie Brady <charlie_brady@mitel.com> 4.16.0-22
191 - Add diagnostic if .junkmail Maildir is broken. [SME: 2739]
192
193 * Tue Jun 12 2007 Shad L. Lords <slords@mail.com> 4.16.0-21
194 - Add default to SpamReject to get rid of warnings [SME: 2395]
195
196 * Mon Jun 11 2007 Shad L. Lords <slords@mail.com> 4.16.0-20
197 - decode parameters so pseudonymn can be modified/deleted [SME: 1782]
198
199 * Mon Jun 11 2007 Shad L. Lords <slords@mail.com> 4.16.0-19
200 - encode parameters so pseudonymn can be modified/deleted [SME: 1782]
201
202 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
203 - Clean up spec so package can be built by koji/plague
204
205 * Fri Jan 26 2007 Shad L. Lords <slords@mail.com> 4.16.0-18
206 - Finish removing admin email forwarding stuff [SME: 827]
207
208 * Wed Jan 24 2007 Federico Simoncelli <federico.simoncelli@gmail.com> 4.16.0-17
209 - Removed braces from the permitted character in pseudonymous [SME: 2270]
210
211 * Mon Jan 22 2007 Shad L. Lords <slords@mail.com> 4.16.0-16
212 - Change fetchmail dest from 127.0.0 2 to 127.0.0.200 [SME: 2223]
213
214 * Sun Jan 14 2007 Shad L. Lords <slords@mail.com> 4.16.0-15
215 - Add admin email forwarding to modify user panel [SME: 827]
216
217 * Sun Jan 14 2007 Shad L. Lords <slords@mail.com> 4.16.0-14
218 - Make fetchmail deliver to 127.0.0.2 to is it treat like external [SME: 2223]
219
220 * Sat Jan 13 2007 Gavin Weight <gweight@gmail.com> 4.16.0-13
221 - Update Return to sender text to be more clearer that we reject. [SME: 2291]
222
223 * Tue Dec 26 2006 Shad L. Lords <slords@mail.com> 4.16.0-12
224 - Make pseudonyms removable and changeable based on db entries [SME: 2143]
225
226 * Tue Dec 12 2006 Federico Simoncelli <federico.simoncelli@gmail.com> 4.16.0-11
227 - Relaxed the email address check [SME: 1663]
228
229 * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
230 - Update to new release naming. No functional changes.
231 - Make Packager generic
232
233 * Wed Nov 08 2006 Gavin Weight <gweight@gmail.com> 4.16.0-10
234 - Add another EXE pattern TVqgAAEAAAAFAAAA - Thanks Alex Schaft. [SME: 2039]
235
236 * Tue Sep 26 2006 Gavin Weight <gweight@gmail.com> 4.16.0-09
237 - Incorrect quoting in purge-junkmail-folders diagnostic. [SME: 1936]
238
239 * Tue Sep 20 2006 Gavin Weight <gweight@gmail.com> 4.16.0-08
240 - Updated virus description in panel. [SME: 1729]
241
242 * Wed Jun 21 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-07
243 - Add another EXE pattern TVp1AQEAAAAE - Thanks Hans-Cees Speel [SME: 1623]
244
245 * Fri Jun 16 2006 Gavin Weight <gweight@gmail.com> 4.16.0-06
246 - Removed 35imp migrate fragment. [SME: 563]
247
248 * Mon May 15 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-05
249 - Fix typo in last change [SME: 1447, SME: 103]
250
251 * Tue May 02 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-04
252 - In smtp-auth-proxy.pl, don't relay client's HELO/EHLO, as some servers
253 (wrongly) reject more than 1. [SME: 103]
254
255 * Wed Apr 5 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-03
256 - Detect dangling pseudonyms to avoid white screen of death [SME: 1054]
257 - See also [SME: 762] for tools to tell you how to fix them
258
259 * Thu Mar 16 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-02
260 - Remove stray duplicate line in lexicon [SME: 824]
261
262 * Tue Mar 14 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-01
263 - Roll stable stream version. [SME: 1016]
264
265 * Mon Mar 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.4-23
266 - Hide access settings if pop3/imap/webmail not installed [SME: 561]
267
268 * Mon Mar 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.4-22
269 - Remove pop3[s] defaults - now in e-smith-pop3 [SME: 561]
270
271 * Mon Mar 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.4-21
272 - Remove imap[s] defaults - now in e-smith-imap [SME: 561]
273
274 * Tue Feb 28 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.4-20
275 - Pre-create admin's junkmail folder. [SME: 886]
276
277 * Mon Feb 27 2006 Gavin Weight <gweight@gmail.com> 4.15.4-19
278 - Add migrate fragment to get and delete "authentication" and
279 move to correct "Authentication". [SME: 894]
280
281 * Wed Feb 22 2006 Charlie Brady <charlieb@e-smith.com> 4.15.4-18
282 - Update forwarding address validation failure text. [SME: 824]
283
284 * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.4-17
285 - Fix minor breakage in panel with last change [SME: 818]
286
287 * Thu Feb 16 2006 Charlie Brady <charlieb@e-smith.com> 4.15.4-16
288 - Use $admin{ForwardAddress} in place of AdminEmail [SME: 818]
289
290 * Sun Feb 12 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.4-15
291 - Remove some template files duplicated with e-smith-qmail RPM. [SME: 752]
292
293 * Wed Feb 8 2006 Gavin Weight <gweight@gmail.com> 4.15.4-14
294 - Add migrate fragment to delete EXEFILES. [SME: 95]
295
296 * Mon Feb 6 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.4-13
297 - Add cron job to purge junkmail folders - default retention time is
298 90 days. [SME: 666]
299
300 * Sun Feb 05 2006 Gavin Weight <gweight@gmail.com> 4.15.4-12
301 - No new line in imp fragment at end [SME: 563]
302
303 * Sat Feb 04 2006 Gavin Weight <gweight@gmail.com> 4.15.4-11
304 - Add migrate fragment for imp properties [SME: 563]
305
306 * Wed Feb 01 2006 Gavin Weight <gweight@gmail.com> 4.15.4-10
307 - Updated pseudonyms description [SME: 94]
308
309 * Wed Feb 01 2006 Gavin Weight <gweight@gmail.com> 4.15.4-09
310 - Fixed SMTPAUTHPROXY password field as asterixis [SME: 623]
311
312 * Fri Jan 27 2006 Gavin Weight <gweight@gmail.com> 4.15.4-08
313 - Adjusted text to reflect that SSMTP is enabled by default [SME: 419]
314
315 * Wed Jan 25 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.4-07
316 - Made sectionbar its own item so that it is in the right place
317 when the sections are hidden [SME: 561]
318
319 * Wed Jan 25 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.4-06
320 - Hide webmail sections if imp isn't installed
321 - Hide Spam filtering sections if spamassassin isn't installed
322 - Hide Virus scan sections if clamav isn't installed [SME: 561]
323
324 * Fri Jan 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.4-05
325 - Don't check whether the user exists when creating user@domain
326 pseudonyms - i.e. allow support@dom.ain even if support itself
327 hasn't been defined. Of course, dom.ain must exist. [SME: 368]
328
329 * Fri Jan 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.4-04
330 - Don't attempt to recreate first.last and first_last pseudonyms
331 in bootstrap-console-save. We create them when we create the user,
332 and if someone deletes them, that's their choice. [SME: 387]
333
334 * Wed Jan 4 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.4-03
335 - Add 'set hostname=$DomainName' to /etc/Muttrc [SME: 398]
336
337 * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.4-02
338 - Bump release number only
339
340 * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
341 - [4.15.4-01]
342 - Remove L10Ns from base packages [SF: 1309520]
343
344 * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
345 - [4.15.3-01]
346 - New dev stream before relocating L10Ns
347
348 * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
349 - [4.15.2-41]
350 - Change French translation of "Weekend" to the more
351 universally acceptable "samedi et dimanche" [SF: 1293855]
352
353 * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
354 - [4.15.2-40]
355 - Added Italian L10N - Thanks Filippo Carletti [SF: 1309266]
356
357 * Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com>
358 - [4.15.2-39]
359 - Cleanups to French L10N - Thanks Didier Rambeau [SF: 1293855]
360
361 * Sun Sep 25 2005 Gordon Rowell <gordonr@e-smith.com>
362 - [4.15.2-38]
363 - Actually add German L10N to correct package [SF: 1293325]
364
365 * Sun Sep 25 2005 Gordon Rowell <gordonr@e-smith.com>
366 - [4.15.2-37]
367 - Added German L10N - Thanks Dietmar Berteld [SF: 1293325]
368
369 * Tue Sep 13 2005 Gordon Rowell <gordonr@gormand.com.au>
370 - [4.15.2-36]
371 - Add configuration options for ISP SMTP AUTH to Email delivery page
372 [SF: 1236748]
373
374 * Wed Sep 7 2005 Charlie Brady <charlieb@e-smith.com>
375 - [4.15.2-35]
376 - Add requires header for Authen::SASL module, needed by SMTP auth
377 proxy. [SF: 1269111]
378
379 * Fri Sep 2 2005 Charlie Brady <charlieb@e-smith.com>
380 - [4.15.2-34]
381 - Lexicon updates. Still need more French and Spanish translation
382 done. [SF: 1280024]
383
384 * Fri Sep 2 2005 Charlie Brady <charlieb@e-smith.com>
385 - [4.15.2-33]
386 - Add UI toggles for private/public IMAP/IMAPS/POP/POPS. Thanks for
387 patch go to Michael Weinberger! [SF: 1280024]
388
389 * Wed Aug 24 2005 Charlie Brady <charlieb@e-smith.com>
390 - [4.15.2-32]
391 - Handle upstream disconnect in smtp-auth-proxy. Use more concise
392 proxy code, courtesy of the Perl Cookbook. [SF: 1269414]
393
394 * Wed Aug 24 2005 Charlie Brady <charlieb@e-smith.com>
395 - [4.15.2-31]
396 - Improve error reporting in smtp-auth-proxy - return 421 status, and
397 log config errors and upstream connect errors to stderr. [SF: 1257015]
398
399 * Tue Aug 23 2005 Charlie Brady <charlieb@e-smith.com>
400 - [4.15.2-30]
401 - Fix typo in fetchmail settings save part of panel code. [SF: 1265400]
402
403 * Wed Aug 10 2005 Charlie Brady <charlieb@e-smith.com>
404 - [4.15.2-29]
405 - Remove stray symlink from last patch.
406
407 * Wed Aug 10 2005 Shad Lords <slords@mail.com>
408 - [4.15.2-28]
409 - Remove last qmail stuff [SF: 1255261]
410 - Break out pop3 into its own package [SF: 1256055]
411 - Rename popd service to pop3 [SF: 1256055]
412 - Include imap database stuff [SF: 1256055]
413
414 * Tue Aug 9 2005 Charlie Brady <charlieb@e-smith.com>
415 - [4.15.2-27]
416 - Remove "Obsoletes: e-smith-qmail", and split out all qmail specific stuff.
417 [SF: 1255261]
418
419 * Tue Aug 2 2005 Shad Lords <slords@email.com>
420 - [4.15.2-26]
421 - Add TCPProxyPort to specify which port to proxy [SF: 1246986]
422
423 * Fri Jul 22 2005 Charlie Brady <charlieb@e-smith.com>
424 - [4.15.2-25]
425 - Complete the update to current db access APIs - a few esmith::db and
426 esmith::config calls were found hiding. [SF: 1216546, 1242331]
427
428 * Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com>
429 - [4.15.2-24]
430 - Update all db access APIs to current standards. [SF: 1216546]
431
432 * Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com>
433 - [4.15.2-23]
434 - Fix pop* run scripts to find checkpassword binary via
435 PATH search. [SF: 1239720]
436 - Various further muttrc configuration changes (from Shad) [SF: 1235454]
437 . Fix braces
438 . Configure "folder" to use IMAP as well, so we see all IMAP
439 folders
440 . use URLs instead of PINE style folder names, and use imaps directly
441
442 * Thu Jul 14 2005 Charlie Brady <charlieb@e-smith.com>
443 - [4.15.2-22]
444 - Configure /etc/Muttrc to use IMAP
445 - And expand /etc/Muttrc at same times as /etc/pine.conf
446 Patch contributed by Gordon Rowell. [SF: 1235454]
447
448 * Tue Jul 12 2005 Charlie Brady <charlieb@e-smith.com>
449 - [4.15.2-21]
450 - French L10N Merci - Didier. [ SF:1227389 ]
451 - Add some missing Requires: headers. [SF: 1217914]
452
453 * Tue Jun 14 2005 Charlie Brady <charlieb@e-smith.com>
454 - [4.15.2-20]
455 - Add Obsoletes headers for a number of email addon packages.
456 [SF: 1219069]
457
458 * Thu Jun 9 2005 Charlie Brady <charlieb@e-smith.com>
459 - [4.15.2-19]
460 - Four PIF file patterns (AHhUYXgg,AMlIbDk5Lm,AMkgICAg,AHhIYW5k) and
461 one more EXE file pattern (TVoAACoAG) - Thanks Hans-Cees Speel
462
463 * Fri Jun 3 2005 Charlie Brady <charlieb@e-smith.com>
464 - [4.15.2-18]
465 - Another EXE file pattern TVpLRVJOR - Thanks Ray Mitchell
466 and Gordon Rowell.
467
468 * Tue May 31 2005 Charlie Brady <charlieb@e-smith.com>
469 - [4.15.2-17]
470 - Disable all mailpatterns by default [Gordon SF:1202391]
471 - Change mailpatterns database back to one pattern per entry [Gordon SF:1202391]
472 - Add two new EXE file patterns - Thanks Ray Mitchell
473
474 * Tue May 24 2005 Charlie Brady <charlieb@e-smith.com>
475 - [4.15.2-16]
476 - Make sure that there are empty templates-default files in the
477 peers/{o,local} templates directory. Fix up a couple of problems
478 in the pop3s run script. [SF: 1206471]
479
480 * Wed May 18 2005 Charlie Brady <charlieb@e-smith.com>
481 - [4.15.2-15]
482 - Change db lookup of spamassassin{sortspam} to spamassassin{SortSpam}.
483 Expand all users' .qmail files in email-update action. [SF: 1202402]
484
485 * Fri May 13 2005 Charlie Brady <charlieb@e-smith.com>
486 - [4.15.2-14]
487 - [Patch from Gordon's e-smith-email-4.15.2-13gr02]
488 - Add missing qmail initscript links [SF:1201092]
489 - Modify email-update-user to expand ~/.qmail-junkmail
490 - Add templates for ~/.qmail-junkmail
491 - This should probably be in e-smith-spamassassin, but that
492 would mean another perl invocation for that template
493
494 * Thu May 5 2005 Charlie Brady <charlieb@e-smith.com>
495 - [4.15.2-13]
496 - Big set of patches from Gordon Rowell.
497 - Show public pop/public imap/http webmail/smtp auth if they
498 are already enabled in that way. Otherwise, only show disabled
499 and the pop3s/imaps/https webmail/ssmtp auth version
500 - Change emailsettings.pm to store most properties in the virtual
501 smtpd and ssmtpd records
502 - Change URL in webmail text to https://
503 - Various lexicon changes for consistency across the panel
504 - Use $db->set_prop(thing,prop,value) instead of
505 $db->get(thing)->set_prop(prop,value)
506 - TODO: The fetchmail settings could easily be done in a loop
507 - Don't delete DelegateMailServer when empty, just clear the value
508 - Changed Patterns property to PatternsScan to match VirusScan
509 - Added lots of defaults for smtpd and ssmtpd:
510 smtpd{access}: public
511 smtpd{Authentication}: disabled
512 smtpd{Instances}: 40
513 smtpd{InstancesPerIP}: 5
514 smtpd{PatternsScan}: disabled
515 smtpd{Proxy}: enabled
516 smtpd{status}: enabled
517 smtpd{TCPPort}: 25
518 smtpd{type}: service
519 smtpd{VirusScan}: enabled
520
521 ssmtpd{access}: public
522 ssmtpd{Authentication}: enabled
523 ssmtpd{Instances}: 10
524 ssmtpd{status}: enabled
525 ssmtpd{TCPPort}: 465
526 ssmtpd{type}: service
527 - Fix up masq fragment to look at smtpd{Proxy}
528 - Add migrate frament for smtpfront-qmail properties
529 - Move mailpatterns defaults to this package
530 - Delete duplicate Requires: line
531 - Fix check for smtpd{Authentication} when displaying options
532
533 * Mon May 2 2005 Charlie Brady <charlieb@e-smith.com>
534 - [4.15.2-12]
535 - Add pseudonyms fragment for virtualdomains template (missed in last
536 change).
537
538 * Sun May 1 2005 Charlie Brady <charlieb@e-smith.com>
539 - [4.15.2-11]
540 - [All items in this change contributed by Gordon Rowell.]
541 - Allow separation of mail for bob@domain1 from bob@domain2
542 - To configure, enter pseudonyms of the form pseudo@domain => user
543 with the following restrictions:
544 - pseudo must be a user already configured on the server
545 - domain must be a domain alredy configured on the server
546 - pseudo may not equal user (since that's the default for all domains)
547 - Merged in the web interface from Shad Lords' e-smith-spamassassin
548 onto the E-mail filtering sub-page
549 - TODO: We should probably disallow this if only one domain is hosted
550 on the server.
551
552 * Sun May 1 2005 Charlie Brady <charlieb@e-smith.com>
553 - [4.15.2-10]
554 - [All items in this change contributed by Gordon Rowell.]
555 - Add e-mail filtering page
556 - Prepare for migration to qpsmtpd by using $SMTPD and $SSMTPD
557 throughout the panel code
558 - Changed Requires: from e-smith-mailfront to e-smith-smtpd (which
559 is provided by e-smith-qpsmtpd and could be by e-smith-mailfront).
560 - Add skeleton virus and spam scan toggles. Note that these set
561 options in the $SMTPD services and each virus or spam scanner can
562 use those as defaults and add additional options as required. For
563 example, if $SMTPD{VirusScan} == 'disabled', no virus scanners should
564 configure themselves to look at the mail.
565 - Make patterns status depend on any being selected, which removes a
566 redundant toggle
567
568 * Thu Apr 28 2005 Charlie Brady <charlieb@e-smith.com>
569 - [4.15.2-09]
570 - Drop e-smith-mailfront dependency, to allow switch to qpsmtpd
571 if desired.
572
573 * Tue Apr 26 2005 Charlie Brady <charlieb@e-smith.com>
574 - [4.15.2-08]
575 - Add update of PatternsStatus (patch from Gordon), and fix a few typos.
576
577 * Tue Apr 19 2005 Charlie Brady <charlieb@e-smith.com>
578 - [4.15.2-07]
579 - Add missing /var/service/qmail/down file.
580
581 * Sun Apr 10 2005 Charlie Brady <charlieb@e-smith.com>
582 - [4.15.2-06]
583 - [Patch from Gordon]
584 - Complete L10N of front page of emailsettings
585 - Move many panel option hashes into subroutines for re-use on status page
586 - Move executable content blocking section from subroutine to FM XML
587 - Open AccountsDB read-only since that's all we need
588 - Actually fix the evil and unsafe part of the webmail settings code
589 - Dormant prototype of optional display of multidrop settings regions
590 - Removed percent from (percent)prep in 4.9.0-01 changelog entry
591 to stop mezzanine/rpmbuild failures due to multiple (percent)prep
592 sections (sigh)
593
594 * Thu Mar 31 2005 Charlie Brady <charlieb@e-smith.com>
595 - [4.15.2-05]
596 - Add template expansion of pop service peers files to email-update,
597 as private/public may have changed.
598
599 * Tue Mar 29 2005 Charlie Brady <charlieb@e-smith.com>
600 - [4.15.2-04]
601 - Fix configuration of ACLs and users-assign files during bootstrap-console-save.
602
603 * Sat Mar 26 2005 Charlie Brady <charlieb@e-smith.com>
604 - [4.15.2-03]
605 - Ensure that /var/service/qmail/control/1 is executable.
606
607 * Thu Mar 24 2005 Charlie Brady <charlieb@e-smith.com>
608 - [4.15.2-02]
609 - Integrate Gordon's changes to break form up into subforms.
610 TODO - non-en localisations.
611
612 * Thu Mar 24 2005 Charlie Brady <charlieb@e-smith.com>
613 - [4.15.2-01]
614 - Roll new development stream - 4.15.2
615
616 * Fri Mar 18 2005 Charlie Brady <charlieb@e-smith.com>
617 - [4.15.1-30]
618 - Avoid warning from email panel if patterns are not enabled.
619 - Avoid crash in panel if DelegateMailServer is being set.
620
621 * Fri Mar 18 2005 Charlie Brady <charlieb@e-smith.com>
622 - [4.15.1-29]
623 - Don't expand /var/qmail/users/assign in generic_template_expand,
624 as users/groups may not yet be created. Instead, combine with
625 qmail-newu in qmail service control/1 script.
626
627 * Fri Mar 18 2005 Charlie Brady <charlieb@e-smith.com>
628 - [4.15.1-28]
629 - Add missing templates for popd/pop3s peers files.
630 - Change port specification in popd run file from "pop3" to
631 "pop" - tcpsvd doesn't grok "pop3".
632
633 * Fri Mar 18 2005 Charlie Brady <charlieb@e-smith.com>
634 - [4.15.1-27]
635 - Use tcpsvd instead of tcpserver for popd and pop3d. Use sslio
636 instead of stunnel for pop3d. TODO - configurable concurrency
637 limits.
638
639 * Fri Mar 18 2005 Charlie Brady <charlieb@e-smith.com>
640 - [4.15.1-26]
641 - Remove now obsolete email-assign action.
642 - Add "Requires: runit"
643
644 * Fri Mar 18 2005 Charlie Brady <charlieb@e-smith.com>
645 - [4.15.1-25]
646 - Add missing templates.metadata file for qmail/users/assign.
647
648 * Thu Mar 17 2005 Charlie Brady <charlieb@e-smith.com>
649 - [4.15.1-24]
650 - More fixes of path for qmail service directory.
651
652 * Thu Mar 17 2005 Charlie Brady <charlieb@e-smith.com>
653 - [4.15.1-23]
654 - Fix paths for qmail service directory in filelist.
655
656 * Thu Mar 17 2005 Charlie Brady <charlieb@e-smith.com>
657 - [4.15.1-22]
658 - Move post-upgrade actions to bootstrap-console-save.
659
660 * Wed Mar 16 2005 Charlie Brady <charlieb@e-smith.com>
661 - [4.15.1-21]
662 - Include all content from e-smith-qmail (arguably lots of this
663 content should move to e-smith-qmail, but this is easier).
664 - Obsolete email-assign action.
665
666 * Mon Mar 14 2005 Charlie Brady <charlieb@e-smith.com>
667 - [4.15.1-20]
668 - Fix dangling symlink.
669 - Add missing exports in FormMagick::Panel::emailsettings
670 - Add missing templates for pop3s tcpserver cdb file.
671
672 * Fri Mar 11 2005 Charlie Brady <charlieb@e-smith.com>
673 - [4.15.1-19]
674 - Fix dangling symlinks, and add tcpserver cdb support for
675 popd and pop3s.
676
677 * Fri Mar 11 2005 Charlie Brady <charlieb@e-smith.com>
678 - [4.15.1-18]
679 - Fix warning from EmailUnknownUser migrate fragment.
680
681 * Thu Mar 10 2005 Charlie Brady <charlieb@e-smith.com>
682 - [4.15.1-17]
683 - Fix path to skeletal junkmail Maildir.
684 - Up memory limits for popd and pop3s run files.
685 - Add missing /var/log/pop3s directory.
686
687 * Wed Mar 9 2005 Charlie Brady <charlieb@e-smith.com>
688 - [4.15.1-16]
689 - Fix some missing checkins from previous version.
690
691 * Wed Mar 9 2005 Charlie Brady <charlieb@e-smith.com>
692 - [4.15.1-15]
693 - Fold in most of Shad's panel changes, with support for
694 imaps and pop3s.
695 - Add supervised pop3s service.
696 - Allow pseudonums of pseudonyms.
697 - Obsolete email-update-shared and email-conf actions.
698 - Add junkmail maildir to skeletal user dir
699 - Remove db entry creation code from panel code - now done
700 via default fragments.
701 - Add TCPPort property of popd (and pop3s).
702
703 * Wed Feb 23 2005 Charlie Brady <charlieb@e-smith.com>
704 - [4.15.1-14]
705 - Remove bogus dependency on sortspam.
706
707 * Tue Jan 25 2005 Charlie Brady <charlieb@e-smith.com>
708 - [4.15.1-13]
709 - Remove obsolete email-startup-links action. [MN00065651]
710 - Obsolete email-sighup and smtp-auth-proxy-restart by using generic
711 services-adjust action. Remove unused email-restart action.
712 Update e-smith-lib dependency. [MN00065576]
713
714 * Mon Jan 17 2005 Charlie Brady <charlieb@e-smith.com>
715 - [4.15.1-12]
716 - Remove conf-fetchmail action - done by default fragments. [MN00064329]
717 - Include ~alias/.qmail-default symlink in rpm. [MN00064230]
718 - Use generic_template_expand action where possible, in place
719 of specific actions. Update e-smith-lib dependency. [MN00064130]
720
721 * Mon Jan 3 2005 Charlie Brady <charlieb@e-smith.com>
722 - [4.15.1-11]
723 - Add default "abuse" pseudonym. [MN00062658]
724
725 * Wed Dec 29 2004 Charlie Brady <charlieb@e-smith.com>
726 - [4.15.1-10]
727 - Remove no longer needed conf-migrate-* actions. [charlieb MN00062545]
728 - Fix "Visisble" typo in default "everyone" pseudonym. [charlieb MN00046951]
729 - Don't restart auth proxy in bootstrap-console-save [charlieb MN00062549]
730
731 * Mon Dec 27 2004 Charlie Brady <charlieb@e-smith.com>
732 - [4.15.1-09]
733 - Untaint pseudonym before using in system(). [charlieb MN00050161]
734
735 * Thu Nov 11 2004 Charlie Brady <charlieb@e-smith.com>
736 - [4.15.1-08]
737 - Fix ownership and permissions of ~alias [charlieb MN00057000]
738
739 * Tue Sep 28 2004 Michael Soulier <msoulier@e-smith.com>
740 - [4.15.1-07]
741 - Updated requires with new perl dependencies. [msoulier MN00040240]
742
743 * Mon Jun 21 2004 Michael Soulier <msoulier@e-smith.com>
744 - [4.15.1-06]
745 - Updated requires.
746
747 * Tue May 11 2004 Michael Soulier <msoulier@e-smith.com>
748 - [4.15.1-05]
749 - Added validation to the AdminEmail field. [msoulier MN00023812]
750
751 * Mon May 10 2004 Michael Soulier <msoulier@e-smith.com>
752 - [4.15.1-04]
753 - Made filtering via SA the default preprocessing action for all email.
754 [msoulier MN00027881]
755
756 * Tue May 4 2004 Michael Soulier <msoulier@e-smith.com>
757 - [4.15.1-03]
758 - Added defaults fragments for all smtp-auth-proxy properties.
759 [msoulier 4728]
760
761 * Tue May 4 2004 Michael Soulier <msoulier@e-smith.com>
762 - [4.15.1-02]
763 - Updating dependencies.
764
765 * Tue May 4 2004 Michael Soulier <msoulier@e-smith.com>
766 - [4.15.1-01]
767 - Rolling as-source to collect patches.
768
769 * Tue May 4 2004 Michael Soulier <msoulier@e-smith.com>
770 - [4.15.0-07]
771 - Patches run script to provide FQDN in POP3 login. [msoulier dpar-27887]
772
773 * Wed Feb 18 2004 Michael Soulier <msoulier@e-smith.com>
774 - [4.15.0-06]
775 - Updated template for admin's .qmail file. [msoulier dpar-20868]
776
777 * Tue Feb 17 2004 Michael Soulier <msoulier@e-smith.com>
778 - [4.15.0-05]
779 - Updated template for home directory .qmail files to support change in
780 sortspam to allow .qmail files more control over mail delivery.
781 [msoulier dpar-20868]
782
783 * Thu Feb 12 2004 Mark Knox <markk@e-smith.com>
784 - [4.15.0-04]
785 - Fwd port of 10064: fixed expansion of /etc/fetchmail in email-update event
786 [markk 11026]
787
788 * Mon Feb 9 2004 Michael Soulier <msoulier@e-smith.com>
789 - [4.15.0-03]
790 - Updated the Requires list and fixed a couple of minor problems.
791 [msoulier 4728]
792
793 * Mon Feb 9 2004 Michael Soulier <msoulier@e-smith.com>
794 - [4.15.0-02]
795 - Adding Charlie's smtp-auth-proxy, and putting it under supervision.
796 [msoulier 4728]
797
798 * Mon Jan 26 2004 Michael Soulier <msoulier@e-smith.com>
799 - [4.15.0-01]
800 - rolling to dev - 4.15.0
801
802 * Sun Sep 21 2003 Charlie Brady <charlieb@e-smith.com>
803 - [4.14.0-08]
804 - Remove duplicate primary domain name in multidrop fetchmail template
805 [charlieb 10064]
806
807 * Wed Aug 27 2003 Michael Soulier <msoulier@e-smith.com>
808 - [4.14.0-07]
809 - Added K* init symlinks to runlevels 0, 1 and 6 for popd. [msoulier 9761]
810
811 * Fri Aug 22 2003 Michael Soulier <msoulier@e-smith.com>
812 - [4.14.0-06]
813 - Removed the conditional around the SMTPProxy creation code. [msoulier 9572]
814 - Changed the trigger property for the SMTPProxy to "Proxy", in
815 smtpfront-qmail. [msoulier 9572]
816
817 * Tue Aug 19 2003 Michael Soulier <msoulier@e-smith.com>
818 - [4.14.0-05]
819 - Added an smtp-proxy db record to permit enabling/disabling of the smtp
820 proxy. [msoulier 9572]
821
822 * Wed Jul 16 2003 Charlie Brady <charlieb@e-smith.com>
823 - [4.14.0-04]
824 - Add junkmail maildir to skel home directory. [charlieb 9475]
825
826 * Thu Jul 3 2003 Charlie Brady <charlieb@e-smith.com>
827 - [4.14.0-03]
828 - Use qmail delivery properties to determine local delivery instructions for
829 admin user. [charlieb 9198, 9255]
830
831 * Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com>
832 - [4.14.0-02]
833 - Ensure that admin has a .qmail file.
834 [charlieb 9198]
835
836 * Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com>
837 - [4.14.0-01]
838 - Changing version to stable stream number - 4.14.0
839
840 * Tue Jun 24 2003 Gordon Rowell <gordonr@e-smith.com>
841 - [4.13.0-63]
842 - Spanish nav bar [gordonr 9153]
843
844 * Tue Jun 24 2003 Gordon Rowell <gordonr@e-smith.com>
845 - [4.13.0-62]
846 - Added pseudonym for anonymous [gordonr 9127]
847
848 * Thu Jun 19 2003 Charlie Brady <charlieb@e-smith.com>
849 - [4.13.0-61]
850 - Fix bug with format of ETRN fetchmail invocation. [charlieb 9077]
851
852 * Thu Jun 19 2003 Gordon Rowell <gordonr@e-smith.com>
853 - [4.13.0-60]
854 - Add some defaults for fetchmail, including Method|standard
855 [gordonr 8921]
856
857 * Wed Jun 11 2003 Charlie Brady <charlieb@e-smith.com>
858 - [4.13.0-59]
859 - Add log/run script which was missing from last checkin. [charlieb 8903]
860
861 * Wed Jun 11 2003 Charlie Brady <charlieb@e-smith.com>
862 - [4.13.0-58]
863 - Use tcpserver/supervise rather than xinetd to handle POP connections. Need new
864 genfilelist to handle the permissions under /var/service. [charlieb 8903]
865
866 * Wed Jun 4 2003 Charlie Brady <charlieb@e-smith.com>
867 - [4.13.0-57]
868 - Fix devnull pre-defined alias definition. Use defaults mechanism to reserve
869 devnull alias. Use same mechanism for postmaster, mailer-daemon, and everyone
870 pseudonyms. [charlieb 6460]
871
872 * Tue Jun 3 2003 Charlie Brady <charlieb@e-smith.com>
873 - [4.13.0-56]
874 - Change default status for fetchmail to "disabled". [charlieb 8921]
875
876 * Fri May 30 2003 Michael Soulier <msoulier@e-smith.com>
877 - [4.13.0-55]
878 - Removed dangling symlink to email-startup. [msoulier 8808]
879
880 * Tue May 20 2003 Michael Soulier <msoulier@e-smith.com>
881 - [4.13.0-54]
882 - Fixed expectation of email-update-group so that it can handle user-deleted
883 and group-deleted. [msoulier 6414]
884
885 * Tue May 6 2003 Lijie Deng <lijied@e-smith.com>
886 - [4.13.0-53]
887 - Add Spanish lexicon for emailsettings and pseudonyms [lijied 3793]
888
889 * Tue Apr 29 2003 Tony Clayton <apc@e-smith.com>
890 - [4.13.0-52]
891 - Add default db fragments for qmail/popd/fetchmail services [tonyc 8537]
892 - Remove dead email-startup action [tonyc 8537]
893
894 * Mon Apr 14 2003 Michael Soulier <msoulier@e-smith.com>
895 - [4.13.0-51]
896 - Changed the interface to email-update-group to accept either no second
897 argument, or a group or user. [msoulier 8103]
898
899 * Mon Apr 14 2003 Michael Soulier <msoulier@e-smith.com>
900 - [4.13.0-50]
901 - Removed email-update-all-groups and modified email-update-group to handle
902 its functionality. [msoulier 8103]
903
904 * Mon Apr 14 2003 Charlie Brady <charlieb@e-smith.com>
905 - [4.13.0-49]
906 - Remove email-relocate-maildirs action - it's moving to e-smith-imap.
907 [charlieb 8273]
908
909 * Fri Apr 11 2003 Lijie Deng <lijied@e-smith.com>
910 - [4.13.0-48]
911 - Modified French button name [lijied 7921]
912
913 * Fri Apr 11 2003 Lijie Deng <lijied@e-smith.com>
914 - [4.13.0-47]
915 - Modified button name [lijied 7921]
916
917 * Thu Apr 10 2003 Michael Soulier <msoulier@e-smith.com>
918 - [4.13.0-46]
919 - Using the createlinks script for symlink creation for consistency.
920 [msoulier 6414]
921
922 * Thu Apr 10 2003 Michael Soulier <msoulier@e-smith.com>
923 - [4.13.0-45]
924 - Fixed lack of & in front of addresses generated by email-update-all-groups.
925 [msoulier 6414]
926 - Fixed lack of use of processTemplate in email-update-group. [msoulier 6414]
927 - Added a symlink to email-update-all-groups in user-delete. [msoulier 6414]
928
929 * Wed Apr 9 2003 Charlie Brady <charlieb@e-smith.com>
930 - [4.13.0-44]
931 - Add creation of ~admin/.qmail-default symlink. Move email-update-user
932 action from post-upgrade to bootstrap-console-save, so it is run
933 at post-install as well. [charlieb 7660]
934
935 * Tue Apr 8 2003 Lijie Deng <lijied@e-smith.com>
936 - [4.13.0-43]
937 - Modified pseudonym button name [lijied 7921]
938
939 * Tue Apr 8 2003 Gordon Rowell <gordonr@e-smith.com>
940 - [4.13.0-42]
941 - Fixed fr nav bar [gordonr 7926]
942
943 * Mon Apr 7 2003 Charlie Brady <charlieb@e-smith.com>
944 - [4.13.0-41]
945 - Change email-update-user action to loop through all users if
946 username not given. Link into post-upgrade action. Create
947 .qmail-default symlink if it doesn't already exist.
948 [charlieb 7609]
949
950 * Fri Apr 4 2003 Lijie Deng <lijied@e-smith.com>
951 - [4.13.0-40]
952 - Changed $q->table to $q->start_table where necessary [lijied 8034]
953
954 * Thu Apr 3 2003 Gordon Rowell <gordonr@e-smith.com>
955 - [4.13.0-39]
956 - Missing english L10N in emailsettings [gordonr 1950]
957
958 * Wed Apr 2 2003 Charlie Brady <charlieb@e-smith.com>
959 - [4.13.0-38]
960 - Removed 'Mitel Networks SME Server' branding on emailsetting
961 and pseudonyms [lijied 8016]
962 - Changed Copyright header to License. [charlieb]
963 - Add local delivery options in .qmail template - use
964 DeliveryType and DeliveryInstruction properties of qmail.
965 [charlieb 2600]
966
967 * Wed Apr 2 2003 Charlie Brady <charlieb@e-smith.com>
968 - [4.13.0-37]
969 - Modify email-relocate-maildirs to ensure that Mail/junkmail
970 folder exists for all users. [charlieb 2600]
971
972 * Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com>
973 - [4.13.0-36]
974 - Redirect outbound port 25 through our SMTP server [gordonr 6349]
975
976 * Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com>
977 - [4.13.0-35]
978 - Changed to ~alias/.qmail-devnull-default [gordonr 6460]
979
980 * Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com>
981 - [4.13.0-34]
982 - Added ~alias/.qmail-devnull [gordonr 6460]
983
984 * Tue Apr 1 2003 Lijie Deng <lijied@e-smith.com>
985 - [4.13.0-33]
986 - Modified emailsetting en-us 'standard' trans text [lijied 7949]
987
988 * Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com>
989 - [4.13.0-32]
990 - Fixed fr nav bar entry [gordonr 7926]
991
992 * Mon Mar 31 2003 Mike Dickson <miked@e-smith.com>
993 - [4.13.0-31]
994 - fixed the "Action" column to be several columns instead of one [miked 7761]
995
996 * Mon Mar 31 2003 Gordon Rowell <gordonr@e-smith.com>
997 - [4.13.0-30]
998 - Make use of sectionbar hr CSS class [gordonr 7911]
999
1000 * Mon Mar 31 2003 Gordon Rowell <gordonr@e-smith.com>
1001 - [4.13.0-29]
1002 - And make section bars only 80% of the width to its obvious there's one
1003 Save button for the page [gordonr 7911]
1004
1005 * Fri Mar 28 2003 Gordon Rowell <gordonr@e-smith.com>
1006 - [4.13.0-28]
1007 - Lighten section bars a little [gordonr 7911]
1008
1009 * Fri Mar 28 2003 Gordon Rowell <gordonr@e-smith.com>
1010 - [4.13.0-27]
1011 - Strengthen section headings to show blocks [gordonr 1950]
1012
1013 * Fri Mar 28 2003 Gordon Rowell <gordonr@e-smith.com>
1014 - [4.13.0-26]
1015 - Deleted dangling panel links after panel merge [gordonr 1950]
1016
1017 * Fri Mar 28 2003 Gordon Rowell <gordonr@e-smith.com>
1018 - [4.13.0-25]
1019 - Adding French L10Ns [gordonr 1950]
1020
1021 * Thu Mar 27 2003 Gordon Rowell <gordonr@e-smith.com>
1022 - [4.13.0-24]
1023 - Rearranged panel order slightly to group like items [gordonr 1950]
1024 - Adjusted titles of the two delegate mail server (upstream/downstream)
1025 items [gordonr 1950]
1026 - TODO: Some missing French L10Ns (tagged in lexicon) [gordonr 1950]
1027
1028 * Thu Mar 27 2003 Gordon Rowell <gordonr@e-smith.com>
1029 - [4.13.0-23]
1030 - Deleted emailretrieval/otheremail - now merged into emailsettings
1031 [gordonr 1950]
1032 - Made emailsettings panel loop back to start and display
1033 success/failure message [gordonr 1950]
1034
1035 * Thu Mar 27 2003 Lijie Deng <lijied@e-smith.com>
1036 - [4.13.0-22]
1037 - Modified emailretrieval and emailsettings en-us text [lijied 4937]
1038 - Modified emailretrieval and emailsettings fr-ca text [lijied 4937]
1039 and modified the lexicons to use lang="fr", rename the lexicon
1040 directory to fr [lijied 6787]
1041
1042 * Tue Mar 25 2003 Lijie Deng <lijied@e-smith.com>
1043 - [4.13.0-21]
1044 - Modified emailsettings access text [lijied 4081]
1045
1046 * Tue Mar 25 2003 Lijie Deng <lijied@e-smith.com>
1047 - [4.13.0-20]
1048 - And add panel link [gordonr 1950]
1049 - Change page title to "E-mail settings' and nav bar to 'e-mail'
1050 in English and French [gordonr 1950]
1051 - Modified otheremail POP and IMAP server access text [lijied 4081]
1052
1053 * Mon Mar 24 2003 Gordon Rowell <gordonr@e-smith.com>
1054 - [4.13.0-19]
1055 - Merge emailretrieval/othermail -> emailsettings [gordonr 1950]
1056
1057 * Tue Mar 18 2003 Gordon Rowell <gordonr@e-smith.com>
1058 - [4.13.0-18]
1059 - Added [$ExternalIP] to "locals" [gordonr 6900]
1060
1061 * Tue Mar 18 2003 Gordon Rowell <gordonr@e-smith.com>
1062 - [4.13.0-17]
1063 - Deleted ./etc/{fetchmail, startmail}/template-begin,
1064 and modified %build [lijied 3295]
1065 - Reconfigure/reload /var/qmail/control/locals on ip-change [gordonr 6900]
1066
1067 * Tue Mar 18 2003 Gordon Rowell <gordonr@e-smith.com>
1068 - [4.13.0-16]
1069 - Broken rebuild - missing mkdir in %build
1070
1071 * Fri Mar 7 2003 Lijie Deng <lijied@e-smith.com>
1072 - [4.13.0-15]
1073 - Modified panel order for emailretrieval,otheremail
1074 and pseudonyms
1075 - Modified en-us and fr-ca pseudonyms panel title [lijied 7356]
1076
1077 * Tue Mar 4 2003 Lijie Deng <lijied@e-smith.com>
1078 - [4.13.0-14]
1079 - Split en-us lexicon from emailretrieval panel
1080 split en-us lexicon from otheremail panel
1081 split en-us lexicon from pseudonyms panel [lijied 4030]
1082
1083 * Mon Mar 3 2003 Lijie Deng <lijied@e-smith.com>
1084 - [4.13.0-13]
1085 - RebuildRPM for otheremail and pseudonyms [lijied 5003]
1086
1087 * Mon Mar 3 2003 Lijie Deng <lijied@e-smith.com>
1088 - [4.13.0-12]
1089 - RebuildRPM for emailretrival, commit missed last time [lijied 5003]
1090
1091 * Fri Feb 28 2003 Charlie Brady <charlieb@e-smith.com>
1092 - [4.13.0-11]
1093 - Added French lexicon for emailretrieval, otheremail
1094 and pseudonyms. [lijied 5003]
1095 - Re-do hosts.allow template to use esmith::ConfigDB::hosts_allow_spec.
1096 Add dependency on up-to-date e-smith-lib. [charlieb 5650]
1097 - Remove bogus mailfront dependency.
1098
1099 * Tue Feb 25 2003 Charlie Brady <charlieb@e-smith.com>
1100 - [4.13.0-10]
1101 - Convert virtualdomains template to use esmith::{Hosts,Domains}DB.
1102 [charlieb 2670]
1103 - Remove duplicate DomainName setting from virtualdomains template,
1104 now that the primary domain is added to the domains db. [charlieb 2670]
1105
1106 * Mon Feb 24 2003 Michael Soulier <msoulier@e-smith.com>
1107 - [4.13.0-09]
1108 - Removed use of LocalDomainPrefix. [msoulier 4812]
1109
1110 * Sat Jan 25 2003 Mike Dickson <miked@e-smith.com>
1111 - [4.13.0-08]
1112 - added ACTION to the lexicon [miked 6363]
1113
1114 * Wed Jan 15 2003 Charlie Brady <charlieb@e-smith.com>
1115 - [4.13.0-07]
1116 - Change pattern match for ppp device in /etc/startmail, so that
1117 mail collection is triggered on a PCI ISDN dialup link [charlieb 5399]
1118 - Remove standard template-{begin,end} fragments where possible. The
1119 default ones will be used in their place [charlieb 3295]
1120
1121 * Thu Jan 9 2003 Michael Soulier <msoulier@e-smith.com>
1122 - [4.13.0-06]
1123 - Fixed incorrect page flow behaviour. Panel now returns to start page on
1124 completion, with a status message prefixed. [msoulier 6470]
1125
1126 * Fri Dec 27 2002 Mike Dickson <miked@e-smith.com>
1127 - [4.13.0-05]
1128 - minor UI updates [miked 5494]
1129
1130 * Mon Dec 16 2002 Mike Dickson <miked@e-smith.com>
1131 - [4.13.0-04]
1132 - UI Update, part of the tweaking for the new UI [miked 5494]
1133
1134 * Mon Dec 2 2002 Mike Dickson <miked@e-smith.com>
1135 - [4.13.0-03]
1136 - ui update [miked 5494]
1137
1138 * Thu Nov 21 2002 Mike Dickson <miked@e-smith.com>
1139 - [4.13.0-02]
1140 - update to new UI system [miked 5494]
1141
1142 * Wed Nov 6 2002 Charlie Brady <charlieb@e-smith.com>
1143 - [4.13.0-01]
1144 - Rolling development stream version to 4.13.0
1145
1146 * Tue Oct 15 2002 Charlie Brady <charlieb@e-smith.com>
1147 - [4.12.1-01]
1148 - Roll new version to fix tagging problem
1149
1150 * Tue Oct 15 2002 Gordon Rowell <gordonr@e-smith.com>
1151 - [4.12.0-02]
1152 - If the user had a maildir called Mail/, rename it so it gets
1153 relocated into the new directory Mail/. Attempt to relocate as
1154 many directories as possible - only warn when directories can't
1155 be renamed rather than calling die(). [gordonr 4767]
1156
1157 * Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com>
1158 - [4.12.0-01]
1159 - Roll to maintained version number to 4.12.0
1160
1161 * Tue Oct 8 2002 Mark Knox <markk@e-smith.com>
1162 - [4.11.8-05]
1163 - Removed stray description tag [markk 5135]
1164
1165 * Tue Sep 24 2002 Charlie Brady <charlieb@e-smith.com>
1166 - [4.11.8-04]
1167 - Re-add "use esmith::util" to email-update-group - it was lost in the
1168 esmith::AccountsDB rewrite. [charlieb 4932]
1169
1170 * Mon Sep 23 2002 Charlie Brady <charlieb@e-smith.com>
1171 - [4.11.8-03]
1172 - Fix creation of list of groups from groupname in last change [charlieb 4932]
1173
1174 * Fri Sep 20 2002 Charlie Brady <charlieb@e-smith.com>
1175 - [4.11.8-02]
1176 - Modify email-update-group to iterate over all groups during post-upgrade
1177 event [charlieb 4932]
1178
1179 * Mon Sep 9 2002 Mark Knox <markk@e-smith.com>
1180 - [4.11.8-01]
1181 - Rolling to new version to fix patching problem
1182
1183 * Mon Sep 9 2002 Mark Knox <markk@e-smith.com>
1184 - [4.11.7-06]
1185 - Display only multidrop retrieval in private s&g mode [markk 4780]
1186
1187 * Mon Sep 9 2002 Charlie Brady <charlieb@e-smith.com>
1188 - [4.11.7-05]
1189 - Use localhost for all fetchmail local delivery [charlieb 4742]
1190
1191 * Thu Sep 5 2002 Mark Knox <markk@e-smith.com>
1192 - [4.11.7-04]
1193 - Remove empty description and lexicon entry [markk 4764]
1194
1195 * Wed Sep 4 2002 Gordon Rowell <gordonr@e-smith.com>
1196 - [4.11.7-03]
1197 - Relocate maildirs for all users and admin to Mail/ subdirectory
1198 in post-upgrade event. Directories which didn't exist in Mail/
1199 preserve their name. Directories which conflict with an existing
1200 directory in Mail/ become {name}.relocated and if that conflicts,
1201 we try {name}.relocated-time(). If that conflicts, we generate a
1202 warning to the log and give up. [gordonr 4767]
1203
1204 * Fri Aug 30 2002 Charlie Brady <charlieb@e-smith.com>
1205 - [4.11.7-02]
1206 - Update default pine configuration to deal with TLS capable imapd,
1207 and to support a few more features. [charlieb 3669]
1208
1209 * Mon Aug 19 2002 Charlie Brady <charlieb@e-smith.com>
1210 - [4.11.7-01]
1211 - Use new adjust-masq action script to adjust packet filter, rather than
1212 restart-masq. [charlieb 4501]
1213
1214 * Fri Jul 26 2002 Charlie Brady <charlieb@e-smith.com>
1215 - [4.11.6-01]
1216 - Return exit status from /etc/startmail if it is called, 0 otherwise.
1217 [charlieb 4487]
1218
1219 * Fri Jul 26 2002 Charlie Brady <charlieb@e-smith.com>
1220 - [4.11.5-01]
1221 - Add missing space after --authentication option. [charlieb 3050]
1222
1223 * Fri Jul 26 2002 Charlie Brady <charlieb@e-smith.com>
1224 - [4.11.4-01]
1225 - Call /etc/startmail from email-ipup, rather than /etc/fetchmail, so that
1226 $SMTP is set. [charlieb 4483]
1227
1228 * Wed Jul 24 2002 Mark Knox <markk@e-smith.com>
1229 - [4.11.3-01]
1230 - Fixed faulty display of multidrop params [markk 4453]
1231 - Added fetch of POP password [markk 4453]
1232
1233 * Wed Jul 24 2002 Gordon Rowell <gordonr@e-smith.com>
1234 - [4.11.2-01]
1235 - Added optional property fetchmail|AuthenticationMethod, defaulting to
1236 "password" so that people with working CRAM-MD5 or similar can still
1237 choose that (or indeed "any" if it works for them) [gordonr 3050]
1238
1239 * Wed Jul 24 2002 Gordon Rowell <gordonr@e-smith.com>
1240 - [4.11.1-01]
1241 - Added --auth password to fetchmail call to force password
1242 authentication [gordonr 3050]
1243
1244 * Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com>
1245 - [4.11.0-01]
1246 - Changing version to maintained stream number to 4.11.0
1247
1248 * Fri May 31 2002 Charlie Brady <charlieb@e-smith.com>
1249 - [4.10.0-01]
1250 - Changing version to maintained stream number to 4.10.0
1251
1252 * Tue May 28 2002 Charlie Brady <charlieb@e-smith.com>
1253 - [4.9.25-01]
1254 - Fix multi-drop sort. 'on' and 'off' were confused in "select sort
1255 method" in the panel. [charlieb 3682]
1256
1257 * Tue May 28 2002 Charlie Brady <charlieb@e-smith.com>
1258 - [4.9.24-01]
1259 - Fix forward unknonw email to admin, which was broken in the FormMagick
1260 conversion. [charlieb 3683]
1261
1262 * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
1263 - [4.9.23-01]
1264 - RPM rebuild forced by cvsroot2rpm
1265
1266 * Wed May 22 2002 Gordon Rowell <gordonr@e-smith.com>
1267 - [4.9.22-01]
1268 - Set smtp-server=localhost in pine.conf [gordonr 3567]
1269
1270 * Fri May 17 2002 Mark Knox <markk@e-smith.com>
1271 - [4.9.21-01]
1272 - Fixed heading on panel [markk 3516]
1273
1274 * Fri May 17 2002 Mark Knox <markk@e-smith.com>
1275 - [4.9.20-01]
1276 - Bold table headings [markk 3503]
1277
1278 * Thu May 16 2002 Kirrily Robert <skud@e-smith.com>
1279 - [4.9.19-01]
1280 - Added border to pseudonyms table [skud 3491]
1281
1282 * Thu May 16 2002 Charlie Brady <charlieb@e-smith.com>
1283 - [4.9.18-01]
1284 - Remove migration of smtpfwdd properties and init of smtpfront-qmail
1285 service - moved to e-smith-mailfront. [charlieb 3442]
1286 - Fix fetchmail delivery - we need to use smtphost, not smtpaddress.
1287 - Append @$DomainName to "postmaster" for postmaster address -
1288 fetchmail otherwise uses postmaster@a.b.c.d [charlieb 3469]
1289 - Remove commented out SMTP address lookup in /etc/fetchmail script -
1290 it's now passed in from /etc/startmail (and we have CVS for version
1291 control) [ charlieb 3469].
1292
1293 * Fri May 10 2002 Gordon Rowell <gordonr@e-smith.com>
1294 - [4.9.17-01]
1295 - Handle concurrencyremote setting of zero [gordonr 2920]
1296
1297 * Mon May 6 2002 Gordon Rowell <gordonr@e-smith.com>
1298 - [4.9.16-01]
1299 - Localise SAVE button [gordonr 3222]
1300
1301 * Mon May 6 2002 Charlie Brady <charlieb@e-smith.com>
1302 - [4.9.15-01]
1303 - Removed CVS detritus from changelog.
1304 - Changed references to smtpd db entries to smtpfront-qmail. [charlieb 2604]
1305 - Added blank or IP validator. Changed ip_number to new validation in
1306 emailretrieval [markk 3317]
1307
1308 * Fri May 3 2002 Mark Knox <markk@e-smith.com>
1309 - [4.9.14-01]
1310 - Changed lexicon en -> en-us [markk 3320]
1311 - Removed unused "TITLE" on first page [markk 3320]
1312 - Added status message display on first page [markk 3320]
1313 - Cleaned up display in IE [markk 3320]
1314 - Localised "Everyone" [markk 3320]
1315 - Cleaned up die calls in module for better error handling [markk 3320]
1316
1317 * Thu May 2 2002 Charlie Brady <charlieb@e-smith.com>
1318 - [4.9.13-01]
1319 - Enable smtpd service by default. Migrate status and filter properties
1320 from smtpfwdd to smtpd service, if found. [charlieb 2604]
1321
1322 * Wed May 1 2002 Gordon Rowell <gordonr@e-smith.com>
1323 - [4.9.12-01]
1324 - esmith::AccountDB -> esmith::AccountsDB [schwern 3287]
1325
1326 * Tue Apr 30 2002 Gordon Rowell <gordonr@e-smith.com>
1327 - [4.9.11-01]
1328 - Quote fetchmail username and password [gordonr 3296]
1329
1330 * Fri Apr 26 2002 Gordon Rowell <gordonr@e-smith.com>
1331 - [4.9.10-01]
1332 - Removed /var/qmail/control/rcpthosts/template-{begin,end} [gordonr 2604]
1333
1334 * Thu Apr 25 2002 Gordon Rowell <gordonr@e-smith.com>
1335 - [4.9.9-01]
1336 - Added head/foot to pseudonyms [gordonr 3223]
1337 - Nav bar entries to all panels [gordonr 3155]
1338
1339 * Mon Apr 22 2002 Gordon Rowell <gordonr@e-smith.com>
1340 - [4.9.8-01]
1341 - Removed bogus hard quotes on call to serviceControl [gordonr 2920]
1342 - Changed navigation for email retrieval to "E-mail" as per
1343 glossary [gordonr 3155]
1344
1345 * Fri Apr 19 2002 Mark Knox <markk@e-smith.com>
1346 - [4.9.7-01]
1347 - Changed some db->get()s to check their return values. Was causing breakage
1348 in otheremail panel on fresh install. [markk]
1349
1350 * Fri Apr 19 2002 Gordon Rowell <gordonr@e-smith.com>
1351 - [4.9.6-01]
1352 - Allow optional qmail|ConcurrencyRemote setting which overrides the
1353 memory sized based heuristic [gordonr 2920]
1354
1355 * Fri Apr 19 2002 Mark Knox <markk@e-smith.com>
1356 - [4.9.5-01]
1357 - Removed hardcoded server name and replaced with lookup of FQDN [markk 3196]
1358
1359 * Thu Apr 18 2002 Mark Knox <markk@e-smith.com>
1360 - [4.9.4-01]
1361 - Pass SMTP on the command line as the env is cleared [markk 3161]
1362 - Pass LocalIP if ExternalIP doesn't exist [markk 3161]
1363
1364 * Thu Apr 18 2002 Mark Knox <markk@e-smith.com>
1365 - [4.9.3-01]
1366 - Extract ExternalIP in /etc/startmail and export as ENV{SMTP} to
1367 /etc/fetchmail to avoid calling privileged commands as user qmailr
1368 [markk 3161]
1369
1370 * Mon Apr 15 2002 Gordon Rowell <gordonr@e-smith.com>
1371 - [4.9.2-01]
1372 - Language en->en-us
1373
1374 * Mon Apr 8 2002 Michael Schwern <schwern@e-smith.com>
1375 - [4.9.1-01]
1376 - Added i18n'd versions of emailretrieval and otheremail panels [skud 3032]
1377
1378 * Fri Mar 15 2002 Charlie Brady <charlieb@e-smith.com>
1379 - [4.9.0-01]
1380 - rollRPM: Rolled version number to 4.9.0-01. Includes patches up to 4.8.0-07.
1381 - Removed empty directories from tarball and add code to make them in prep
1382 section, prior to CVS import.
1383
1384 * Thu Feb 14 2002 Charlie Brady <charlieb@e-smith.com>
1385 - [4.8.0-07]
1386 - Remove the current qmail rcpthosts template and replace it with a
1387 template directory containing zero length template-begin and template-end
1388 files. The current template containing "not used" comments is moved
1389 into the e-smith-obtuse-smtpd RPM.
1390
1391 * Mon Jan 28 2002 Charlie Brady <charlieb@e-smith.com>
1392 - [4.8.0-06]
1393 - Re-instate 4.8.0-02 patch. See #2677.
1394
1395 * Fri Jan 18 2002 Charlie Brady <charlieb@e-smith.com>
1396 - [4.8.0-05]
1397 - Use external IP as SMTP address when using multidrop mail, so that
1398 external network smtpd rules are applied to address matches. We have to
1399 fall back to LocalIP in serveronly mode, unfortunately, because we have
1400 no other option.
1401
1402 * Fri Dec 21 2001 Charlie Brady <charlieb@e-smith.com>
1403 - [4.8.0-04]
1404 - Temporarily back out 4.8.0-02 patch, pending further verification.
1405
1406 * Fri Dec 21 2001 Charlie Brady <charlieb@e-smith.com>
1407 - [4.8.0-03]
1408 - Fix typo "smptroutes" => "smtproutes" in email-conf.
1409
1410 * Wed Dec 12 2001 Charlie Brady <charlieb@e-smith.com>
1411 - [4.8.0-02]
1412 - Fix a few problems with email-ipup script which lead to warnings being
1413 logged.
1414 - Trucate the changelog, which is getting very large. For earlier changelog,
1415 see an earlier version of the package.
1416
1417 * Tue Dec 11 2001 Adrian Chung <mac@e-smith.com>
1418 - [4.8.0-01]
1419 - rollRPM: Rolled version number to 4.8.0-01. Includes patches up to 4.7.0-12.
1420
1421 * Tue Aug 21 2001 Gordon Rowell <gordonr@e-smith.com>
1422 - [4.6.1-01]
1423 - Rolled version number to 4.6.1-01. Includes patches upto 4.6.0-06.
1424
1425 * Tue Aug 21 2001 Gordon Rowell <gordonr@e-smith.com>
1426 - [4.6.0-02..06]
1427 - Final branding changes
1428
1429 * Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com>
1430 - [4.6.0-01]
1431 - Rolled version number to 4.6.0-01. Includes patches upto 4.5.0-20.
1432
1433 %prep
1434 %setup
1435 %patch0 -p1
1436 %patch1 -p1
1437 %patch2 -p1
1438
1439 %build
1440 perl createlinks
1441
1442 %postun
1443
1444 %install
1445 rm -rf $RPM_BUILD_ROOT
1446 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
1447 rm -f %{name}-%{version}-%{release}-filelist
1448 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
1449 --dir /var/lock/fetchmail 'attr(755,qmailr,qmail)' \
1450 --dir '/var/service/smtp-auth-proxy' 'attr(1755,root,root)' \
1451 --file '/var/service/smtp-auth-proxy/down' 'attr(0644,root,root)' \
1452 --file '/var/service/smtp-auth-proxy/run' 'attr(0755,root,root)' \
1453 --dir '/var/service/smtp-auth-proxy/supervise' 'attr(0700,root,root)' \
1454 --dir '/var/service/smtp-auth-proxy/log' 'attr(0755,root,root)' \
1455 --file '/var/service/smtp-auth-proxy/log/run' 'attr(0755,root,root)' \
1456 --file '/var/service/smtp-auth-proxy/log/supervise' 'attr(0700,root,root)' \
1457 --dir '/var/log/smtp-auth-proxy' 'attr(2750,smelog,nofiles)' \
1458 --file '/usr/local/sbin/smtp-auth-proxy.pl' 'attr(0755,root,root)' \
1459 --dir '/home/e-smith/Maildir/.junkmail' 'attr(0700,admin,admin)' \
1460 --dir '/home/e-smith/Maildir/.junkmail/tmp' 'attr(0700,admin,admin)' \
1461 --dir '/home/e-smith/Maildir/.junkmail/new' 'attr(0700,admin,admin)' \
1462 --dir '/home/e-smith/Maildir/.junkmail/cur' 'attr(0700,admin,admin)' \
1463 > %{name}-%{version}-%{release}-filelist
1464 echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
1465
1466 %clean
1467 rm -rf $RPM_BUILD_ROOT
1468
1469 %files -f %{name}-%{version}-%{release}-filelist
1470 %defattr(-,root,root)

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