Re: [exim] IP addresses

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Giuliano Gavazzi
Data:  
Para: dan_mitton
CC: Exim-users
Asunto: Re: [exim] IP addresses

On 5 Jun, 2008, at 18:07 , dan_mitton@??? wrote:

> Heiko,
>
> Thanks for your reply. Yes, exim -v -bv address, will get the IP
> addresses at the command line, but I was hoping to get them from
> within an
> ACL. Possible? (short of using ${run{exim -v -bv...}} ).
>
> Dan


dnsdb lookup is perhaps what you are looking for?

http://www.exim.org/exim-html-4.50/doc/html/spec_9.html#IX705

http://www.exim.org/exim-html-current/doc/html/spec_html/ch09.html#SECTdnsdb

Giuliano