Page 1 of 1

sendmail forward to other port

Posted: Wed Nov 22, 2006 9:37 am
by rudi
Hi,

I want use Scalix and Papageno Fax on one server. Now the faxserver smtp listen on port 6525 and the scalix smtp on port 25.

How can I configure the scalix smtp or sendmail to forward messeges for the domain fax.domain.com to localhost on port 6525.

Thanks for help!!

Posted: Wed Nov 22, 2006 11:03 am
by chris
Try setting up a mailertable in sendmail - http://www.sendmail.org/m4/mailertables.html - for that domain.

Chris

Posted: Wed Nov 22, 2006 11:14 am
by rudi
Ok, this is simple. But the faxsmtp listen on port 6525, how can I say sendmail that it sends mails to this port?

Posted: Wed Nov 22, 2006 11:22 am
by chris
The first 3 google hits on "mailertable port" all return good answers, here one as an example:

http://www.miek.nl/linux/port26.html

that should set you up.

Chris