summaryrefslogtreecommitdiff
path: root/env/users/mailbox.nix
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2023-02-18 13:26:48 -0600
committerAlejandro Soto <alejandro@34project.org>2023-02-18 13:27:05 -0600
commitab6d58749b71a6870f2adf8c7e40da093a25da43 (patch)
treead6bf2f86e9b48eea7845952293ce94ac4201d0a /env/users/mailbox.nix
parent5dbcaa0fcd500a513c45b9e80dd45eaaef1f5d5c (diff)
dmz/mail: enable submission
Diffstat (limited to 'env/users/mailbox.nix')
-rw-r--r--env/users/mailbox.nix2
1 files changed, 1 insertions, 1 deletions
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;
};