From ab6d58749b71a6870f2adf8c7e40da093a25da43 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sat, 18 Feb 2023 13:26:48 -0600 Subject: dmz/mail: enable submission --- env/users/mailbox.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'env/users/mailbox.nix') diff --git a/env/users/mailbox.nix b/env/users/mailbox.nix index 8b2c4b2..eaec5fc 100644 --- a/env/users/mailbox.nix +++ b/env/users/mailbox.nix @@ -234,7 +234,7 @@ in groups.${config.services.dovecot2.mailGroup}.gid = 993; }; - networking.firewall.allowedTCPPorts = [ 143 587 993 ]; + networking.firewall.allowedTCPPorts = [ 143 993 ]; local.certs.imap.enable = true; }; -- cgit v1.2.3