Re: [Exim] Route mail to non-standard port

Top Page
Delete this message
Reply to this message
Author: John Burnham
Date:  
To: exim-users, Pascal van Rossum
Subject: Re: [Exim] Route mail to non-standard port
Pascal van Rossum wrote:
:: That's not a problem. However is it also possible to route mail to
:: mail.xyz.com on
:: a non standard port on mail.xyz.com for instance 1025? Ofcourse my
:: server still needs
:: to accept mail only on port 25.
::
::
:: I now have this:
::
::    route_list = * mail.xyz.com bydns
::
You could always have a router that uses a different transport and
then define the transport along the lines of
remote_smtp_1025:
 driver = smtp
 port = 1025
Basically have a look at chapter 29 in the spec - "The SMTP
transport".
 John