/[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.30 - (hide annotations) (download)
Sat Nov 20 21:04:53 2010 UTC (13 years, 6 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-email-5_2_0-14_el5_sme
Changes since 1.29: +6 -3 lines
Bug 6368 - SME 8.0 Changelog Cleanup

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

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