/[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.44 - (hide annotations) (download)
Fri Feb 6 07:25:08 2015 UTC (9 years, 4 months ago) by stephdl
Branch: MAIN
CVS Tags: e-smith-email-5_2_0-28_el5_sme, HEAD
Changes since 1.43: +6 -4 lines
* Fri Feb 6 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 5.2.0-28.sme
- remove the patch e-smith-email-5.2.0-UEsDBBQDAAAIA-new-signature.patch
- [SME: 8835]

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

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