upstream4: change port forwardings from mail to mailtngbert

This commit is contained in:
Astro 2022-02-24 19:58:59 +01:00
parent 6c614494b9
commit c3e9641a75
1 changed files with 7 additions and 7 deletions

View File

@ -332,43 +332,43 @@ in
sourcePort = 2225;
}
{
destination = servHosts.mail;
destination = servHosts.mailtngbert;
proto = "tcp";
reflect = true;
sourcePort = 25;
}
{
destination = servHosts.mail;
destination = servHosts.mailtngbert;
proto = "tcp";
reflect = true;
sourcePort = 465;
}
{
destination = servHosts.mail;
destination = servHosts.mailtngbert;
proto = "tcp";
reflect = true;
sourcePort = 587;
}
{
destination = servHosts.mail;
destination = servHosts.mailtngbert;
proto = "tcp";
reflect = true;
sourcePort = 110;
}
{
destination = servHosts.mail;
destination = servHosts.mailtngbert;
proto = "tcp";
reflect = true;
sourcePort = 143;
}
{
destination = servHosts.mail;
destination = servHosts.mailtngbert;
proto = "tcp";
reflect = true;
sourcePort = 993;
}
{
destination = servHosts.mail;
destination = servHosts.mailtngbert;
proto = "tcp";
reflect = true;
sourcePort = 995;