From 57175f6ca63ef2c20069f8e667d5c350fa6e4465 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Mon, 16 Feb 2015 11:35:29 +0100 Subject: [PATCH] [fix] Open TCP port 587 for mail submission --- data/other/firewall.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/other/firewall.yml b/data/other/firewall.yml index 882c6aa95..9a6ff66e5 100644 --- a/data/other/firewall.yml +++ b/data/other/firewall.yml @@ -1,10 +1,10 @@ uPnP: enabled: false - TCP: [22, 25, 53, 80, 443, 465, 993, 5222, 5269, 5290] + TCP: [22, 25, 53, 80, 443, 465, 587, 993, 5222, 5269, 5290] UDP: [53] ipv4: - TCP: [22, 25, 53, 80, 443, 465, 993, 5222, 5269, 5290] + TCP: [22, 25, 53, 80, 443, 465, 587, 993, 5222, 5269, 5290] UDP: [53, 5353] ipv6: - TCP: [22, 25, 53, 80, 443, 465, 993, 5222, 5269, 5290] + TCP: [22, 25, 53, 80, 443, 465, 587, 993, 5222, 5269, 5290] UDP: [53, 5353]