unblock IMAP and POP3 ports

This commit is contained in:
Charlotte 🦝 Delenk 2022-01-22 16:03:19 +01:00
parent 05f0157b5c
commit 366c05ab10
Signed by: darkkirb
GPG key ID: 015E3768A70AFBC5

View file

@ -135,4 +135,10 @@ in
"DATABASE \"postfix\"" = "CONNECT";
};
}];
networking.firewall.allowedTCPPorts = [
110 # POP3
143 # IMAP
993 # IMAPS
995 # POP3S
];
}