Re: [exim] Re: query-style lookup for text files

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Marc Sherman
Datum:  
To: exim-users
CC: Marc Haber
Betreff: Re: [exim] Re: query-style lookup for text files
Tony Finch wrote:
> I think a better solution to this problem would be to change Exim so
> that you can explicitly select the client authenticator in the SMTP
> transport.


IIRC, the exim config doesn't use address_data for anything currently,
and has a special router for all smarthost uses. You could set
address_data to the smarthost hostname in the smarthost router, and then
look up $address_data instead of $host in the authenticator.

- Marc