SMTP redirect

Hi all,
I would like to redirect all SMTP traffice generated by my users on a defined SMTP server. The destination NAT chain should be as follows

/ip firewall nat> chain=dstnat in-interface=Internet protocol=tcp dst-port=25 action=dst-nat to-addresses=x.y.z to-ports=0-65535

the problem is that the SMTP server I want to use is my ISP one, so it requires authentication. Is there a way that I can set up these auth paramenters in MK?

Thank you

No. All you’re doing is re-directing the client SMTP traffic, so authentication has to be done on the client.

Consider setting up an SMTP server on your network for clients to use.

Regards

Andrew