diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-02-10 12:17:09 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-02-10 12:17:09 -0600 |
| commit | b8a62165e4f3dd6a35ebad0dcaea0971d4323735 (patch) | |
| tree | 18f724db4df2eccd9f3983fe5c39615c6fe96202 /sys | |
| parent | 7443b4290428e003300ab6070e577c2e9ae1771b (diff) | |
env/users: enable IMAP TLS
Diffstat (limited to '')
| -rw-r--r-- | sys/nspawn.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/nspawn.nix b/sys/nspawn.nix index 2f23cff..195ba3c 100644 --- a/sys/nspawn.nix +++ b/sys/nspawn.nix @@ -123,7 +123,7 @@ in }; networking.firewall = { - allowedTCPPorts = [ 25 80 143 443 587 ]; + allowedTCPPorts = [ 25 80 443 ]; interfaces.ve-dmz = { allowedTCPPorts = [ cfg.mailHost.saslPort cfg.mailHost.lmtpPort ]; |
