From 8c076ecd2f38ccc702357b0170ff64a3689283a3 Mon Sep 17 00:00:00 2001 From: kat witch Date: Thu, 25 Feb 2021 06:59:16 +0000 Subject: [PATCH] Removed the sendmail from asterisk. fail2ban probably doesn't even have sendmail in its environment. --- config/hosts/athame/fail2ban.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/config/hosts/athame/fail2ban.nix b/config/hosts/athame/fail2ban.nix index 73aaf0aa..b7834f76 100644 --- a/config/hosts/athame/fail2ban.nix +++ b/config/hosts/athame/fail2ban.nix @@ -13,7 +13,6 @@ enabled = true filter = asterisk action = iptables-allports[name=ASTERISK, protocol=all] - sendmail[name=ASTERISK, dest=kat@kittywit.ch, sender=fail2ban@localhost] logpath = /var/log/asterisk/messages maxretry = 4 '';