Subject: Re: disabling IPv6 in Bind9
To: None <netbsd-users@NetBSD.org>
From: Hanspeter Roth <hampi@rootshell.be>
List: netbsd-users
Date: 12/09/2004 17:31:34
  On Dec 08 at 23:43, Frederick Bruckman spoke:

> In article <20041208145840.GA6222@gicco.homeip.net>,
> 	hampi@rootshell.be (Hanspeter Roth) writes:
> > 
> > Also I forgot to mention IPv6 requests occur when submitting a
> > message to Sendmail.
> > But sendmail.mc has 
> > DAEMON_OPTIONS(`Name=IPv4, Family=inet, address=127.0.0.1')
> > Is there something else to consider with Sendmail?
> 
> "DAEMON_OPTIONS" is for the listener. You set the source address for
> outgoing connections with "CLIENT_OPTIONS". (It better be one of your
> own interfaces.)

I have now added

CLIENT_OPTIONS(`Name=MTA, Family=inet')
CLIENT_OPTIONS(`Name=MSA, Family=inet')

But the behavior is still the same.

-Hanspeter