From 4147f562f4c7bc0a5a9722c42dec5fb4bce30d8d Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 5 May 2022 19:19:15 +0200 Subject: ... --- hosts/surtr/ruleset.nft | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/surtr') diff --git a/hosts/surtr/ruleset.nft b/hosts/surtr/ruleset.nft index b9f83487..bfa27d41 100644 --- a/hosts/surtr/ruleset.nft +++ b/hosts/surtr/ruleset.nft @@ -80,7 +80,7 @@ table inet filter { counter turn-rx {} counter smtp-rx {} counter submissions-rx {} - counter imap-rx {} + counter imaps-rx {} counter managesieve-rx {} counter established-rx {} @@ -107,7 +107,7 @@ table inet filter { counter turn-tx {} counter smtp-tx {} counter submissions-tx {} - counter imap-tx {} + counter imaps-tx {} counter managesieve-tx {} counter tx {} -- cgit v1.2.3