Lähettäjä: Peter Bowyer Päiväys: Vastaanottaja: exim users Aihe: Re: [exim] New to the list
On 05/07/07, Peter Lauda <plauda@???> wrote: >
> So I just need a way to verify whether exim is seeing the information for
> this host or not.
>
exim -d -bh <ip.address>
This simulates an SMTP session originating from the IP address you
specify. The debug information will include the expansion of host
lists as acls are evaluated. This should give you what you need.