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

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to