SMTP being routed off of wrong server

I have a server (let’s call is Apps) that is routing outbound mail directly to the internet instead of passing it to our mail server (Mail) to process. SMTP is not enabled on Apps and the listener task is disabled in the server document. What am I missing? How can I route the mail from Apps to Mail? Thanks in advance…

Subject: SMTP being routed off of wrong server

never mind…I found the answer…need to enable SMTP and put relay host in.

Subject: RE: SMTP being routed off of wrong server

Hi Jennifer,

The SMTP task is for inbound messages. The router is treating with outbound messages, so what you did is the right think, just you don’t need to enable SMTP.

Regards,

Daniel

Subject: SMTP being routed off of wrong server

in the server document (for the Apps server), under routing tasks, remove the SMTP Routing option so the server won’t do it, it’ll then send it on to the next server that can.