Re: [exim] ipv6 dnsbl errors

Top Page
Delete this message
Reply to this message
Author: Phil Pennock
Date:  
To: Randy Bush
CC: exim users
Subject: Re: [exim] ipv6 dnsbl errors
On 2008-01-17 at 11:06 +0900, Randy Bush wrote:
> > Poor Peter, he replied twice but you probably didn't see it since you
> > would have been rejecting exim-users coming in over IPv6.
>
> no. the minute i saw the bug i removed the AAAA from my zone file.


And if the Exim mail-server had tried to deliver a mail to you and
gotten the AAAA record into a local DNS cache? (I've no idea what TTL
you're using, unless it's the same multi-hour TTL on the A record for
psg.com).

> >> if this gets out, it worked!
> > It got out.
>
> let's see about this one


It got out too.

> > Is the configuration exactly as described?
>
> FreeBSD 7-BETA2 as of Jan 16 05:36
> Exim 4.68


I'm on Exim 4.69 (has the PCRE update to the PCRE library that doesn't
have potential security problems, just hopefully not in the way that
Exim uses it); I'm on FreeBSD 6.2-RELEASE-p10, as of the other day,
because of, uhm, the two libc/libutil security holes. *sigh*

> config as described


All I can suggest is that you make a copy of your Exim config, remove
the isip4 check from that copy, then invoke Exim as:

exim -C checking.conf -bh 2001:4d00:0:e:62:89:13:66

and then try to type the SMTP to send an email to yourself:

EHLO fred.example.org
MAIL FROM:<randy@???>
RCPT TO:<randy@???>
QUIT

The -bh turns on debugging mode; immediately after the RCPT line you
should see debugging output showing what's going on.

-Phil