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

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Andreas J Mueller
Data:  
Para: exim-users
Assunto: 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