I set up custom ports for IMAPD as follows:
Code: Select all
PORTS_imapd = "143,993,9993"
I am not even sure how is this possible?
Is it me?
EDIT 1: Postfix smtpd is still not catching any login failures.
Code: Select all
PORTS_imapd = "143,993,9993"
It is you. Just re-tested setting the value to "9993" and triggered an IMAP block which created a permanent block:Ilia wrote:Is it me?
Code: Select all
tcp|in|d=9993|s=1.22.3.4 # lfd: (imapd) Failed IMAP login from 1.22.3.4 (IN/India/Maharashtra/Bhandup/-): 3 in the last 3600 secs - Tue Feb 18 10:52:00 2014
There are no regexes for postfix at present. You'll have to create your own.EDIT 1: Postfix smtpd is still not catching any login failures.
Code: Select all
/etc/init.d/lfd restart