Allow ports 143 and 993 to be used by dovecot process

This commit is contained in:
link2xt
2025-09-17 18:49:32 +00:00
committed by l
parent 7bf2dfd62e
commit fc65072edb

View File

@@ -679,11 +679,11 @@ def deploy_chatmail(config_path: Path, disable_mail: bool) -> None:
(["master", "smtpd"], 25),
("unbound", 53),
("acmetool", 80),
("imap-login", 143),
(["imap-login", "dovecot"], 143),
("nginx", 443),
(["master", "smtpd"], 465),
(["master", "smtpd"], 587),
("imap-login", 993),
(["imap-login", "dovecot"], 993),
("iroh-relay", 3340),
("nginx", 8443),
(["master", "smtpd"], config.postfix_reinject_port),