SF.net SVN: postfixadmin:[474] trunk/CHANGELOG.TXT
Brought to you by:
christian_boltz,
gingerdog
From: <chr...@us...> - 2008-11-11 20:48:46
|
Revision: 474 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=474&view=rev Author: christian_boltz Date: 2008-11-11 20:48:42 +0000 (Tue, 11 Nov 2008) Log Message: ----------- CHANGELOG.TXT - doing the paperwork: updated changelog with all commits up to svn r473 (aka "current trunk" - this commit will become r474) Modified Paths: -------------- trunk/CHANGELOG.TXT Modified: trunk/CHANGELOG.TXT =================================================================== --- trunk/CHANGELOG.TXT 2008-11-06 22:08:35 UTC (rev 473) +++ trunk/CHANGELOG.TXT 2008-11-11 20:48:42 UTC (rev 474) @@ -15,10 +15,33 @@ -------------------- - added support for domain aliases (from lenix) (can be disabled with $CONF['alias_domain']) - - add clear error message for non-resolvable domains when creating mailboxes or aliases + Important: If you update from a previous version, you'll have to adapt your postfix + configuration (see DOCUMENTS/POSTFIX_CONF.txt) - or just disable alias domain support, + your postfix configuration will continue to work + - updated postfix example configuration for domain aliases and to use the new mysql map format + - vacation.pl: + - add option for re-notification after definable timeout (patch from Luxten) + (default stays on "notify once") + - force usage of envelope from/to, better checks for mailinglists, spam etc. + If in doubt, do not send a vacation reply (patch from Lutxen) + - added a small test suite + - use Log4Perl + - allow to enter the configuration in /etc/mail/postfixadmin/vacation.conf + instead of editing vacation.pl directly + - bump version number of vacation.pl + - added clear error message for non-resolvable domains when creating mailboxes or aliases - check for non-resolvable domains on domain creation - - enable re-notification after definable timeout in vacation (patch from Luxten) - - updated postfix example configuration for domain aliases and to use the new mysql map format + - new option $CONF['create_mailbox_subdirs_prefix'] for compatibility with more IMAP servers + - fix "illegal mix of collations" problem in MySQL by explicitely setting the charset everywhere + - fix: cleanup vacation_notification table when disabling vacation + - fix: config and fetchmail tables now honor $CONF['database_tables'] + - fix: "unlimited" and "disabled" for quota and limits were crossed at several places + - fix: honor $CONF['default_transport'] even if $CONF['transport'] = "no" (patch by fabiobon) + - show links to create mailboxes or alias even on disabled domains + - added support for fetchmail's "ssl" option + - force username to be lowercase - this helps some IMAP clients apprently + - dropped $CONF['show_custom_count']. PHP can count ;-) + - dropped obsolete VIRTUAL_VACATION/mail-filter script - translation updates - several small bugfixes - SVN revision ******************************* This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |