Upgrade/iRedMail/0.7.1-0.7.2

From iRedMail

(Difference between revisions)
Jump to: navigation, search
(General Update, all backends should apply these changes)
(MySQL backend special)
Line 39: Line 39:
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
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
</pre>}}
</pre>}}
 +
 +
== 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]
= ChangeLog =
= ChangeLog =

Revision as of 06:03, 8 June 2011

Contents





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

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
{{{2}}}

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]

ChangeLog

Personal tools