Upgrade/iRedMail/0.7.1-0.7.2
From iRedMail
(Difference between revisions)
(Created page with '__TOC__ ---- * Please report bugs in our forum: http://www.iredmail.org/forum/ ---- = General Update, all backends should apply these changes = = OpenLDAP backend special = …') |
(→General Update, all backends should apply these changes) |
||
| Line 7: | Line 7: | ||
= General Update, all backends should apply these changes = | = 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 below line: | ||
| + | {{cfg|/etc/fail2ban/filter.d/postfix.iredmail.conf|<pre> | ||
| + | # Original line: | ||
| + | failregex = \[<HOST>\]: SASL PLAIN authentication failed | ||
| + | |||
| + | # Modified | ||
| + | failregex = \[<HOST>\]: SASL (PLAIN|LOGIN) authentication failed | ||
| + | </pre>}} | ||
= OpenLDAP backend special = | = OpenLDAP backend special = | ||
Revision as of 05:56, 8 June 2011
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 below line:
| File: /etc/fail2ban/filter.d/postfix.iredmail.conf |
# Original line: failregex = \[<HOST>\]: SASL PLAIN authentication failed # Modified failregex = \[<HOST>\]: SASL (PLAIN|LOGIN) authentication failed |
