unblock IMAP and POP3 ports
This commit is contained in:
parent
05f0157b5c
commit
366c05ab10
1 changed files with 6 additions and 0 deletions
|
@ -135,4 +135,10 @@ in
|
|||
"DATABASE \"postfix\"" = "CONNECT";
|
||||
};
|
||||
}];
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
110 # POP3
|
||||
143 # IMAP
|
||||
993 # IMAPS
|
||||
995 # POP3S
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue