diff --git a/README.md b/README.md
index 6e26e54..bb33708 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ SMEServer Koozali developed git repo for smeserver-email smeserver
https://wiki.koozali.org/
## Bugzilla
-Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=smeserver-email&product=SME%20Server%2010.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)\
+Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?quicksearch=smeserver-email)
And a list of outstanding Legacy bugs: (e-smith-email) [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-email&product=SME%20Server%2010.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)
## Description
diff --git a/smeserver-email.spec.bak b/smeserver-email.spec.bak
new file mode 100644
index 0000000..324415a
--- /dev/null
+++ b/smeserver-email.spec.bak
@@ -0,0 +1,1539 @@
+# $Id: e-smith-email.spec,v 1.20 2022/08/01 18:04:52 jpp Exp $
+
+Summary: smeserver server and gateway - email module
+%define name smeserver-email
+Name: %{name}
+%define version 11.0.0
+%define release 4
+Version: %{version}
+Release: %{release}%{?dist}
+License: GPL
+Group: Networking/Daemons
+Source: %{name}-%{version}.tar.xz
+
+BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
+Provides: e-smith-email = %{version}-%{release}
+Requires: smeserver-base >= 4.15.0-39
+Requires: smeserver-tinydns >= 1.0.0-5
+Requires: smeserver-smtpd
+Requires: smeserver-mta
+Requires: smeserver-pop3
+Requires: smeserver-imap
+Requires: smeserver-lib >= 1.15.1-19
+Requires: perl(Net::Server::Fork)
+Requires: perl(Net::SMTP)
+Requires: perl(Net::SMTP::SSL)
+Requires: perl(Authen::SASL)
+Requires: perl(Net::Server) >= 0.85
+Requires: runit
+Requires: smeserver-formmagick >= 1.4.0-12
+Obsoletes: e-smith-smtp-authentication
+Obsoletes: e-smith-securemail
+Conflicts: smeserver-fetchmail < 1.6-24
+BuildRequires: smeserver-devtools >= 1.13.0-03
+BuildArchitectures: noarch
+AutoReqProv: no
+
+%prep
+%setup
+rm -rf root/var/service/ root/service
+mkdir -p root/var/lib/fetchmail
+
+%build
+perl createlinks
+
+%postun
+
+%install
+rm -rf $RPM_BUILD_ROOT
+(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
+rm -f %{name}-%{version}-%{release}-filelist
+/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
+ --dir /var/lock/fetchmail 'attr(755,qmailr,qmail)' \
+ --dir '/var/log/smtp-auth-proxy' 'attr(2750,smelog,nofiles)' \
+ --file '/usr/local/sbin/smtp-auth-proxy.pl' 'attr(0755,root,root)' \
+ --dir '/home/e-smith/Maildir/.junkmail' 'attr(0700,admin,admin)' \
+ --dir '/home/e-smith/Maildir/.junkmail/tmp' 'attr(0700,admin,admin)' \
+ --dir '/home/e-smith/Maildir/.junkmail/new' 'attr(0700,admin,admin)' \
+ --dir '/home/e-smith/Maildir/.junkmail/cur' 'attr(0700,admin,admin)' \
+ --dir '/var/lib/fetchmail' 'attr(0750,qmailr,qmail)' \
+ > %{name}-%{version}-%{release}-filelist
+echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}-%{version}-%{release}-filelist
+%defattr(-,root,root)
+
+%pre
+if [ $1 -gt 1 ] ; then
+ if [ -e /var/service/smtp-auth-proxy/run ] ; then
+ /usr/bin/sv d smtp-auth-proxy
+ /usr/bin/sv d smtp-auth-proxy/log
+ fi
+fi
+
+%description
+smeserver server and gateway software - email module.
+
+%changelog
+* Thu Apr 04 2024 Brian Read 11.0.0-4.sme
+- Set license file to GPL2.0 [SME: 12577]
+
+* Tue Mar 26 2024 Jean-Philippe Pialasse 11.0.0-3.sme
+- move out Provides in scriptlet pre [SME: 12537]
+
+* Sat Mar 23 2024 Brian Read 11.0.0-2.sme
+- Change Requires: e-smith- to Requires:smeserver-
+
+* Sat Mar 23 2024 Brian Read 11.0.0-1.sme
+- Update Release and Version to base version and 1st release for SME11 [SME: 12518]
+
+* Mon Mar 11 2024 rename-e-smith-pkg.sh by Trevor Batley 5.6.0-21.sme
+- Rename to smeserver-email [SME: 12359]
+
+* Wed Jul 12 2023 cvs2git.sh aka Brian Read 5.6.0-20.sme
+- Roll up patches and move to git repo [SME: 12338]
+
+* Wed Jul 12 2023 BogusDateBot
+- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
+ by assuming the date is correct and changing the weekday.
+
+* Mon Aug 01 2022 Jean-Philippe Pialasse 5.6.0-19.sme
+- add quote around filename to .fetchids moving script [SME: 12131]
+
+* Fri Jul 29 2022 Jean-Philippe Pialasse 5.6.0-18.sme
+- move fetchids from /run and avoid its loss on reboot [SME: 12131]
+ similar changes in contrib smesevrer-fetchmail
+
+* Thu May 19 2022 Jean-Philippe Pialasse 5.6.0-17.sme
+- fix typo in regex [SME: 11799]
+
+* Sat Apr 16 2022 Jean-Philippe Pialasse 5.6.0-16.sme
+- fix missing dot in regex for untainting [SME: 11799]
+ would delete any account named with the string before the dot
+
+* Mon Nov 15 2021 Jean-Philippe Pialasse 5.6.0-15.sme
+- untainting string correctly [SME: 11716]
+
+* Thu Sep 16 2021 Jean-Philippe Pialasse 5.6.0-14.sme
+- fix typo for mailpattern for rar files [SME: 11690]
+
+* Fri Sep 10 2021 Jean-Philippe Pialasse 5.6.0-13.sme
+- fix perms for /var/lock/fetchmail [SME: 11634]
+
+* Fri Sep 10 2021 Jean-Philippe Pialasse 5.6.0-12.sme
+- make /var/lock/fetchmail dir permanent [SME: 11634]
+
+* Tue Mar 30 2021 Jean-Philippe Pialasse 5.6.0-11.sme
+- add new RAR file signatures to default mailpatterns database [SME: 11265]
+
+* Thu Mar 11 2021 Jean-Philippe Pialasse 5.6.0-10.sme
+- webmail is only SSL [SME: 11443]
+
+* Fri Dec 11 2020 Jean-Philippe Pialasse 5.6.0-9.sme
+- create -update event [SME: 11133]
+- move smtp-auth-proxy to systemd [SME: 11102]
+
+* Sat Jun 27 2020 Jean-Philippe Pialasse 5.6.0-7.sme
+- allow creation of pseudonyms with setting of local only [SME: 3802]
+
+* Wed Jun 15 2016 Jean-Philippe Pialasse 5.6.0-6.sme
+- fix webmail status not displaying correctly in manager [SME: 9594]
+
+* Tue Jun 7 2016 Daniel Berteaud 5.6.0-5.sme
+- More change from smtpd to qpsmtpd in masq templates [SME: 9561]
+
+* Fri Jun 3 2016 Daniel Berteaud 5.6.0-4.sme
+- Replace smtpd with qpsmtpd in smtp-auth-proxy [SME: 9554]
+
+* Thu May 12 2016 Daniel Berteaud 5.6.0-3.sme
+- Rebuild for [SME: 9393]
+
+* Fri Apr 22 2016 Daniel Berteaud 5.6.0-2.sme
+- Merge smtpd entry into qpsmtpd, same for ssmtpd into sqpsmtpd [SME: 9478]
+
+* Fri Feb 5 2016 Daniel Berteaud 5.6.0-1.sme
+- Roll new stream for sme10
+
+* Fri Feb 6 2015 stephane de Labrusse 5.4.0-12.sme
+- remove the patch e-smith-email-5.4.0-UEsDBBQDAAAIA-new-signature.patch
+- [SME: 8833]
+
+* Thu Feb 5 2015 stephane de Labrusse 5.4.0-11.sme
+- Add new zip file signatures to default mailpatterns database : UEsDBBQDAAAIA
+- [SME: 8833]
+
+* Fri Dec 5 2014 stephane de Labrusse 5.4.0-9.sme
+- Add new zip file signatures to default mailpatterns database : ZIPVOSX & ZIPV3
+- [SME: 8718]
+
+* Mon Feb 10 2014 Charlie Brady 5.4.0-8.sme
+- Handle exceptions during attempted SASL auth. Add more debug tracing.
+ [SME: 8205]
+
+* Fri Dec 20 2013 Ian Wells 5.4.0-7.sme
+- Update of allow webmail-only-local-network by Stephane de Labrusse [SME: 7351]
+
+* Sat Dec 14 2013 Ian Wells 5.4.0-6.sme
+- Only present one auth method at a time, in order, to NET::SMTP,
+ by Charlie Brady [SME: 8060]
+ Second hunk in patch converts tabs to spaces, no code change.
+
+* Tue Dec 10 2013 Chris Burnat 5.4.0-5.sme
+- Allow webmail-only-local-network by Stephane de Labrusse [SME: 7351]
+
+* Fri Jul 5 2013 Ian Wells 5.4.0-4.sme
+- Fetchmail multidrop mode follows TCPPort setting, by Hans Riethmann [SME: 7749]
+
+* Sun Jun 23 2013 Daniel Berteaud 5.4.0-3.sme
+- Always enable imap, listen on loopback is disabled [SME: 7697]
+
+* Sat Mar 16 2013 Ian Wells 5.4.0-2.sme
+- Avoid use of unitialised variables in smtp migrate fragments [SME: 7487]
+
+* Wed Feb 6 2013 Shad L. Lords 5.4.0-1.sme
+- Roll new stream for sme9
+
+* Wed Dec 19 2012 Ian Wells 5.2.0-19.sme
+- Allow smtp_auth_proxy to use port 587 with STARTTLS, by Charlie Brady [SME: 6922]
+
+* Mon Jul 02 2012 Ian Wells 5.2.0-18.sme
+- Allow blacklist of SMTP AUTH methods, replaces previous patch [SME: 7017]
+
+* Sun Mar 04 2012 Ian Wells 5.2.0-17.sme
+- MD5 patch to workaround buggy SMTP servers [SME: 6538]
+
+* Fri Sep 23 2011 Jonathan Martens 5.2.0-16.sme
+- Fix previous commit to show complete text in server-manager [SME: 6320]
+
+* Fri Sep 23 2011 Jonathan Martens 5.2.0-15.sme
+- Fix SMTP auth wording in server-manager [SME: 6320]
+
+* Sat Nov 20 2010 Ian Wells 5.2.0-14.sme
+- SME 8.0 Changelog Cleanup [SME: 6368]
+
+* Sun Oct 31 2010 Shad L. Lords 5.2.0-13.sme
+- Fix property merge when local pseudonym is set [SME: 6370]
+
+* Sun Oct 31 2010 Shad L. Lords 5.2.0-12.sme
+- Add smtp auth into web interface, not just when enabled [SME: 6318]
+
+* Mon Oct 4 2010 Shad L. Lords 5.2.0-11.sme
+- Enable auth for smtp traffic and migrate if necessary [SME: 5575]
+
+* Sat Sep 25 2010 Shad L. Lords 5.2.0-10.sme
+ Sun Sep 25 2010 --> Sun Sep 19 2010 or Sat Sep 25 2010 or Sun Sep 26 2010 or ....
+- Change enabled to transparent for mail proxy [SME: 5574]
+
+* Sat May 08 2010 Jonathan Martens 5.2.0-9.sme
+ Tue May 08 2010 --> Tue May 04 2010 or Sat May 08 2010 or Tue May 11 2010 or ....
+- Fix migrate fragment [SME: 5922]
+
+* Tue May 4 2010 Jonathan Martens 5.2.0-8.sme
+- Fix errors in previous commit [SME: 5922]
+
+* Tue May 4 2010 Jonathan Martens 5.2.0-7.sme
+- Set smtp-auth-proxy Debug property to disabled instead of 0 [SME: 5922]
+
+* Sat Apr 3 2010 Charlie Brady 5.2.0-6.sme
+- Fix HeloHost patch. [SME: 5854]
+
+* Thu Mar 25 2010 Federico Simoncelli 5.2.0-5.sme
+- Block by default the SMTP transparent proxy [SME: 5574]
+
+* Mon Dec 21 2009 Filippo Carletti 5.2.0-4.sme
+- Use HeloHost (if present) in smtp-auth-proxy.pl [SME: 5680]
+
+* Wed Nov 4 2009 Jonathan Martens 5.2.0-3.sme
+- Allow for changing SPAM subject tag through server-manager [SME: 5559]
+
+* Wed Oct 29 2008 Shad L. Lords 5.2.0-2.sme
+- Fix 'Allow private' to be correct string [SME: 4731]
+
+* Tue Oct 7 2008 Shad L. Lords 5.2.0-1.sme
+- Roll new stream to separate sme7/sme8 trees [SME: 4633]
+
+* Mon Jul 28 2008 Jonathan Martens 4.18.0-5
+- Fix patch to be in accordance with conventions in e-smith-formagick's general [SME: 4285]
+
+* Sat Jul 26 2008 Gavin Weight 4.18.0-4
+- Fix pseudonyms modify if using special characters. Thanks -
+ Federico Simoncelli. [SME: 4346]
+
+* Sun Apr 27 2008 Jonathan Martens 4.18.0-3
+- Add common tags to e-smith-formmagick's general [SME: 4285]
+
+* Wed Mar 12 2008 Shad L. Lords 4.18.0-2
+- Cleanup CREATE/ADD tag mixup [SME: 4045]
+
+* Tue Mar 11 2008 Stephen Noble 4.18.0-1
+- Roll stable stream for release.
+
+* Tue Mar 11 2008 Stephen Noble 4.18.0-1
+- Roll stable stream for release.
+
+* Wed Feb 13 2008 Stephen Noble 4.17.0-6
+- Remove tags now in general [SME: 3917]
+
+* Sun Feb 10 2008 Stephen Noble 4.17.0-5
+- Remove duplicate entries [SME: 3892]
+
+* Wed Jan 09 2008 Stephen Noble 4.17.0-4
+- add visible internal toggle to pseudonym panel [SME: 3497]
+
+* Thu Dec 27 2007 Shad L. Lords 4.17.0-3
+- Remove leading 0 from release
+
+* Wed Dec 26 2007 Charlie Brady 4.17.0-02
+- Add support for SMTPS and MSA outbound authenticated SMTP to
+ smarthost. TODO: Add panel support. [SME: 897]
+
+* Wed Dec 26 2007 Charlie Brady 4.17.0-01
+- Make new development branch.
+
+* Mon Jun 25 2007 Charlie Brady 4.16.0-22
+- Add diagnostic if .junkmail Maildir is broken. [SME: 2739]
+
+* Tue Jun 12 2007 Shad L. Lords 4.16.0-21
+- Add default to SpamReject to get rid of warnings [SME: 2395]
+
+* Mon Jun 11 2007 Shad L. Lords 4.16.0-20
+- decode parameters so pseudonymn can be modified/deleted [SME: 1782]
+
+* Mon Jun 11 2007 Shad L. Lords 4.16.0-19
+- encode parameters so pseudonymn can be modified/deleted [SME: 1782]
+
+* Sun Apr 29 2007 Shad L. Lords
+- Clean up spec so package can be built by koji/plague
+
+* Fri Jan 26 2007 Shad L. Lords 4.16.0-18
+- Finish removing admin email forwarding stuff [SME: 827]
+
+* Wed Jan 24 2007 Federico Simoncelli 4.16.0-17
+- Removed braces from the permitted character in pseudonymous [SME: 2270]
+
+* Mon Jan 22 2007 Shad L. Lords 4.16.0-16
+- Change fetchmail dest from 127.0.0 2 to 127.0.0.200 [SME: 2223]
+
+* Sun Jan 14 2007 Shad L. Lords 4.16.0-15
+- Add admin email forwarding to modify user panel [SME: 827]
+
+* Sun Jan 14 2007 Shad L. Lords 4.16.0-14
+- Make fetchmail deliver to 127.0.0.2 to is it treat like external [SME: 2223]
+
+* Sat Jan 13 2007 Gavin Weight 4.16.0-13
+- Update Return to sender text to be more clearer that we reject. [SME: 2291]
+
+* Tue Dec 26 2006 Shad L. Lords 4.16.0-12
+- Make pseudonyms removable and changeable based on db entries [SME: 2143]
+
+* Tue Dec 12 2006 Federico Simoncelli 4.16.0-11
+- Relaxed the email address check [SME: 1663]
+
+* Thu Dec 07 2006 Shad L. Lords
+- Update to new release naming. No functional changes.
+- Make Packager generic
+
+* Wed Nov 08 2006 Gavin Weight 4.16.0-10
+- Add another EXE pattern TVqgAAEAAAAFAAAA - Thanks Alex Schaft. [SME: 2039]
+
+* Tue Sep 26 2006 Gavin Weight 4.16.0-09
+- Incorrect quoting in purge-junkmail-folders diagnostic. [SME: 1936]
+
+* Wed Sep 20 2006 Gavin Weight 4.16.0-08
+ Tue Sep 20 2006 --> Tue Sep 19 2006 or Wed Sep 20 2006 or Tue Sep 26 2006 or ....
+- Updated virus description in panel. [SME: 1729]
+
+* Wed Jun 21 2006 Gordon Rowell 4.16.0-07
+- Add another EXE pattern TVp1AQEAAAAE - Thanks Hans-Cees Speel [SME: 1623]
+
+* Fri Jun 16 2006 Gavin Weight 4.16.0-06
+- Removed 35imp migrate fragment. [SME: 563]
+
+* Mon May 15 2006 Gordon Rowell 4.16.0-05
+- Fix typo in last change [SME: 1447, SME: 103]
+
+* Tue May 02 2006 Charlie Brady 4.16.0-04
+- In smtp-auth-proxy.pl, don't relay client's HELO/EHLO, as some servers
+ (wrongly) reject more than 1. [SME: 103]
+
+* Wed Apr 5 2006 Gordon Rowell 4.16.0-03
+- Detect dangling pseudonyms to avoid white screen of death [SME: 1054]
+- See also [SME: 762] for tools to tell you how to fix them
+
+* Thu Mar 16 2006 Gordon Rowell 4.16.0-02
+- Remove stray duplicate line in lexicon [SME: 824]
+
+* Tue Mar 14 2006 Charlie Brady 4.16.0-01
+- Roll stable stream version. [SME: 1016]
+
+* Mon Mar 13 2006 Gordon Rowell 4.15.4-23
+- Hide access settings if pop3/imap/webmail not installed [SME: 561]
+
+* Mon Mar 13 2006 Gordon Rowell 4.15.4-22
+- Remove pop3[s] defaults - now in e-smith-pop3 [SME: 561]
+
+* Mon Mar 13 2006 Gordon Rowell 4.15.4-21
+- Remove imap[s] defaults - now in e-smith-imap [SME: 561]
+
+* Tue Feb 28 2006 Charlie Brady 4.15.4-20
+- Pre-create admin's junkmail folder. [SME: 886]
+
+* Mon Feb 27 2006 Gavin Weight 4.15.4-19
+- Add migrate fragment to get and delete "authentication" and
+ move to correct "Authentication". [SME: 894]
+
+* Wed Feb 22 2006 Charlie Brady 4.15.4-18
+- Update forwarding address validation failure text. [SME: 824]
+
+* Fri Feb 17 2006 Gordon Rowell 4.15.4-17
+- Fix minor breakage in panel with last change [SME: 818]
+
+* Thu Feb 16 2006 Charlie Brady 4.15.4-16
+- Use $admin{ForwardAddress} in place of AdminEmail [SME: 818]
+
+* Sun Feb 12 2006 Charlie Brady 4.15.4-15
+- Remove some template files duplicated with e-smith-qmail RPM. [SME: 752]
+
+* Wed Feb 8 2006 Gavin Weight 4.15.4-14
+- Add migrate fragment to delete EXEFILES. [SME: 95]
+
+* Mon Feb 6 2006 Charlie Brady 4.15.4-13
+- Add cron job to purge junkmail folders - default retention time is
+ 90 days. [SME: 666]
+
+* Sun Feb 05 2006 Gavin Weight 4.15.4-12
+- No new line in imp fragment at end [SME: 563]
+
+* Sat Feb 04 2006 Gavin Weight 4.15.4-11
+- Add migrate fragment for imp properties [SME: 563]
+
+* Wed Feb 01 2006 Gavin Weight 4.15.4-10
+- Updated pseudonyms description [SME: 94]
+
+* Wed Feb 01 2006 Gavin Weight 4.15.4-09
+- Fixed SMTPAUTHPROXY password field as asterixis [SME: 623]
+
+* Fri Jan 27 2006 Gavin Weight 4.15.4-08
+- Adjusted text to reflect that SSMTP is enabled by default [SME: 419]
+
+* Wed Jan 25 2006 Gordon Rowell 4.15.4-07
+- Made sectionbar its own item so that it is in the right place
+ when the sections are hidden [SME: 561]
+
+* Wed Jan 25 2006 Gordon Rowell 4.15.4-06
+- Hide webmail sections if imp isn't installed
+- Hide Spam filtering sections if spamassassin isn't installed
+- Hide Virus scan sections if clamav isn't installed [SME: 561]
+
+* Fri Jan 6 2006 Gordon Rowell 4.15.4-05
+- Don't check whether the user exists when creating user@domain
+ pseudonyms - i.e. allow support@dom.ain even if support itself
+ hasn't been defined. Of course, dom.ain must exist. [SME: 368]
+
+* Fri Jan 6 2006 Gordon Rowell 4.15.4-04
+- Don't attempt to recreate first.last and first_last pseudonyms
+ in bootstrap-console-save. We create them when we create the user,
+ and if someone deletes them, that's their choice. [SME: 387]
+
+* Wed Jan 4 2006 Gordon Rowell 4.15.4-03
+- Add 'set hostname=$DomainName' to /etc/Muttrc [SME: 398]
+
+* Wed Nov 30 2005 Gordon Rowell 4.15.4-02
+- Bump release number only
+
+* Fri Oct 14 2005 Gordon Rowell
+- [4.15.4-01]
+- Remove L10Ns from base packages [SF: 1309520]
+
+* Fri Oct 14 2005 Gordon Rowell
+- [4.15.3-01]
+- New dev stream before relocating L10Ns
+
+* Fri Sep 30 2005 Gordon Rowell
+- [4.15.2-41]
+- Change French translation of "Weekend" to the more
+ universally acceptable "samedi et dimanche" [SF: 1293855]
+
+* Fri Sep 30 2005 Gordon Rowell
+- [4.15.2-40]
+- Added Italian L10N - Thanks Filippo Carletti [SF: 1309266]
+
+* Mon Sep 26 2005 Gordon Rowell
+- [4.15.2-39]
+- Cleanups to French L10N - Thanks Didier Rambeau [SF: 1293855]
+
+* Sun Sep 25 2005 Gordon Rowell
+- [4.15.2-38]
+- Actually add German L10N to correct package [SF: 1293325]
+
+* Sun Sep 25 2005 Gordon Rowell
+- [4.15.2-37]
+- Added German L10N - Thanks Dietmar Berteld [SF: 1293325]
+
+* Tue Sep 13 2005 Gordon Rowell
+- [4.15.2-36]
+- Add configuration options for ISP SMTP AUTH to Email delivery page
+ [SF: 1236748]
+
+* Wed Sep 7 2005 Charlie Brady
+- [4.15.2-35]
+- Add requires header for Authen::SASL module, needed by SMTP auth
+ proxy. [SF: 1269111]
+
+* Fri Sep 2 2005 Charlie Brady
+- [4.15.2-34]
+- Lexicon updates. Still need more French and Spanish translation
+ done. [SF: 1280024]
+
+* Fri Sep 2 2005 Charlie Brady
+- [4.15.2-33]
+- Add UI toggles for private/public IMAP/IMAPS/POP/POPS. Thanks for
+ patch go to Michael Weinberger! [SF: 1280024]
+
+* Wed Aug 24 2005 Charlie Brady
+- [4.15.2-32]
+- Handle upstream disconnect in smtp-auth-proxy. Use more concise
+ proxy code, courtesy of the Perl Cookbook. [SF: 1269414]
+
+* Wed Aug 24 2005 Charlie Brady
+- [4.15.2-31]
+- Improve error reporting in smtp-auth-proxy - return 421 status, and
+ log config errors and upstream connect errors to stderr. [SF: 1257015]
+
+* Tue Aug 23 2005 Charlie Brady
+- [4.15.2-30]
+- Fix typo in fetchmail settings save part of panel code. [SF: 1265400]
+
+* Wed Aug 10 2005 Charlie Brady
+- [4.15.2-29]
+- Remove stray symlink from last patch.
+
+* Wed Aug 10 2005 Shad Lords
+- [4.15.2-28]
+- Remove last qmail stuff [SF: 1255261]
+- Break out pop3 into its own package [SF: 1256055]
+- Rename popd service to pop3 [SF: 1256055]
+- Include imap database stuff [SF: 1256055]
+
+* Tue Aug 9 2005 Charlie Brady
+- [4.15.2-27]
+- Remove "Obsoletes: e-smith-qmail", and split out all qmail specific stuff.
+ [SF: 1255261]
+
+* Tue Aug 2 2005 Shad Lords
+- [4.15.2-26]
+- Add TCPProxyPort to specify which port to proxy [SF: 1246986]
+
+* Fri Jul 22 2005 Charlie Brady
+- [4.15.2-25]
+- Complete the update to current db access APIs - a few esmith::db and
+ esmith::config calls were found hiding. [SF: 1216546, 1242331]
+
+* Mon Jul 18 2005 Charlie Brady
+- [4.15.2-24]
+- Update all db access APIs to current standards. [SF: 1216546]
+
+* Mon Jul 18 2005 Charlie Brady
+- [4.15.2-23]
+- Fix pop* run scripts to find checkpassword binary via
+ PATH search. [SF: 1239720]
+- Various further muttrc configuration changes (from Shad) [SF: 1235454]
+ . Fix braces
+ . Configure "folder" to use IMAP as well, so we see all IMAP
+ folders
+ . use URLs instead of PINE style folder names, and use imaps directly
+
+* Thu Jul 14 2005 Charlie Brady
+- [4.15.2-22]
+- Configure /etc/Muttrc to use IMAP
+- And expand /etc/Muttrc at same times as /etc/pine.conf
+ Patch contributed by Gordon Rowell. [SF: 1235454]
+
+* Tue Jul 12 2005 Charlie Brady
+- [4.15.2-21]
+- French L10N Merci - Didier. [ SF:1227389 ]
+- Add some missing Requires: headers. [SF: 1217914]
+
+* Tue Jun 14 2005 Charlie Brady
+- [4.15.2-20]
+- Add Obsoletes headers for a number of email addon packages.
+ [SF: 1219069]
+
+* Thu Jun 9 2005 Charlie Brady
+- [4.15.2-19]
+- Four PIF file patterns (AHhUYXgg,AMlIbDk5Lm,AMkgICAg,AHhIYW5k) and
+ one more EXE file pattern (TVoAACoAG) - Thanks Hans-Cees Speel
+
+* Fri Jun 3 2005 Charlie Brady
+- [4.15.2-18]
+- Another EXE file pattern TVpLRVJOR - Thanks Ray Mitchell
+ and Gordon Rowell.
+
+* Tue May 31 2005 Charlie Brady
+- [4.15.2-17]
+- Disable all mailpatterns by default [Gordon SF:1202391]
+- Change mailpatterns database back to one pattern per entry [Gordon SF:1202391]
+- Add two new EXE file patterns - Thanks Ray Mitchell
+
+* Tue May 24 2005 Charlie Brady
+- [4.15.2-16]
+- Make sure that there are empty templates-default files in the
+ peers/{o,local} templates directory. Fix up a couple of problems
+ in the pop3s run script. [SF: 1206471]
+
+* Wed May 18 2005 Charlie Brady
+- [4.15.2-15]
+- Change db lookup of spamassassin{sortspam} to spamassassin{SortSpam}.
+ Expand all users' .qmail files in email-update action. [SF: 1202402]
+
+* Fri May 13 2005 Charlie Brady
+- [4.15.2-14]
+- [Patch from Gordon's e-smith-email-4.15.2-13gr02]
+- Add missing qmail initscript links [SF:1201092]
+- Modify email-update-user to expand ~/.qmail-junkmail
+- Add templates for ~/.qmail-junkmail
+- This should probably be in e-smith-spamassassin, but that
+ would mean another perl invocation for that template
+
+* Thu May 5 2005 Charlie Brady
+- [4.15.2-13]
+- Big set of patches from Gordon Rowell.
+- Show public pop/public imap/http webmail/smtp auth if they
+ are already enabled in that way. Otherwise, only show disabled
+ and the pop3s/imaps/https webmail/ssmtp auth version
+- Change emailsettings.pm to store most properties in the virtual
+ smtpd and ssmtpd records
+- Change URL in webmail text to https://
+- Various lexicon changes for consistency across the panel
+- Use $db->set_prop(thing,prop,value) instead of
+ $db->get(thing)->set_prop(prop,value)
+- TODO: The fetchmail settings could easily be done in a loop
+- Don't delete DelegateMailServer when empty, just clear the value
+- Changed Patterns property to PatternsScan to match VirusScan
+- Added lots of defaults for smtpd and ssmtpd:
+ smtpd{access}: public
+ smtpd{Authentication}: disabled
+ smtpd{Instances}: 40
+ smtpd{InstancesPerIP}: 5
+ smtpd{PatternsScan}: disabled
+ smtpd{Proxy}: enabled
+ smtpd{status}: enabled
+ smtpd{TCPPort}: 25
+ smtpd{type}: service
+ smtpd{VirusScan}: enabled
+
+ ssmtpd{access}: public
+ ssmtpd{Authentication}: enabled
+ ssmtpd{Instances}: 10
+ ssmtpd{status}: enabled
+ ssmtpd{TCPPort}: 465
+ ssmtpd{type}: service
+- Fix up masq fragment to look at smtpd{Proxy}
+- Add migrate frament for smtpfront-qmail properties
+- Move mailpatterns defaults to this package
+- Delete duplicate Requires: line
+- Fix check for smtpd{Authentication} when displaying options
+
+* Mon May 2 2005 Charlie Brady
+- [4.15.2-12]
+- Add pseudonyms fragment for virtualdomains template (missed in last
+ change).
+
+* Sun May 1 2005 Charlie Brady
+- [4.15.2-11]
+- [All items in this change contributed by Gordon Rowell.]
+- Allow separation of mail for bob@domain1 from bob@domain2
+- To configure, enter pseudonyms of the form pseudo@domain => user
+ with the following restrictions:
+ - pseudo must be a user already configured on the server
+ - domain must be a domain alredy configured on the server
+ - pseudo may not equal user (since that's the default for all domains)
+- Merged in the web interface from Shad Lords' e-smith-spamassassin
+ onto the E-mail filtering sub-page
+- TODO: We should probably disallow this if only one domain is hosted
+ on the server.
+
+* Sun May 1 2005 Charlie Brady
+- [4.15.2-10]
+- [All items in this change contributed by Gordon Rowell.]
+- Add e-mail filtering page
+- Prepare for migration to qpsmtpd by using $SMTPD and $SSMTPD
+ throughout the panel code
+- Changed Requires: from e-smith-mailfront to e-smith-smtpd (which
+ is provided by e-smith-qpsmtpd and could be by e-smith-mailfront).
+- Add skeleton virus and spam scan toggles. Note that these set
+ options in the $SMTPD services and each virus or spam scanner can
+ use those as defaults and add additional options as required. For
+ example, if $SMTPD{VirusScan} == 'disabled', no virus scanners should
+ configure themselves to look at the mail.
+- Make patterns status depend on any being selected, which removes a
+ redundant toggle
+
+* Thu Apr 28 2005 Charlie Brady
+- [4.15.2-09]
+- Drop e-smith-mailfront dependency, to allow switch to qpsmtpd
+ if desired.
+
+* Tue Apr 26 2005 Charlie Brady
+- [4.15.2-08]
+- Add update of PatternsStatus (patch from Gordon), and fix a few typos.
+
+* Tue Apr 19 2005 Charlie Brady
+- [4.15.2-07]
+- Add missing /var/service/qmail/down file.
+
+* Sun Apr 10 2005 Charlie Brady
+- [4.15.2-06]
+- [Patch from Gordon]
+- Complete L10N of front page of emailsettings
+- Move many panel option hashes into subroutines for re-use on status page
+- Move executable content blocking section from subroutine to FM XML
+- Open AccountsDB read-only since that's all we need
+- Actually fix the evil and unsafe part of the webmail settings code
+- Dormant prototype of optional display of multidrop settings regions
+- Removed percent from (percent)prep in 4.9.0-01 changelog entry
+ to stop mezzanine/rpmbuild failures due to multiple (percent)prep
+ sections (sigh)
+
+* Thu Mar 31 2005 Charlie Brady
+- [4.15.2-05]
+- Add template expansion of pop service peers files to email-update,
+ as private/public may have changed.
+
+* Tue Mar 29 2005 Charlie Brady
+- [4.15.2-04]
+- Fix configuration of ACLs and users-assign files during bootstrap-console-save.
+
+* Sat Mar 26 2005 Charlie Brady
+- [4.15.2-03]
+- Ensure that /var/service/qmail/control/1 is executable.
+
+* Thu Mar 24 2005 Charlie Brady
+- [4.15.2-02]
+- Integrate Gordon's changes to break form up into subforms.
+ TODO - non-en localisations.
+
+* Thu Mar 24 2005 Charlie Brady
+- [4.15.2-01]
+- Roll new development stream - 4.15.2
+
+* Fri Mar 18 2005 Charlie Brady
+- [4.15.1-30]
+- Avoid warning from email panel if patterns are not enabled.
+- Avoid crash in panel if DelegateMailServer is being set.
+
+* Fri Mar 18 2005 Charlie Brady
+- [4.15.1-29]
+- Don't expand /var/qmail/users/assign in generic_template_expand,
+ as users/groups may not yet be created. Instead, combine with
+ qmail-newu in qmail service control/1 script.
+
+* Fri Mar 18 2005 Charlie Brady
+- [4.15.1-28]
+- Add missing templates for popd/pop3s peers files.
+- Change port specification in popd run file from "pop3" to
+ "pop" - tcpsvd doesn't grok "pop3".
+
+* Fri Mar 18 2005 Charlie Brady
+- [4.15.1-27]
+- Use tcpsvd instead of tcpserver for popd and pop3d. Use sslio
+ instead of stunnel for pop3d. TODO - configurable concurrency
+ limits.
+
+* Fri Mar 18 2005 Charlie Brady
+- [4.15.1-26]
+- Remove now obsolete email-assign action.
+- Add "Requires: runit"
+
+* Fri Mar 18 2005 Charlie Brady
+- [4.15.1-25]
+- Add missing templates.metadata file for qmail/users/assign.
+
+* Thu Mar 17 2005 Charlie Brady
+- [4.15.1-24]
+- More fixes of path for qmail service directory.
+
+* Thu Mar 17 2005 Charlie Brady
+- [4.15.1-23]
+- Fix paths for qmail service directory in filelist.
+
+* Thu Mar 17 2005 Charlie Brady
+- [4.15.1-22]
+- Move post-upgrade actions to bootstrap-console-save.
+
+* Wed Mar 16 2005 Charlie Brady
+- [4.15.1-21]
+- Include all content from e-smith-qmail (arguably lots of this
+ content should move to e-smith-qmail, but this is easier).
+- Obsolete email-assign action.
+
+* Mon Mar 14 2005 Charlie Brady
+- [4.15.1-20]
+- Fix dangling symlink.
+- Add missing exports in FormMagick::Panel::emailsettings
+- Add missing templates for pop3s tcpserver cdb file.
+
+* Fri Mar 11 2005 Charlie Brady
+- [4.15.1-19]
+- Fix dangling symlinks, and add tcpserver cdb support for
+ popd and pop3s.
+
+* Fri Mar 11 2005 Charlie Brady
+- [4.15.1-18]
+- Fix warning from EmailUnknownUser migrate fragment.
+
+* Thu Mar 10 2005 Charlie Brady
+- [4.15.1-17]
+- Fix path to skeletal junkmail Maildir.
+- Up memory limits for popd and pop3s run files.
+- Add missing /var/log/pop3s directory.
+
+* Wed Mar 9 2005 Charlie Brady
+- [4.15.1-16]
+- Fix some missing checkins from previous version.
+
+* Wed Mar 9 2005 Charlie Brady
+- [4.15.1-15]
+- Fold in most of Shad's panel changes, with support for
+ imaps and pop3s.
+- Add supervised pop3s service.
+- Allow pseudonums of pseudonyms.
+- Obsolete email-update-shared and email-conf actions.
+- Add junkmail maildir to skeletal user dir
+- Remove db entry creation code from panel code - now done
+ via default fragments.
+- Add TCPPort property of popd (and pop3s).
+
+* Wed Feb 23 2005 Charlie Brady
+- [4.15.1-14]
+- Remove bogus dependency on sortspam.
+
+* Tue Jan 25 2005 Charlie Brady
+- [4.15.1-13]
+- Remove obsolete email-startup-links action. [MN00065651]
+- Obsolete email-sighup and smtp-auth-proxy-restart by using generic
+ services-adjust action. Remove unused email-restart action.
+ Update e-smith-lib dependency. [MN00065576]
+
+* Mon Jan 17 2005 Charlie Brady
+- [4.15.1-12]
+- Remove conf-fetchmail action - done by default fragments. [MN00064329]
+- Include ~alias/.qmail-default symlink in rpm. [MN00064230]
+- Use generic_template_expand action where possible, in place
+ of specific actions. Update e-smith-lib dependency. [MN00064130]
+
+* Mon Jan 3 2005 Charlie Brady
+- [4.15.1-11]
+- Add default "abuse" pseudonym. [MN00062658]
+
+* Wed Dec 29 2004 Charlie Brady
+- [4.15.1-10]
+- Remove no longer needed conf-migrate-* actions. [charlieb MN00062545]
+- Fix "Visisble" typo in default "everyone" pseudonym. [charlieb MN00046951]
+- Don't restart auth proxy in bootstrap-console-save [charlieb MN00062549]
+
+* Mon Dec 27 2004 Charlie Brady
+- [4.15.1-09]
+- Untaint pseudonym before using in system(). [charlieb MN00050161]
+
+* Thu Nov 11 2004 Charlie Brady
+- [4.15.1-08]
+- Fix ownership and permissions of ~alias [charlieb MN00057000]
+
+* Tue Sep 28 2004 Michael Soulier
+- [4.15.1-07]
+- Updated requires with new perl dependencies. [msoulier MN00040240]
+
+* Mon Jun 21 2004 Michael Soulier
+- [4.15.1-06]
+- Updated requires.
+
+* Tue May 11 2004 Michael Soulier
+- [4.15.1-05]
+- Added validation to the AdminEmail field. [msoulier MN00023812]
+
+* Mon May 10 2004 Michael Soulier
+- [4.15.1-04]
+- Made filtering via SA the default preprocessing action for all email.
+ [msoulier MN00027881]
+
+* Tue May 4 2004 Michael Soulier
+- [4.15.1-03]
+- Added defaults fragments for all smtp-auth-proxy properties.
+ [msoulier 4728]
+
+* Tue May 4 2004 Michael Soulier
+- [4.15.1-02]
+- Updating dependencies.
+
+* Tue May 4 2004 Michael Soulier
+- [4.15.1-01]
+- Rolling as-source to collect patches.
+
+* Tue May 4 2004 Michael Soulier
+- [4.15.0-07]
+- Patches run script to provide FQDN in POP3 login. [msoulier dpar-27887]
+
+* Wed Feb 18 2004 Michael Soulier
+- [4.15.0-06]
+- Updated template for admin's .qmail file. [msoulier dpar-20868]
+
+* Tue Feb 17 2004 Michael Soulier
+- [4.15.0-05]
+- Updated template for home directory .qmail files to support change in
+ sortspam to allow .qmail files more control over mail delivery.
+ [msoulier dpar-20868]
+
+* Thu Feb 12 2004 Mark Knox
+- [4.15.0-04]
+- Fwd port of 10064: fixed expansion of /etc/fetchmail in email-update event
+ [markk 11026]
+
+* Mon Feb 9 2004 Michael Soulier
+- [4.15.0-03]
+- Updated the Requires list and fixed a couple of minor problems.
+ [msoulier 4728]
+
+* Mon Feb 9 2004 Michael Soulier
+- [4.15.0-02]
+- Adding Charlie's smtp-auth-proxy, and putting it under supervision.
+ [msoulier 4728]
+
+* Mon Jan 26 2004 Michael Soulier
+- [4.15.0-01]
+- rolling to dev - 4.15.0
+
+* Sun Sep 21 2003 Charlie Brady
+- [4.14.0-08]
+- Remove duplicate primary domain name in multidrop fetchmail template
+ [charlieb 10064]
+
+* Wed Aug 27 2003 Michael Soulier
+- [4.14.0-07]
+- Added K* init symlinks to runlevels 0, 1 and 6 for popd. [msoulier 9761]
+
+* Fri Aug 22 2003 Michael Soulier
+- [4.14.0-06]
+- Removed the conditional around the SMTPProxy creation code. [msoulier 9572]
+- Changed the trigger property for the SMTPProxy to "Proxy", in
+ smtpfront-qmail. [msoulier 9572]
+
+* Tue Aug 19 2003 Michael Soulier
+- [4.14.0-05]
+- Added an smtp-proxy db record to permit enabling/disabling of the smtp
+ proxy. [msoulier 9572]
+
+* Wed Jul 16 2003 Charlie Brady
+- [4.14.0-04]
+- Add junkmail maildir to skel home directory. [charlieb 9475]
+
+* Thu Jul 3 2003 Charlie Brady
+- [4.14.0-03]
+- Use qmail delivery properties to determine local delivery instructions for
+ admin user. [charlieb 9198, 9255]
+
+* Thu Jun 26 2003 Charlie Brady
+- [4.14.0-02]
+- Ensure that admin has a .qmail file.
+ [charlieb 9198]
+
+* Thu Jun 26 2003 Charlie Brady
+- [4.14.0-01]
+- Changing version to stable stream number - 4.14.0
+
+* Tue Jun 24 2003 Gordon Rowell
+- [4.13.0-63]
+- Spanish nav bar [gordonr 9153]
+
+* Tue Jun 24 2003 Gordon Rowell
+- [4.13.0-62]
+- Added pseudonym for anonymous [gordonr 9127]
+
+* Thu Jun 19 2003 Charlie Brady
+- [4.13.0-61]
+- Fix bug with format of ETRN fetchmail invocation. [charlieb 9077]
+
+* Thu Jun 19 2003 Gordon Rowell
+- [4.13.0-60]
+- Add some defaults for fetchmail, including Method|standard
+ [gordonr 8921]
+
+* Wed Jun 11 2003 Charlie Brady
+- [4.13.0-59]
+- Add log/run script which was missing from last checkin. [charlieb 8903]
+
+* Wed Jun 11 2003 Charlie Brady
+- [4.13.0-58]
+- Use tcpserver/supervise rather than xinetd to handle POP connections. Need new
+ genfilelist to handle the permissions under /var/service. [charlieb 8903]
+
+* Wed Jun 4 2003 Charlie Brady
+- [4.13.0-57]
+- Fix devnull pre-defined alias definition. Use defaults mechanism to reserve
+ devnull alias. Use same mechanism for postmaster, mailer-daemon, and everyone
+ pseudonyms. [charlieb 6460]
+
+* Tue Jun 3 2003 Charlie Brady
+- [4.13.0-56]
+- Change default status for fetchmail to "disabled". [charlieb 8921]
+
+* Fri May 30 2003 Michael Soulier
+- [4.13.0-55]
+- Removed dangling symlink to email-startup. [msoulier 8808]
+
+* Tue May 20 2003 Michael Soulier
+- [4.13.0-54]
+- Fixed expectation of email-update-group so that it can handle user-deleted
+ and group-deleted. [msoulier 6414]
+
+* Tue May 6 2003 Lijie Deng
+- [4.13.0-53]
+- Add Spanish lexicon for emailsettings and pseudonyms [lijied 3793]
+
+* Tue Apr 29 2003 Tony Clayton
+- [4.13.0-52]
+- Add default db fragments for qmail/popd/fetchmail services [tonyc 8537]
+- Remove dead email-startup action [tonyc 8537]
+
+* Mon Apr 14 2003 Michael Soulier
+- [4.13.0-51]
+- Changed the interface to email-update-group to accept either no second
+ argument, or a group or user. [msoulier 8103]
+
+* Mon Apr 14 2003 Michael Soulier
+- [4.13.0-50]
+- Removed email-update-all-groups and modified email-update-group to handle
+ its functionality. [msoulier 8103]
+
+* Mon Apr 14 2003 Charlie Brady
+- [4.13.0-49]
+- Remove email-relocate-maildirs action - it's moving to e-smith-imap.
+ [charlieb 8273]
+
+* Fri Apr 11 2003 Lijie Deng
+- [4.13.0-48]
+- Modified French button name [lijied 7921]
+
+* Fri Apr 11 2003 Lijie Deng
+- [4.13.0-47]
+- Modified button name [lijied 7921]
+
+* Thu Apr 10 2003 Michael Soulier
+- [4.13.0-46]
+- Using the createlinks script for symlink creation for consistency.
+ [msoulier 6414]
+
+* Thu Apr 10 2003 Michael Soulier
+- [4.13.0-45]
+- Fixed lack of & in front of addresses generated by email-update-all-groups.
+ [msoulier 6414]
+- Fixed lack of use of processTemplate in email-update-group. [msoulier 6414]
+- Added a symlink to email-update-all-groups in user-delete. [msoulier 6414]
+
+* Wed Apr 9 2003 Charlie Brady
+- [4.13.0-44]
+- Add creation of ~admin/.qmail-default symlink. Move email-update-user
+ action from post-upgrade to bootstrap-console-save, so it is run
+ at post-install as well. [charlieb 7660]
+
+* Tue Apr 8 2003 Lijie Deng
+- [4.13.0-43]
+- Modified pseudonym button name [lijied 7921]
+
+* Tue Apr 8 2003 Gordon Rowell
+- [4.13.0-42]
+- Fixed fr nav bar [gordonr 7926]
+
+* Mon Apr 7 2003 Charlie Brady
+- [4.13.0-41]
+- Change email-update-user action to loop through all users if
+ username not given. Link into post-upgrade action. Create
+ .qmail-default symlink if it doesn't already exist.
+ [charlieb 7609]
+
+* Fri Apr 4 2003 Lijie Deng
+- [4.13.0-40]
+- Changed $q->table to $q->start_table where necessary [lijied 8034]
+
+* Thu Apr 3 2003 Gordon Rowell
+- [4.13.0-39]
+- Missing english L10N in emailsettings [gordonr 1950]
+
+* Wed Apr 2 2003 Charlie Brady
+- [4.13.0-38]
+- Removed 'Mitel Networks SME Server' branding on emailsetting
+ and pseudonyms [lijied 8016]
+- Changed Copyright header to License. [charlieb]
+- Add local delivery options in .qmail template - use
+ DeliveryType and DeliveryInstruction properties of qmail.
+ [charlieb 2600]
+
+* Wed Apr 2 2003 Charlie Brady
+- [4.13.0-37]
+- Modify email-relocate-maildirs to ensure that Mail/junkmail
+ folder exists for all users. [charlieb 2600]
+
+* Tue Apr 1 2003 Gordon Rowell
+- [4.13.0-36]
+- Redirect outbound port 25 through our SMTP server [gordonr 6349]
+
+* Tue Apr 1 2003 Gordon Rowell
+- [4.13.0-35]
+- Changed to ~alias/.qmail-devnull-default [gordonr 6460]
+
+* Tue Apr 1 2003 Gordon Rowell
+- [4.13.0-34]
+- Added ~alias/.qmail-devnull [gordonr 6460]
+
+* Tue Apr 1 2003 Lijie Deng
+- [4.13.0-33]
+- Modified emailsetting en-us 'standard' trans text [lijied 7949]
+
+* Tue Apr 1 2003 Gordon Rowell
+- [4.13.0-32]
+- Fixed fr nav bar entry [gordonr 7926]
+
+* Mon Mar 31 2003 Mike Dickson
+- [4.13.0-31]
+- fixed the "Action" column to be several columns instead of one [miked 7761]
+
+* Mon Mar 31 2003 Gordon Rowell
+- [4.13.0-30]
+- Make use of sectionbar hr CSS class [gordonr 7911]
+
+* Mon Mar 31 2003 Gordon Rowell
+- [4.13.0-29]
+- And make section bars only 80% of the width to its obvious there's one
+ Save button for the page [gordonr 7911]
+
+* Fri Mar 28 2003 Gordon Rowell
+- [4.13.0-28]
+- Lighten section bars a little [gordonr 7911]
+
+* Fri Mar 28 2003 Gordon Rowell
+- [4.13.0-27]
+- Strengthen section headings to show blocks [gordonr 1950]
+
+* Fri Mar 28 2003 Gordon Rowell
+- [4.13.0-26]
+- Deleted dangling panel links after panel merge [gordonr 1950]
+
+* Fri Mar 28 2003 Gordon Rowell
+- [4.13.0-25]
+- Adding French L10Ns [gordonr 1950]
+
+* Thu Mar 27 2003 Gordon Rowell
+- [4.13.0-24]
+- Rearranged panel order slightly to group like items [gordonr 1950]
+- Adjusted titles of the two delegate mail server (upstream/downstream)
+ items [gordonr 1950]
+- TODO: Some missing French L10Ns (tagged in lexicon) [gordonr 1950]
+
+* Thu Mar 27 2003 Gordon Rowell
+- [4.13.0-23]
+- Deleted emailretrieval/otheremail - now merged into emailsettings
+ [gordonr 1950]
+- Made emailsettings panel loop back to start and display
+ success/failure message [gordonr 1950]
+
+* Thu Mar 27 2003 Lijie Deng
+- [4.13.0-22]
+- Modified emailretrieval and emailsettings en-us text [lijied 4937]
+- Modified emailretrieval and emailsettings fr-ca text [lijied 4937]
+ and modified the lexicons to use lang="fr", rename the lexicon
+ directory to fr [lijied 6787]
+
+* Tue Mar 25 2003 Lijie Deng
+- [4.13.0-21]
+- Modified emailsettings access text [lijied 4081]
+
+* Tue Mar 25 2003 Lijie Deng
+- [4.13.0-20]
+- And add panel link [gordonr 1950]
+- Change page title to "E-mail settings' and nav bar to 'e-mail'
+ in English and French [gordonr 1950]
+- Modified otheremail POP and IMAP server access text [lijied 4081]
+
+* Mon Mar 24 2003 Gordon Rowell
+- [4.13.0-19]
+- Merge emailretrieval/othermail -> emailsettings [gordonr 1950]
+
+* Tue Mar 18 2003 Gordon Rowell
+- [4.13.0-18]
+- Added [$ExternalIP] to "locals" [gordonr 6900]
+
+* Tue Mar 18 2003 Gordon Rowell
+- [4.13.0-17]
+- Deleted ./etc/{fetchmail, startmail}/template-begin,
+ and modified %build [lijied 3295]
+- Reconfigure/reload /var/qmail/control/locals on ip-change [gordonr 6900]
+
+* Tue Mar 18 2003 Gordon Rowell
+- [4.13.0-16]
+- Broken rebuild - missing mkdir in %build
+
+* Fri Mar 7 2003 Lijie Deng
+- [4.13.0-15]
+- Modified panel order for emailretrieval,otheremail
+ and pseudonyms
+- Modified en-us and fr-ca pseudonyms panel title [lijied 7356]
+
+* Tue Mar 4 2003 Lijie Deng
+- [4.13.0-14]
+- Split en-us lexicon from emailretrieval panel
+ split en-us lexicon from otheremail panel
+ split en-us lexicon from pseudonyms panel [lijied 4030]
+
+* Mon Mar 3 2003 Lijie Deng
+- [4.13.0-13]
+- RebuildRPM for otheremail and pseudonyms [lijied 5003]
+
+* Mon Mar 3 2003 Lijie Deng
+- [4.13.0-12]
+- RebuildRPM for emailretrival, commit missed last time [lijied 5003]
+
+* Fri Feb 28 2003 Charlie Brady
+- [4.13.0-11]
+- Added French lexicon for emailretrieval, otheremail
+ and pseudonyms. [lijied 5003]
+- Re-do hosts.allow template to use esmith::ConfigDB::hosts_allow_spec.
+ Add dependency on up-to-date e-smith-lib. [charlieb 5650]
+- Remove bogus mailfront dependency.
+
+* Tue Feb 25 2003 Charlie Brady
+- [4.13.0-10]
+- Convert virtualdomains template to use esmith::{Hosts,Domains}DB.
+ [charlieb 2670]
+- Remove duplicate DomainName setting from virtualdomains template,
+ now that the primary domain is added to the domains db. [charlieb 2670]
+
+* Mon Feb 24 2003 Michael Soulier