postfix: group forwarded ports by host

This commit is contained in:
Colin 2023-03-14 11:35:56 +00:00
parent 71d6fe44a1
commit 4b41aa3718

View File

@ -30,11 +30,14 @@ in
]; ];
networking.firewall.allowedTCPPorts = [ networking.firewall.allowedTCPPorts = [
25 # SMTP # exposed over non-vpn imap.uninsane.org
143 # IMAP 143 # IMAP
993 # IMAPS
# exposed over vpn mx.uninsane.org
25 # SMTP
465 # SMTPS 465 # SMTPS
587 # SMTPS/submission 587 # SMTPS/submission
993 # IMAPS
]; ];
# exists only to manage certs for dovecot # exists only to manage certs for dovecot