| 2006-03-21 | V1.4.1.58b 494863 b | Quickfix
- The commandline tool de.bb.bejy.mail.Inject was broken.
- Modified the behaviour in mail forwarding: now the local account is used in attempts to forward mails.
|
| 2006-03-20 | V1.4.1.58a (removed) 494872 b | Quickfix
- Fixed an important bug that caused emails to loose the trailing CRLF which made those mails undeliverable! With Linux you might use <pre>echo -e
r n >>mail/xxxx/yyyyyyyyyyyyyy</pre> where xxxx/yyyyyyyyyyyy is the mail file, to append the missing CRLF. Those mails are delivered after this fix.
|
| 2006-03-17 | V1.4.1.58 (removed) 494853 b | After a longer period without public updates it is time for the next version. The changes of the version number from 1.3 to 1.4 reflects that the database model has been modified. The main focus of this release is the new admin console, but not only:
- reworked the admin console for better usability
- the configuration nodes moved to a navigation frame (tree)
- added a mail config wizard which guides through mail setup and also support the migration from bejy V1.3.x.y to V1.4.1.58
- the status of active servers is now visible
- all scheduled tasks (e.g. mail garbage collector) are visible
- recovery of lost emails or import from unix mailboxes is now possible
- you can shutdown bejy via web browser (but reasonable not start again then)
added few features to the email services
- mailboxes support now a quota (total size) setting
- sent mails which are moved to the SENT folder are marked as read
version V1.4.1.58 also contains bug fixes
- unclosed streams are now always properly closed
- also DatagramSockets (used in DNS lookups) are always closed
- removed some useless debug output (e.g. NPEs on cancelled SSL connects)
|
| 2004-12-16 | V1.3.1.56b 390758 b | New features were added to the mail capabilities:
- support of multiple mail send threads, to speed up outgoing mail
- configuration to add an external virus scanner for incoming mails, to reject such mails before DATA completes.
- database connections are shared using a connection pool, to reduce the resource utilizazion with many IMAP users.
There are also some bug fixes:
- added log file messages for WAR unpacking and reading SSL configurations
- fixed the class loading issue, so J2SDK1.4.2_05 and newer works again.
- enhanced jsp:include to handle local redirects (302)
- fixed alls issued to conform with jakarta watchdog
|