/[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.29 - (hide annotations) (download)
Sun Nov 14 23:24:28 2010 UTC (13 years, 6 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-email-5_2_0-13_el5_sme
Changes since 1.28: +7 -2 lines
* Sun Oct 31 2010 Shad L. Lords <slords@mail.com> 5.2.0-13.sme
- Fix property merge when local pseudonym is set [SME: 6361]

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

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