mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +00:00
Allow ports 143 and 993 to be used by dovecot process
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user