imap: disable port 143

This commit is contained in:
Rouven Seifert 2024-06-20 13:13:10 +02:00
parent 121f077fd0
commit 54a86b59ed
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

@ -16,7 +16,6 @@ let
in
{
networking.firewall.allowedTCPPorts = [
143 # IMAP
993 # IMAPS
4190 # Managesieve
];