From 62219dceae76a8a85ed55f6ff21cd98974678a8b Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Thu, 22 Aug 2024 18:35:42 +0100 Subject: Add IMAP to firewall allowed list --- ansible/group_vars/all/nftables.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ansible') diff --git a/ansible/group_vars/all/nftables.yml b/ansible/group_vars/all/nftables.yml index 2e8f61a..df9c853 100644 --- a/ansible/group_vars/all/nftables.yml +++ b/ansible/group_vars/all/nftables.yml @@ -18,8 +18,13 @@ nftables_configuration: | set mail_accepted { type inet_service elements = { + # Mail submission smtp, - smtps + smtps, + submission, + # Mail receiving + imap, + imaps } } {% endif %} -- cgit v1.2.3