Open HTTP port from mail servers for cert validation

This commit is contained in:
Timo Makinen 2021-02-12 06:28:44 +00:00
parent af061d0083
commit 01c3b23c9b

View file

@ -2,6 +2,7 @@
firewall_in: firewall_in:
- {proto: tcp, port: 22, from: [172.20.20.0/22]} - {proto: tcp, port: 22, from: [172.20.20.0/22]}
- {proto: tcp, port: 25} - {proto: tcp, port: 25}
- {proto: tcp, port: 80}
- {proto: tcp, port: 443} - {proto: tcp, port: 443}
- {proto: tcp, port: 465} - {proto: tcp, port: 465}
- {proto: tcp, port: 587} - {proto: tcp, port: 587}