1
0
forked from clan/clan-core

deltachat: allow other ports to access smtp port

This commit is contained in:
Jörg Thalheim 2023-11-03 15:45:29 +01:00
parent 754d3bb125
commit 86afcbe14b

View File

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