diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-02-18 13:26:48 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-02-18 13:27:05 -0600 |
| commit | ab6d58749b71a6870f2adf8c7e40da093a25da43 (patch) | |
| tree | ad6bf2f86e9b48eea7845952293ce94ac4201d0a /env | |
| parent | 5dbcaa0fcd500a513c45b9e80dd45eaaef1f5d5c (diff) | |
dmz/mail: enable submission
Diffstat (limited to 'env')
| -rw-r--r-- | env/users/mailbox.nix | 2 |
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; }; |
