services/mail: use dynamically increasing fail2ban bantime for postfix

This commit is contained in:
Max Headroom 2022-05-16 19:11:53 +02:00
parent fdda7a03fd
commit 5f13c5eb49

View file

@ -93,5 +93,6 @@ in
services.fail2ban.jails.postfix = ''
enabled = true
mode = aggressive
bantime.increment = true
'';
}