Displaying 1 result from an estimated 1 matches for "7f8wjc8haqaeu".
2019 May 26
0
Dovecot multiple passdb and fail2ban
...user=user02
Which caused fail2ban to ban that ip
/etc/fail2ban/jail.local
[dovecot]
enabled = true
port = imap,imaps
If I set "auth_verbose = yes", then I can see messages in (when
logging in locally) in /var/log/maillog
dovecot: auth: passwd-file(user02,192.168.1.20,<Na/7f8WJC8HAqAEU>):
Password mismatch
which is probably not a big deal... but seems inefficient?
Question: is there a more elegant way to use different passdb depending on ip?
Thanks in advance.