We have two connections at our main NOC, a 2Mb/s SDSL and a 1Mb/s Cable connection we use as a backup. Our SDSL provider has decided that they are going to block all outbound port 25 traffic not destined for their SMTP server in an effort to “protect” people from viruses with built-in SMTP engines.
My short term solution has been to cut everybody over to the backup connection, but this is not a desirable full-time option. So what I want to do is direct all SMTP & POP3 traffic (ports 25 & 110) out the Cable gateway while everything else goes out on the SDSL.
FYI, I typically use WinBox for most routine configuration changes and monitoring, but CL is just as good.
You should take a look into the policy routing features of RouterOS. You could mark SMTP/POP3 connections and then route them over the Cable connection.
As you have not given more details, there might be some configuration involved regarding NAT or something else, but this should be the direction to go…