Merge pull request 'deltachat: allow other ports to access smtp port' (#455) from Mic92-maddy into main

This commit is contained in:
clan-bot
2023-11-03 14:47:38 +00:00

View File

@@ -1,4 +1,5 @@
{ config, pkgs, ... }: { { config, pkgs, ... }: {
networking.firewall.interfaces."zt+".allowedTCPPorts = [ 25 ]; # smtp with other hosts
environment.systemPackages = [ pkgs.deltachat-desktop ]; environment.systemPackages = [ pkgs.deltachat-desktop ];
services.maddy = { services.maddy = {