Problem with mail.
I need to redirect ports of mail from a server on internal ports of a post server. Port 25 and 995, I use SSL certificates,
7 chain=dstnat dst-address=82.82.82.58 protocol=tcp dst-port=995
action=dst-nat to-addresses=192.168.1.1 to-ports=995
8 chain=dstnat dst-address=82.82.82.58 protocol=tcp dst-port=25
action=dst-nat to-addresses=192.168.1.1 to-ports=25
Whether probably it to make?
Whether will work SSL at use NAT?