From 86afcbe14ba085929c006738adbee5fb9d7a7782 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 3 Nov 2023 15:45:29 +0100 Subject: [PATCH] deltachat: allow other ports to access smtp port --- clanModules/deltachat.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/clanModules/deltachat.nix b/clanModules/deltachat.nix index 66f3b0499..1f703db15 100644 --- a/clanModules/deltachat.nix +++ b/clanModules/deltachat.nix @@ -1,4 +1,5 @@ { config, pkgs, ... }: { + networking.firewall.interfaces."zt+".allowedTCPPorts = [ 25 ]; # smtp with other hosts environment.systemPackages = [ pkgs.deltachat-desktop ]; services.maddy = {