diff --git a/hosts/VEGAS/services/mail/imap.nix b/hosts/VEGAS/services/mail/imap.nix index bbd828d..a346e26 100644 --- a/hosts/VEGAS/services/mail/imap.nix +++ b/hosts/VEGAS/services/mail/imap.nix @@ -62,4 +62,7 @@ in { auth_mechanisms = plain login ''; }; + services.fail2ban.jails.dovecot = '' + enabled = true + ''; }