Upgrade/iRedMail/0.7.1-0.7.2
From iRedMail
Revision as of 13:23, 10 June 2011 by ZhangHuangbin (Talk | contribs)
Contents |
- Please report bugs in our forum: http://www.iredmail.org/forum/
General Update, all backends should apply these changes
Update Fail2ban filter
Note: This step is applicable to Linux. We don't have Fail2ban running on FreeBSD.
- Edit /etc/fail2ban/filter.d/postfix.iredmail.conf, change line "failregex":
| File: /etc/fail2ban/filter.d/postfix.iredmail.conf |
# Original line: #failregex = \[<HOST>\]: SASL PLAIN authentication failed # Modified failregex = \[<HOST>\]: SASL (PLAIN|LOGIN) authentication failed |
Update iRedAdmin
iRedAdmin-0.1.5 (open source edition) fixes some security issue, it's recommended to update it as soon as possible.
[TODO]
OpenLDAP backend special
No upgrade required.
MySQL backend special
Add alias domain support in postfix
Update MySQL query in postfix setting "virtual_mailbox_domains" to query alias domains.
| File: /etc/postfix/mysql/virtual_mailbox_domains.cf |
# Original line: #query = SELECT domain FROM domain WHERE domain='%s' AND backupmx=0 AND active=1 # Modified: query = SELECT domain FROM domain WHERE domain='%s' AND backupmx=0 AND active=1 UNION SELECT alias_domain.alias_domain FROM alias_domain,domain WHERE alias_domain.alias_domain='%s' AND alias_domain.active=1 AND alias_domain.target_domain=domain.domain AND domain.active=1 AND domain.backupmx=0 |
Upgrade iRedAPD to 1.3.6
iRedAPD-1.3.6 fixes incorrect MySQL connection handle, it's recommended to update it as soon as possible.
[TODO]
