/[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.12 - (hide annotations) (download)
Fri Sep 10 04:24:21 2021 UTC (2 years, 9 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-email-5_6_0-12_el7_sme
Changes since 1.11: +7 -2 lines
* Fri Sep 10 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-12.sme
- make /var/lock/fetchmail dir permanent [SME: 11634]

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

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