From 19a9a913e0a691a9795cb44c5d78da1a7843d6cb Mon Sep 17 00:00:00 2001 From: L3D Date: Mon, 25 Jan 2021 23:36:27 +0100 Subject: [PATCH] define firewall for mail --- host_vars/mail01.l3d.space/vars.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/host_vars/mail01.l3d.space/vars.yml b/host_vars/mail01.l3d.space/vars.yml index cc3776e..be5012b 100644 --- a/host_vars/mail01.l3d.space/vars.yml +++ b/host_vars/mail01.l3d.space/vars.yml @@ -49,7 +49,12 @@ firewall_allowed_tcp_ports: - "22" - "25" - "80" + - "143" - "443" + - "465" + - "587" + - "993" + - "4190" # mysql mysql_bind_address: "{{ _mysql_bind_address }}"