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

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

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


Revision 1.6 - (hide annotations) (download)
Wed Jun 15 08:30:29 2016 UTC (7 years, 11 months ago) by unnilennium
Branch: MAIN
CVS Tags: e-smith-email-5_6_0-6_el7_sme
Changes since 1.5: +47 -40 lines
* Wed Jun 15 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.6.0-6.sme
- fix webmail status not displaying correctly in manager [SME: 9594]

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

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