diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e594810
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*.rpm
+*.log
+*spec-20*
+*.tar.xz
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..1352a0f
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,21 @@
+# Makefile for source rpm: e-smith-email
+# $Id: Makefile,v 1.1 2016/02/04 23:55:00 vip-ire Exp $
+NAME := e-smith-email
+SPECFILE = $(firstword $(wildcard *.spec))
+
+define find-makefile-common
+for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
+endef
+
+MAKEFILE_COMMON := $(shell $(find-makefile-common))
+
+ifeq ($(MAKEFILE_COMMON),)
+# attept a checkout
+define checkout-makefile-common
+test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
+endef
+
+MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
+endif
+
+include $(MAKEFILE_COMMON)
diff --git a/README.md b/README.md
index 0c70d70..854146c 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,17 @@
-# e-smith-email
+# e-smith-email
-SMEServer Koozali developed git repo for e-smith-email smeserver
\ No newline at end of file
+SMEServer Koozali developed git repo for e-smith-email smeserver
+
+## Wiki
+
https://wiki.koozali.org/
+
+## Bugzilla
+Show list of outstanding bugs: [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
+
+
*This description has been generated by an LLM AI system and cannot be relied on to be fully correct.*
+*Once it has been checked, then this comment will be deleted*
+
+
+e-smith-email is a powerful email software package that provides a comprehensive set of tools to manage email for corporate and private users. It has a powerful web-based interface for managing users, domains, and aliases. It also supports a wide range of mail protocols such as POP3, SMTP, IMAP, MIME, and SSL. It is also flexible enough to integrate with other email programs, such as Outlook and Thunderbird, making it an ideal choice for those who need a sophisticated email solution. With e-smith-email, users can easily manage, search, and organize emails in a secure and efficient manner.
diff --git a/additional/COPYING b/additional/COPYING
new file mode 100644
index 0000000..eeb586b
--- /dev/null
+++ b/additional/COPYING
@@ -0,0 +1,340 @@
+ GNU GENERAL PUBLIC LICENSE
+ Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+ 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+ Preamble
+
+ The licenses for most software are designed to take away your
+freedom to share and change it. By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users. This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it. (Some other Free Software Foundation software is covered by
+the GNU Library General Public License instead.) You can apply it to
+your programs, too.
+
+ When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+ To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+ For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have. You must make sure that they, too, receive or can get the
+source code. And you must show them these terms so they know their
+rights.
+
+ We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+ Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software. If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+ Finally, any free program is threatened constantly by software
+patents. We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary. To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+ The precise terms and conditions for copying, distribution and
+modification follow.
+
+ GNU GENERAL PUBLIC LICENSE
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+ 0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License. The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language. (Hereinafter, translation is included without limitation in
+the term "modification".) Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope. The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+ 1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+ 2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+ a) You must cause the modified files to carry prominent notices
+ stating that you changed the files and the date of any change.
+
+ b) You must cause any work that you distribute or publish, that in
+ whole or in part contains or is derived from the Program or any
+ part thereof, to be licensed as a whole at no charge to all third
+ parties under the terms of this License.
+
+ c) If the modified program normally reads commands interactively
+ when run, you must cause it, when started running for such
+ interactive use in the most ordinary way, to print or display an
+ announcement including an appropriate copyright notice and a
+ notice that there is no warranty (or else, saying that you provide
+ a warranty) and that users may redistribute the program under
+ these conditions, and telling the user how to view a copy of this
+ License. (Exception: if the Program itself is interactive but
+ does not normally print such an announcement, your work based on
+ the Program is not required to print an announcement.)
+
+These requirements apply to the modified work as a whole. If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works. But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+ 3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+ a) Accompany it with the complete corresponding machine-readable
+ source code, which must be distributed under the terms of Sections
+ 1 and 2 above on a medium customarily used for software interchange; or,
+
+ b) Accompany it with a written offer, valid for at least three
+ years, to give any third party, for a charge no more than your
+ cost of physically performing source distribution, a complete
+ machine-readable copy of the corresponding source code, to be
+ distributed under the terms of Sections 1 and 2 above on a medium
+ customarily used for software interchange; or,
+
+ c) Accompany it with the information you received as to the offer
+ to distribute corresponding source code. (This alternative is
+ allowed only for noncommercial distribution and only if you
+ received the program in object code or executable form with such
+ an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it. For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable. However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+ 4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License. Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+ 5. You are not required to accept this License, since you have not
+signed it. However, nothing else grants you permission to modify or
+distribute the Program or its derivative works. These actions are
+prohibited by law if you do not accept this License. Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+ 6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions. You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+ 7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all. For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices. Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+ 8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded. In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+ 9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time. Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number. If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation. If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+ 10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission. For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this. Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+ NO WARRANTY
+
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+ END OF TERMS AND CONDITIONS
+
+ How to Apply These Terms to Your New Programs
+
+ If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+ To do so, attach the following notices to the program. It is safest
+to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+
+ Copyright (C) 19yy
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program is interactive, make it output a short notice like this
+when it starts in an interactive mode:
+
+ Gnomovision version 69, Copyright (C) 19yy name of author
+ Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+ This is free software, and you are welcome to redistribute it
+ under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License. Of course, the commands you use may
+be called something other than `show w' and `show c'; they could even be
+mouse-clicks or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the program, if
+necessary. Here is a sample; alter the names:
+
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+ `Gnomovision' (which makes passes at compilers) written by James Hacker.
+
+ , 1 April 1989
+ Ty Coon, President of Vice
+
+This General Public License does not permit incorporating your program into
+proprietary programs. If your program is a subroutine library, you may
+consider it more useful to permit linking proprietary applications with the
+library. If this is what you want to do, use the GNU Library General
+Public License instead of this License.
diff --git a/additional/e-smith-email.spec b/additional/e-smith-email.spec
new file mode 100644
index 0000000..b5a6d4c
--- /dev/null
+++ b/additional/e-smith-email.spec
@@ -0,0 +1,1179 @@
+Summary: e-smith server and gateway - email module
+%define name e-smith-email
+Name: %{name}
+%define version 4.15.4
+%define release 01
+Version: %{version}
+Release: %{release}
+License: GPL
+Vendor: Mitel Networks Corporation
+Group: Networking/Daemons
+Source: %{name}-%{version}.tar.gz
+Packager: e-smith developers
+BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
+Requires: e-smith-base >= 4.15.0-39
+Requires: e-smith-smtpd
+Requires: e-smith-mta
+Requires: e-smith-pop3
+Requires: e-smith-imap
+Requires: e-smith-lib >= 1.15.1-19
+Requires: perl(Net::Server::Fork)
+Requires: perl(Net::SMTP)
+Requires: perl(Authen::SASL)
+Requires: perl(Net::Server) >= 0.85
+Requires: runit
+Obsoletes: e-smith-smtp-authentication
+Obsoletes: e-smith-securemail
+BuildRequires: e-smith-devtools >= 1.13.0-03
+BuildArchitectures: noarch
+AutoReqProv: no
+
+%description
+e-smith server and gateway software - email module.
+
+%changelog
+* 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
+- [4.13.0-09]
+- Removed use of LocalDomainPrefix. [msoulier 4812]
+
+* Sat Jan 25 2003 Mike Dickson
+- [4.13.0-08]
+- added ACTION to the lexicon [miked 6363]
+
+* Wed Jan 15 2003 Charlie Brady
+- [4.13.0-07]
+- Change pattern match for ppp device in /etc/startmail, so that
+ mail collection is triggered on a PCI ISDN dialup link [charlieb 5399]
+- Remove standard template-{begin,end} fragments where possible. The
+ default ones will be used in their place [charlieb 3295]
+
+* Thu Jan 9 2003 Michael Soulier
+- [4.13.0-06]
+- Fixed incorrect page flow behaviour. Panel now returns to start page on
+ completion, with a status message prefixed. [msoulier 6470]
+
+* Fri Dec 27 2002 Mike Dickson
+- [4.13.0-05]
+- minor UI updates [miked 5494]
+
+* Mon Dec 16 2002 Mike Dickson
+- [4.13.0-04]
+- UI Update, part of the tweaking for the new UI [miked 5494]
+
+* Mon Dec 2 2002 Mike Dickson
+- [4.13.0-03]
+- ui update [miked 5494]
+
+* Thu Nov 21 2002 Mike Dickson
+- [4.13.0-02]
+- update to new UI system [miked 5494]
+
+* Wed Nov 6 2002 Charlie Brady
+- [4.13.0-01]
+- Rolling development stream version to 4.13.0
+
+* Tue Oct 15 2002 Charlie Brady
+- [4.12.1-01]
+- Roll new version to fix tagging problem
+
+* Tue Oct 15 2002 Gordon Rowell
+- [4.12.0-02]
+- If the user had a maildir called Mail/, rename it so it gets
+ relocated into the new directory Mail/. Attempt to relocate as
+ many directories as possible - only warn when directories can't
+ be renamed rather than calling die(). [gordonr 4767]
+
+* Fri Oct 11 2002 Charlie Brady
+- [4.12.0-01]
+- Roll to maintained version number to 4.12.0
+
+* Tue Oct 8 2002 Mark Knox
+- [4.11.8-05]
+- Removed stray description tag [markk 5135]
+
+* Tue Sep 24 2002 Charlie Brady
+- [4.11.8-04]
+- Re-add "use esmith::util" to email-update-group - it was lost in the
+ esmith::AccountsDB rewrite. [charlieb 4932]
+
+* Mon Sep 23 2002 Charlie Brady
+- [4.11.8-03]
+- Fix creation of list of groups from groupname in last change [charlieb 4932]
+
+* Fri Sep 20 2002 Charlie Brady
+- [4.11.8-02]
+- Modify email-update-group to iterate over all groups during post-upgrade
+ event [charlieb 4932]
+
+* Mon Sep 9 2002 Mark Knox
+- [4.11.8-01]
+- Rolling to new version to fix patching problem
+
+* Mon Sep 9 2002 Mark Knox
+- [4.11.7-06]
+- Display only multidrop retrieval in private s&g mode [markk 4780]
+
+* Mon Sep 9 2002 Charlie Brady
+- [4.11.7-05]
+- Use localhost for all fetchmail local delivery [charlieb 4742]
+
+* Thu Sep 5 2002 Mark Knox
+- [4.11.7-04]
+- Remove empty description and lexicon entry [markk 4764]
+
+* Wed Sep 4 2002 Gordon Rowell
+- [4.11.7-03]
+- Relocate maildirs for all users and admin to Mail/ subdirectory
+ in post-upgrade event. Directories which didn't exist in Mail/
+ preserve their name. Directories which conflict with an existing
+ directory in Mail/ become {name}.relocated and if that conflicts,
+ we try {name}.relocated-time(). If that conflicts, we generate a
+ warning to the log and give up. [gordonr 4767]
+
+* Fri Aug 30 2002 Charlie Brady
+- [4.11.7-02]
+- Update default pine configuration to deal with TLS capable imapd,
+ and to support a few more features. [charlieb 3669]
+
+* Mon Aug 19 2002 Charlie Brady
+- [4.11.7-01]
+- Use new adjust-masq action script to adjust packet filter, rather than
+ restart-masq. [charlieb 4501]
+
+* Fri Jul 26 2002 Charlie Brady
+- [4.11.6-01]
+- Return exit status from /etc/startmail if it is called, 0 otherwise.
+ [charlieb 4487]
+
+* Fri Jul 26 2002 Charlie Brady
+- [4.11.5-01]
+- Add missing space after --authentication option. [charlieb 3050]
+
+* Fri Jul 26 2002 Charlie Brady
+- [4.11.4-01]
+- Call /etc/startmail from email-ipup, rather than /etc/fetchmail, so that
+ $SMTP is set. [charlieb 4483]
+
+* Wed Jul 24 2002 Mark Knox
+- [4.11.3-01]
+- Fixed faulty display of multidrop params [markk 4453]
+- Added fetch of POP password [markk 4453]
+
+* Wed Jul 24 2002 Gordon Rowell
+- [4.11.2-01]
+- Added optional property fetchmail|AuthenticationMethod, defaulting to
+ "password" so that people with working CRAM-MD5 or similar can still
+ choose that (or indeed "any" if it works for them) [gordonr 3050]
+
+* Wed Jul 24 2002 Gordon Rowell
+- [4.11.1-01]
+- Added --auth password to fetchmail call to force password
+ authentication [gordonr 3050]
+
+* Wed Jun 5 2002 Charlie Brady
+- [4.11.0-01]
+- Changing version to maintained stream number to 4.11.0
+
+* Fri May 31 2002 Charlie Brady
+- [4.10.0-01]
+- Changing version to maintained stream number to 4.10.0
+
+* Tue May 28 2002 Charlie Brady
+- [4.9.25-01]
+- Fix multi-drop sort. 'on' and 'off' were confused in "select sort
+ method" in the panel. [charlieb 3682]
+
+* Tue May 28 2002 Charlie Brady
+- [4.9.24-01]
+- Fix forward unknonw email to admin, which was broken in the FormMagick
+ conversion. [charlieb 3683]
+
+* Thu May 23 2002 Gordon Rowell
+- [4.9.23-01]
+- RPM rebuild forced by cvsroot2rpm
+
+* Wed May 22 2002 Gordon Rowell
+- [4.9.22-01]
+- Set smtp-server=localhost in pine.conf [gordonr 3567]
+
+* Fri May 17 2002 Mark Knox
+- [4.9.21-01]
+- Fixed heading on panel [markk 3516]
+
+* Fri May 17 2002 Mark Knox
+- [4.9.20-01]
+- Bold table headings [markk 3503]
+
+* Thu May 16 2002 Kirrily Robert
+- [4.9.19-01]
+- Added border to pseudonyms table [skud 3491]
+
+* Thu May 16 2002 Charlie Brady
+- [4.9.18-01]
+- Remove migration of smtpfwdd properties and init of smtpfront-qmail
+ service - moved to e-smith-mailfront. [charlieb 3442]
+- Fix fetchmail delivery - we need to use smtphost, not smtpaddress.
+- Append @$DomainName to "postmaster" for postmaster address -
+ fetchmail otherwise uses postmaster@a.b.c.d [charlieb 3469]
+- Remove commented out SMTP address lookup in /etc/fetchmail script -
+ it's now passed in from /etc/startmail (and we have CVS for version
+ control) [ charlieb 3469].
+
+* Fri May 10 2002 Gordon Rowell
+- [4.9.17-01]
+- Handle concurrencyremote setting of zero [gordonr 2920]
+
+* Mon May 6 2002 Gordon Rowell
+- [4.9.16-01]
+- Localise SAVE button [gordonr 3222]
+
+* Mon May 6 2002 Charlie Brady
+- [4.9.15-01]
+- Removed CVS detritus from changelog.
+- Changed references to smtpd db entries to smtpfront-qmail. [charlieb 2604]
+- Added blank or IP validator. Changed ip_number to new validation in
+ emailretrieval [markk 3317]
+
+* Fri May 3 2002 Mark Knox
+- [4.9.14-01]
+- Changed lexicon en -> en-us [markk 3320]
+- Removed unused "TITLE" on first page [markk 3320]
+- Added status message display on first page [markk 3320]
+- Cleaned up display in IE [markk 3320]
+- Localised "Everyone" [markk 3320]
+- Cleaned up die calls in module for better error handling [markk 3320]
+
+* Thu May 2 2002 Charlie Brady
+- [4.9.13-01]
+- Enable smtpd service by default. Migrate status and filter properties
+ from smtpfwdd to smtpd service, if found. [charlieb 2604]
+
+* Wed May 1 2002 Gordon Rowell
+- [4.9.12-01]
+- esmith::AccountDB -> esmith::AccountsDB [schwern 3287]
+
+* Tue Apr 30 2002 Gordon Rowell
+- [4.9.11-01]
+- Quote fetchmail username and password [gordonr 3296]
+
+* Fri Apr 26 2002 Gordon Rowell
+- [4.9.10-01]
+- Removed /var/qmail/control/rcpthosts/template-{begin,end} [gordonr 2604]
+
+* Thu Apr 25 2002 Gordon Rowell
+- [4.9.9-01]
+- Added head/foot to pseudonyms [gordonr 3223]
+- Nav bar entries to all panels [gordonr 3155]
+
+* Mon Apr 22 2002 Gordon Rowell
+- [4.9.8-01]
+- Removed bogus hard quotes on call to serviceControl [gordonr 2920]
+- Changed navigation for email retrieval to "E-mail" as per
+ glossary [gordonr 3155]
+
+* Fri Apr 19 2002 Mark Knox
+- [4.9.7-01]
+- Changed some db->get()s to check their return values. Was causing breakage
+ in otheremail panel on fresh install. [markk]
+
+* Fri Apr 19 2002 Gordon Rowell
+- [4.9.6-01]
+- Allow optional qmail|ConcurrencyRemote setting which overrides the
+ memory sized based heuristic [gordonr 2920]
+
+* Fri Apr 19 2002 Mark Knox
+- [4.9.5-01]
+- Removed hardcoded server name and replaced with lookup of FQDN [markk 3196]
+
+* Thu Apr 18 2002 Mark Knox
+- [4.9.4-01]
+- Pass SMTP on the command line as the env is cleared [markk 3161]
+- Pass LocalIP if ExternalIP doesn't exist [markk 3161]
+
+* Thu Apr 18 2002 Mark Knox
+- [4.9.3-01]
+- Extract ExternalIP in /etc/startmail and export as ENV{SMTP} to
+ /etc/fetchmail to avoid calling privileged commands as user qmailr
+ [markk 3161]
+
+* Mon Apr 15 2002 Gordon Rowell
+- [4.9.2-01]
+- Language en->en-us
+
+* Mon Apr 8 2002 Michael Schwern
+- [4.9.1-01]
+- Added i18n'd versions of emailretrieval and otheremail panels [skud 3032]
+
+* Fri Mar 15 2002 Charlie Brady
+- [4.9.0-01]
+- rollRPM: Rolled version number to 4.9.0-01. Includes patches up to 4.8.0-07.
+- Removed empty directories from tarball and add code to make them in prep
+ section, prior to CVS import.
+
+* Thu Feb 14 2002 Charlie Brady
+- [4.8.0-07]
+- Remove the current qmail rcpthosts template and replace it with a
+ template directory containing zero length template-begin and template-end
+ files. The current template containing "not used" comments is moved
+ into the e-smith-obtuse-smtpd RPM.
+
+* Mon Jan 28 2002 Charlie Brady
+- [4.8.0-06]
+- Re-instate 4.8.0-02 patch. See #2677.
+
+* Fri Jan 18 2002 Charlie Brady
+- [4.8.0-05]
+- Use external IP as SMTP address when using multidrop mail, so that
+ external network smtpd rules are applied to address matches. We have to
+ fall back to LocalIP in serveronly mode, unfortunately, because we have
+ no other option.
+
+* Fri Dec 21 2001 Charlie Brady
+- [4.8.0-04]
+- Temporarily back out 4.8.0-02 patch, pending further verification.
+
+* Fri Dec 21 2001 Charlie Brady
+- [4.8.0-03]
+- Fix typo "smptroutes" => "smtproutes" in email-conf.
+
+* Wed Dec 12 2001 Charlie Brady
+- [4.8.0-02]
+- Fix a few problems with email-ipup script which lead to warnings being
+ logged.
+- Trucate the changelog, which is getting very large. For earlier changelog,
+ see an earlier version of the package.
+
+* Tue Dec 11 2001 Adrian Chung
+- [4.8.0-01]
+- rollRPM: Rolled version number to 4.8.0-01. Includes patches up to 4.7.0-12.
+
+* Tue Aug 21 2001 Gordon Rowell
+- [4.6.1-01]
+- Rolled version number to 4.6.1-01. Includes patches upto 4.6.0-06.
+
+* Tue Aug 21 2001 Gordon Rowell
+- [4.6.0-02..06]
+- Final branding changes
+
+* Wed Aug 8 2001 Charlie Brady
+- [4.6.0-01]
+- Rolled version number to 4.6.0-01. Includes patches upto 4.5.0-20.
+
+%prep
+%setup
+mkdir -p root/var/lock/fetchmail
+mkdir -p root//etc/e-smith/skel/user/Maildir/.junkmail/{tmp,new,cur}
+
+%build
+perl createlinks
+
+mkdir -p root/etc/e-smith/templates/etc/fetchmail
+ln -s /etc/e-smith/templates-default/template-begin-shell \
+ root/etc/e-smith/templates/etc/fetchmail/template-begin
+
+mkdir -p root/etc/e-smith/templates/etc/startmail
+ln -s /etc/e-smith/templates-default/template-begin-shell \
+ root/etc/e-smith/templates/etc/startmail/template-begin
+
+mkdir -p root/service
+
+# smtp-auth-proxy supervision
+mkdir -p root/var/service/smtp-auth-proxy
+ln -s ../var/service/smtp-auth-proxy root/service/smtp-auth-proxy
+mkdir -p root/var/service/smtp-auth-proxy/supervise
+mkdir -p root/var/service/smtp-auth-proxy/log/supervise
+mkdir -p root/var/log/smtp-auth-proxy
+
+rm -rf root/etc/e-smith/templates/var
+
+%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/service/smtp-auth-proxy' 'attr(1755,root,root)' \
+ --file '/var/service/smtp-auth-proxy/down' 'attr(0644,root,root)' \
+ --file '/var/service/smtp-auth-proxy/run' 'attr(0755,root,root)' \
+ --dir '/var/service/smtp-auth-proxy/supervise' 'attr(0700,root,root)' \
+ --dir '/var/service/smtp-auth-proxy/log' 'attr(0755,root,root)' \
+ --file '/var/service/smtp-auth-proxy/log/run' 'attr(0755,root,root)' \
+ --file '/var/service/smtp-auth-proxy/log/supervise' 'attr(0700,root,root)' \
+ --dir '/var/log/smtp-auth-proxy' 'attr(2750,smelog,nofiles)' \
+ --file '/usr/local/sbin/smtp-auth-proxy.pl' 'attr(0755,root,root)' \
+ > %{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)
diff --git a/contriborbase b/contriborbase
new file mode 100644
index 0000000..ef36a67
--- /dev/null
+++ b/contriborbase
@@ -0,0 +1 @@
+sme10
diff --git a/createlinks b/createlinks
new file mode 100644
index 0000000..66f1e10
--- /dev/null
+++ b/createlinks
@@ -0,0 +1,138 @@
+#!/usr/bin/perl -w
+
+use esmith::Build::CreateLinks qw(:all);
+use File::Basename;
+use File::Path;
+
+# email-conf - console-save, bootstrap-console-save, domain-create, domain-delete,
+# ip-change, email-update, host-create, host-delete, host-modify, post-upgrade
+
+
+foreach (qw(
+ /etc/fetchmail
+ /etc/startmail
+ ))
+{
+ templates2events($_, qw(
+ console-save
+ bootstrap-console-save
+ domain-create
+ domain-delete
+ ip-change
+ email-update
+ host-create
+ host-delete
+ host-modify
+ post-upgrade
+ ));
+}
+
+event_link('fetchmail-migrate-fetchids', "bootstrap-console-save", '91');
+# pine-conf
+
+for ( qw(/etc/pine.conf /etc/Muttrc) )
+{
+ templates2events($_, qw(console-save bootstrap-console-save email-update));
+}
+
+#--------------------------------------------------
+# functions for manager panel
+#--------------------------------------------------
+my $panel = "manager";
+
+panel_link("emailsettings", $panel);
+panel_link("pseudonyms", $panel);
+
+#--------------------------------------------------
+# actions for console-save event:
+# write config files and create startup link
+#--------------------------------------------------
+$event = "console-save";
+
+safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/smtp-auth-proxy");
+event_link('fetchmail-migrate-fetchids', $event, '91');
+
+#--------------------------------------------------
+# actions for domain-create event:
+# rewrite config files and restart server
+#--------------------------------------------------
+$event = "domain-create";
+
+#--------------------------------------------------
+# actions for domain-delete event:
+# rewrite config files and restart server
+#--------------------------------------------------
+$event = "domain-delete";
+
+#--------------------------------------------------
+# actions for email-update event:
+# email parameters have been changed in the e-smith
+# manager; update system security, rewrite email config
+# files, configure other system files (crontab is the
+# important one), and restart server
+#--------------------------------------------------
+$event = "email-update";
+
+safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/smtp-auth-proxy");
+event_link('fetchmail-migrate-fetchids', $event, '91');
+
+#--------------------------------------------------
+# actions for group-create event:
+#--------------------------------------------------
+$event = "group-create";
+
+#--------------------------------------------------
+# actions for group-delete event:
+#--------------------------------------------------
+$event = "group-delete";
+
+#--------------------------------------------------
+# actions for group-modify event:
+#--------------------------------------------------
+$event = "group-modify";
+
+#--------------------------------------------------
+# actions for user-create event:
+#--------------------------------------------------
+$event = "user-create";
+
+#--------------------------------------------------
+# actions for user-modify event
+#--------------------------------------------------
+$event = "user-modify";
+
+#--------------------------------------------------
+# actions for user-delete event
+#--------------------------------------------------
+$event = "user-delete";
+
+#--------------------------------------------------
+# actions for ip-up event:
+#--------------------------------------------------
+$event = "ip-up";
+
+event_link("email-ipup", $event, "20");
+
+#--------------------------------------------------
+# actions for ip-up event:
+#--------------------------------------------------
+$event = "ip-change";
+
+#--------------------------------------------------
+# actions for e-smith-email-update event:
+#--------------------------------------------------
+$event = "e-smith-email-update";
+# systemd-specific action mandatory for this package-update event
+event_link("systemd-reload", $event, "89");
+event_link("systemd-default", $event, "88");
+event_link('fetchmail-migrate-fetchids', $event, '91');
+safe_symlink("try-restart", "root/etc/e-smith/events/$event/services2adjust/smtp-auth-proxy");
+
+#--------------------------------------------------
+# actions for pseudonym-{create,delete,modify}
+#--------------------------------------------------
+foreach $event ( qw(pseudonym-create pseudonym-modify pseudonym-delete) )
+{
+}
+
+
diff --git a/e-smith-email.spec b/e-smith-email.spec
new file mode 100644
index 0000000..51cfcf6
--- /dev/null
+++ b/e-smith-email.spec
@@ -0,0 +1,1523 @@
+# $Id: e-smith-email.spec,v 1.20 2022/08/01 18:04:52 jpp Exp $
+
+Summary: e-smith server and gateway - email module
+%define name e-smith-email
+Name: %{name}
+%define version 5.6.0
+%define release 20
+Version: %{version}
+Release: %{release}%{?dist}
+License: GPL
+Group: Networking/Daemons
+Source: %{name}-%{version}.tar.xz
+
+BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
+Requires: e-smith-base >= 4.15.0-39
+Requires: e-smith-tinydns >= 1.0.0-5
+Requires: e-smith-smtpd
+Requires: e-smith-mta
+Requires: e-smith-pop3
+Requires: e-smith-imap
+Requires: e-smith-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: e-smith-formmagick >= 1.4.0-12
+Obsoletes: e-smith-smtp-authentication
+Obsoletes: e-smith-securemail
+Conflicts: smeserver-fetchmail < 1.6-24
+BuildRequires: e-smith-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
+e-smith server and gateway software - email module.
+
+%changelog
+* 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