Upgrade/iRedMail/0.7.1-0.7.2
From iRedMail
(Difference between revisions)
(→General Update, all backends should apply these changes) |
(→Update Fail2ban filter) |
||
| Line 11: | Line 11: | ||
Note: This step is applicable to Linux. We don't have Fail2ban running on FreeBSD. | Note: This step is applicable to Linux. We don't have Fail2ban running on FreeBSD. | ||
| - | * Edit /etc/fail2ban/filter.d/postfix.iredmail.conf, change | + | * Edit /etc/fail2ban/filter.d/postfix.iredmail.conf, change line '''"failregex"''': |
{{cfg|/etc/fail2ban/filter.d/postfix.iredmail.conf|<pre> | {{cfg|/etc/fail2ban/filter.d/postfix.iredmail.conf|<pre> | ||
# Original line: | # Original line: | ||
| - | failregex = \[<HOST>\]: SASL PLAIN authentication failed | + | #failregex = \[<HOST>\]: SASL PLAIN authentication failed |
# Modified | # Modified | ||
Revision as of 05:57, 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 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 |
