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

トップ ページ
このメッセージを削除
このメッセージに返信
著者: John Burnham
日付:  
To: exim-users, Pascal van Rossum
題目: 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