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

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Marc Sherman
Dátum:  
Címzett: exim-users
CC: Marc Haber
Tárgy: 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