Subject: Re: disabling IPv6 in Bind9
To: None <netbsd-users@NetBSD.org>
From: Frederick Bruckman <fredb@immanent.net>
List: netbsd-users
Date: 12/08/2004 23:43:44
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.)


Frederick