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

Annotation of /rpms/e-smith-email/sme8/e-smith-email.spec

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


Revision 1.33 - (hide annotations) (download)
Mon Mar 5 04:18:53 2012 UTC (12 years, 3 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-email-5_2_0-17_el5_sme
Changes since 1.32: +7 -2 lines
MD5 patch originally suggested by Charlie Brady [SME: 6538]

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

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