On Fri, 2011-10-28 at 17:13 +0200, Cyborg wrote: > next question : any way to get rid of those messages, without activating > ipv6 ? :)
You have a non-local scope IPv6 address on that machine without global IPv6 reachability. Exim is looking up the MX record for exim.org, finding a hostname, and resolving the AAAA record. Ensure that Exim doesn't use IPv6 by setting "disable_ipv6 = true" in your config file. It's a global option. Graeme -- ## 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/
