Page 1 of 1

SMTP server forwarding

Posted: Thu May 28, 2009 5:24 pm
by alubneuski
Hi Everyone,

I need to forward messages to outside SMTP that requires authorization. Now I use MAPI, so there is no place for me to enter smtp server. And I also wanted to know if there is anyway to change smtp server just for certain users with MAPI.

Thanks.

Re: SMTP server forwarding

Posted: Thu May 28, 2009 5:58 pm
by billb3
I think you want to setup a smarthost:
http://www.scalix.com/wiki/index.php?ti ... et_Traffic

Not sure about multiple smarthosts, or selective forwarding with sendmail. I know with postfix you can use the transport table for forwarding to specific recipient domains:
http://www.postfix.org/transport.5.html

Re: SMTP server forwarding

Posted: Fri May 29, 2009 1:32 am
by Valerion
sendmail uses mailertable for selective forwarding. sendmail.org has got some very useful documentation on setting that up.