Re: [Exim] Smart Host on a different port?

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Andreas J Mueller
日付:  
To: exim-users
題目: Re: [Exim] Smart Host on a different port?
Hi Kevin!

> However, exim says the port is illegal. How do I get it to smart host the
> information to the smarthost using a port other than port 25.


Exim is correct. ;-) Port is an option of the smtp transport, thus
you will need to create a separate transport for your smart host and
use that in your send_to_smart_host router.

Andy