Re: [exim] Why would my backup mail host keep sending queued…

Top Page
Delete this message
Reply to this message
Author: Phil Pennock
Date:  
To: mark david mcCreary
CC: exim-users
Subject: Re: [exim] Why would my backup mail host keep sending queued email to itself ?
On 2011-12-16 at 10:27 -0600, mark david mcCreary wrote:
> I could use some hints on where to look in my configuration to solve the
> following problem.


Which IPs are local to this box?

What does /sbin/ifconfig -a say?

Next, if you run:
exim -d+interface -be '${if match_ip{192.0.2.1}{@[]}}'
then you'll see interface expansion debugging for the @[] list item,
which is the list of all local interfaces as far as Exim can tell, using
the normal system ioctls. In my case, I see "Configured local
interface:" lines and "Actual local interface address is" lines.

Does that help?

-Phil