|
|
|
@ -12,7 +12,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Only in SVN trunk
|
|
|
|
|
--------------------
|
|
|
|
|
-----------------
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Version 2.3 - 2009/01/30 - SVN r557
|
|
|
|
|
-----------------------------------
|
|
|
|
|
- vacation.pl: make it strip/discover addresses better, slightly better logging, stop it
|
|
|
|
|
requiring a messageid
|
|
|
|
|
- added ADDITIONS/delete-mailq-by-domain.pl (by Jose Nilton)
|
|
|
|
|
- added ADDITIONS/quota_usage.pl (by Jose Nilton) - produces report of quota usage
|
|
|
|
|
- some small bugfixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Version 2.3 Beta - 2009/01/15 - SVN r527
|
|
|
|
|
-----------------------------------------
|
|
|
|
@ -32,14 +42,22 @@ Version 2.3 Beta - 2009/01/15 - SVN r527
|
|
|
|
|
- allow to enter the configuration in /etc/mail/postfixadmin/vacation.conf
|
|
|
|
|
instead of editing vacation.pl directly
|
|
|
|
|
- bump version number of vacation.pl
|
|
|
|
|
- added domain-postcreation script support
|
|
|
|
|
- added dovecot quota support (documentation + viewing in postfixadmin)
|
|
|
|
|
- enhanced mailbox table to make it easier for people to customise where mailboxes live
|
|
|
|
|
(new column "local_part")
|
|
|
|
|
- enhanced fetchmail.pl script (file locking, syslog logging, configuration file etc)
|
|
|
|
|
- added clear error message for non-resolvable domains when creating mailboxes or aliases
|
|
|
|
|
- check for non-resolvable domains on domain creation
|
|
|
|
|
- new option $CONF['create_mailbox_subdirs_prefix'] for compatibility with more IMAP servers
|
|
|
|
|
- added support for mysql encrypt() password encrpytion
|
|
|
|
|
- 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: several table names were hardcoded in database creation/update
|
|
|
|
|
- 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)
|
|
|
|
|
- fix: transport field is no longer emptied on domain edit if editing transport is disabled
|
|
|
|
|
- show links to create mailboxes or alias even on disabled domains
|
|
|
|
|
- added support for fetchmail's "ssl" option
|
|
|
|
|
- superadmin can now setup fetchmail for all users, not only for himself
|
|
|
|
@ -51,10 +69,6 @@ Version 2.3 Beta - 2009/01/15 - SVN r527
|
|
|
|
|
- dropped obsolete VIRTUAL_VACATION/mail-filter script
|
|
|
|
|
- translation updates
|
|
|
|
|
- several small bugfixes
|
|
|
|
|
- Added domain-postcreation script support
|
|
|
|
|
- Added dovecot quota support (documentation + viewing in postfixadmin)
|
|
|
|
|
- Enhanced mailbox table to make it easier for people to customise where mailboxes live
|
|
|
|
|
- Enhanced fetchmail.pl script (file locking, syslog logging, configuration file etc)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Version 2.2.1.1 - 2008/07/23 - SVN r412
|
|
|
|
|