How To: Redirect All SMTP Requests To Specific IP Address???

Hi,

I want to redirect all SMTP traffic through our SMTP server, so the users dont have to change their outgoing mail server in outlook etc, does anyone know ow to do this easily?

thanks
joshua

Use dest-nat, like

/ip firewall dst-nat add protocol=tcp dst-port=25 to-dst-address=<your smtp server's ip address>

That should do the trick…

Hi,

Thankyou for your reply, the rule you entered is actually wrong, you need to set the action=Nat, otherwise it defaults to Accept which does work.

Its working now though, thanks for your help.

Of course - sorry. This was from memory :wink: