I set DNAT on some mailservers, and it can recieve or send any e-mails from/to internet.
but it couldn't send to internal mailservers.
server A 1.1.1.1 -> 192.168.0.1
server B 1.1.1.2 -> 192.168.0.2
I know the solution of this case is setup internal nameservers that arrows A->192.168.0.1 ...
But I try this solution below, and it works well.
1.set group mailservers {192.168.0.1,192.168.0.2}
2.set masquerade {mailservers} -> private
they can send e-mail to internet and private well.
but i don't know this solution has some risk.
what dou you think?
una
This thread was automatically locked due to age.