Release.Notes/iRedMail/0.7.0
From iRedMail
(Difference between revisions)
(Replaced content with '---- '''TO BE CONTINUED.''' ----') |
|||
| Line 2: | Line 2: | ||
'''TO BE CONTINUED.''' | '''TO BE CONTINUED.''' | ||
---- | ---- | ||
| + | |||
| + | iRedMail-0.7.0-rc2: | ||
| + | * Check domain status in dovecot MySQL lookup and postfix | ||
| + | virtual_mailbox_maps, virtual_alias_maps, sender_login_maps, per-user | ||
| + | transport_maps, per-user sender_bcc_maps and recipient_bcc_maps (MySQL | ||
| + | backend). | ||
| + | |||
| + | iRedMail-0.7.0-rc1: | ||
| + | * Make catch-all account work as expected with MySQL backend. | ||
| + | * Create indexes for some columns in MySQL backend. | ||
| + | |||
| + | iRedMail-0.7.0-beta6: | ||
| + | * Enable iRedAPD for MySQL backend. Used for mail alias deliver | ||
| + | restrictions. Reference: | ||
| + | http://www.iredmail.org/wiki/index.php?title=Install/iRedAPD/MySQL | ||
| + | |||
| + | iRedMail-0.7.0-beta5: | ||
| + | * Reverse Amavisd LDAP query base dn. | ||
| + | * Install python-xml on OpenSuSE 11.4. | ||
| + | |||
| + | iRedMail-0.7.0-beta4: | ||
| + | * Works on OpenSuSE 11.4. | ||
| + | * Improvements: | ||
| + | + Alias domain support for catchall account in LDAP backend. | ||
| + | |||
| + | * Package update/changes: | ||
| + | + phpMyAdmin -> 3.3.9.2. | ||
| + | |||
| + | iRedMail-0.7.0-beta3: | ||
| + | * New features: | ||
| + | + Enable personal LDAP address book for OpenLDAP backend. | ||
| + | + New column for MySQL backend: domain.defaultpasswordscheme. Used | ||
| + | to store per-domain password scheme. | ||
| + | |||
| + | * Improvements: | ||
| + | + Check domain status in virtual_mailbox_maps, virtual_alias_maps | ||
| + | for MySQL backend. | ||
| + | + Don't allow user to view ldap attributes: domainAdmin, | ||
| + | domainGlobalAdmin. | ||
| + | |||
| + | * Fixed: | ||
| + | + Remove unique index (primary key) on table amavisd.msgrcpt to avoid | ||
| + | duplicate entries. | ||
| + | + Incorrect path of phpLDAPadmin on Ubuntu 10.04.x/10.10.x. | ||
| + | Thanks xulingyun@bbs for the feedback. | ||
| + | |||
| + | * Package update/changes: | ||
| + | + PostfixAdmin -> Removed. | ||
| + | + iRedAdmin -> 0.1.4. | ||
| + | + Roundcube webmail -> 0.5.1. Remove 3rd-party plugin: imap_acl. | ||
| + | |||
| + | iRedMail-0.7.0-beta2: | ||
| + | * Improvements: | ||
| + | + Auto create default IMAP folders with dovecot plugin: autocreate. | ||
| + | + Add plugin 'imap_acl' for roundcube to let users manage their | ||
| + | mailbox sharing, but disabled by default. | ||
| + | + Mailbox sharing support with dovecot 1.2. Disabled by default. | ||
| + | + Show realtime quota usage with dovecot-1.2 dict quota in | ||
| + | PostfixAdmin. | ||
| + | + Don't quarantine mails with bad header in Amavisd. | ||
| + | '$bad_header_quarantine_method=undef;' | ||
| + | + Increase dovecot "mail_process_size" to 1024MB by default. Hope to | ||
| + | avoid a dovecot "out of memory" issue when processing large mailbox. | ||
| + | Thanks James Kong. | ||
| + | + Enable whitelising sender (WHITELISTSENDER=1) in policyd by default. | ||
| + | * Fixed: | ||
| + | + Make sure apache wsgi module is loaded on RHEL/CentOS. | ||
| + | Thanks Murat Uğur Eminoğlu for the feedback. | ||
| + | + Fix incorrect file localtion of php.ini on OpenSuSE. | ||
| + | * Package Update: | ||
| + | + Roundcube webmail -> 0.5 | ||
| + | + phpMyAdmin -> 3.3.9.1 | ||
| + | |||
| + | iRedMail-0.7.0-beta1: | ||
| + | * Works on OpenSuSE 11.3. Tested on 11.3, but it should work well on | ||
| + | 11.2, 11.1 too. | ||
| + | * Improvements: | ||
| + | + Store realtime quota usage in MySQL with Dovecot-1.2. Reference: | ||
| + | http://www.iredmail.org/wiki/index.php?title=IRedMail/FAQ/Store.Realtime.Quota.In.MySQL | ||
| + | + Use repository 'backports.debian.org' on Debian 5. | ||
| + | + Bypass shadow address in postfix sender login checking. | ||
| + | + Improve postfix ldap lookup to make mail list of alias domain work. | ||
| + | Thanks for Andrea Di Dato's feedback and testing. | ||
| + | + Integrate MySQL in Amavisd: @storage_sql_dsn. | ||
| + | + Improve backup mx support with MySQL backend. Thanks tiangangnet@bbs | ||
| + | + Replaced ldap attribute: | ||
| + | - gn (old) -> givenName | ||
| + | - fax (old) -> facsimileTelephoneNumber | ||
| + | * New backup scripts: tools/backup_openldap.sh, tools/backup_mysql.sh. | ||
| + | Reference: http://www.iredmail.org/wiki/index.php?title=IRedMail/FAQ/Backup | ||
| + | * Upgrade packages: | ||
| + | + Dovecot -> 1.2.x. On RHEL/CentOS & Debian 5 (with backports). | ||
| + | + PostfixAdmin -> 2.3.2 | ||
| + | + phpMyAdmin -> 3.3.7 | ||
| + | + Roundcube webmail -> 0.4.2 | ||
| + | * Fixed: | ||
| + | + Fix incorrect file location of awstats.pl on Debian/Ubuntu. | ||
Revision as of 08:12, 24 March 2011
TO BE CONTINUED.
iRedMail-0.7.0-rc2:
* Check domain status in dovecot MySQL lookup and postfix
virtual_mailbox_maps, virtual_alias_maps, sender_login_maps, per-user
transport_maps, per-user sender_bcc_maps and recipient_bcc_maps (MySQL
backend).
iRedMail-0.7.0-rc1:
* Make catch-all account work as expected with MySQL backend. * Create indexes for some columns in MySQL backend.
iRedMail-0.7.0-beta6:
* Enable iRedAPD for MySQL backend. Used for mail alias deliver
restrictions. Reference:
http://www.iredmail.org/wiki/index.php?title=Install/iRedAPD/MySQL
iRedMail-0.7.0-beta5:
* Reverse Amavisd LDAP query base dn. * Install python-xml on OpenSuSE 11.4.
iRedMail-0.7.0-beta4:
* Works on OpenSuSE 11.4.
* Improvements:
+ Alias domain support for catchall account in LDAP backend.
* Package update/changes:
+ phpMyAdmin -> 3.3.9.2.
iRedMail-0.7.0-beta3:
* New features:
+ Enable personal LDAP address book for OpenLDAP backend.
+ New column for MySQL backend: domain.defaultpasswordscheme. Used
to store per-domain password scheme.
* Improvements:
+ Check domain status in virtual_mailbox_maps, virtual_alias_maps
for MySQL backend.
+ Don't allow user to view ldap attributes: domainAdmin,
domainGlobalAdmin.
* Fixed:
+ Remove unique index (primary key) on table amavisd.msgrcpt to avoid
duplicate entries.
+ Incorrect path of phpLDAPadmin on Ubuntu 10.04.x/10.10.x.
Thanks xulingyun@bbs for the feedback.
* Package update/changes:
+ PostfixAdmin -> Removed.
+ iRedAdmin -> 0.1.4.
+ Roundcube webmail -> 0.5.1. Remove 3rd-party plugin: imap_acl.
iRedMail-0.7.0-beta2:
* Improvements:
+ Auto create default IMAP folders with dovecot plugin: autocreate.
+ Add plugin 'imap_acl' for roundcube to let users manage their
mailbox sharing, but disabled by default.
+ Mailbox sharing support with dovecot 1.2. Disabled by default.
+ Show realtime quota usage with dovecot-1.2 dict quota in
PostfixAdmin.
+ Don't quarantine mails with bad header in Amavisd.
'$bad_header_quarantine_method=undef;'
+ Increase dovecot "mail_process_size" to 1024MB by default. Hope to
avoid a dovecot "out of memory" issue when processing large mailbox.
Thanks James Kong.
+ Enable whitelising sender (WHITELISTSENDER=1) in policyd by default.
* Fixed:
+ Make sure apache wsgi module is loaded on RHEL/CentOS.
Thanks Murat Uğur Eminoğlu for the feedback.
+ Fix incorrect file localtion of php.ini on OpenSuSE.
* Package Update:
+ Roundcube webmail -> 0.5
+ phpMyAdmin -> 3.3.9.1
iRedMail-0.7.0-beta1:
* Works on OpenSuSE 11.3. Tested on 11.3, but it should work well on
11.2, 11.1 too.
* Improvements:
+ Store realtime quota usage in MySQL with Dovecot-1.2. Reference:
http://www.iredmail.org/wiki/index.php?title=IRedMail/FAQ/Store.Realtime.Quota.In.MySQL
+ Use repository 'backports.debian.org' on Debian 5.
+ Bypass shadow address in postfix sender login checking.
+ Improve postfix ldap lookup to make mail list of alias domain work.
Thanks for Andrea Di Dato's feedback and testing.
+ Integrate MySQL in Amavisd: @storage_sql_dsn.
+ Improve backup mx support with MySQL backend. Thanks tiangangnet@bbs
+ Replaced ldap attribute:
- gn (old) -> givenName
- fax (old) -> facsimileTelephoneNumber
* New backup scripts: tools/backup_openldap.sh, tools/backup_mysql.sh.
Reference: http://www.iredmail.org/wiki/index.php?title=IRedMail/FAQ/Backup
* Upgrade packages:
+ Dovecot -> 1.2.x. On RHEL/CentOS & Debian 5 (with backports).
+ PostfixAdmin -> 2.3.2
+ phpMyAdmin -> 3.3.7
+ Roundcube webmail -> 0.4.2
* Fixed:
+ Fix incorrect file location of awstats.pl on Debian/Ubuntu.
