upstream4: add forwardPorts for mail

This commit is contained in:
Astro 2021-10-02 00:48:32 +02:00
parent 89b1b637cb
commit a5cc429946
1 changed files with 5 additions and 1 deletions

View File

@ -265,7 +265,11 @@ in
proto = "tcp";
sourcePort = 2225;
}
];
] ++ map (port: {
destination = config.site.net.serv.hosts4.mail;
proto = "tcp";
sourcePort = port;
}) [ 25 465 587 110 143 993 995 ];
}
# host priv*-gw settings