[fix] Open TCP port 587 for mail submission

This commit is contained in:
Jérôme Lebleu 2015-02-16 11:35:29 +01:00
parent 7e2405029a
commit 57175f6ca6

View file

@ -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]