Subject: sendmail.cf default setting
To: None <tech-net@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@itojun.org>
List: tech-net
Date: 06/19/2000 04:48:31
	Currently, /etc/mail/sendmail*.cf is like below:
		sendmail.cf: listens to IPv4 socket only
		sendmail-IPv6.cf: listens to both IPv4 and IPv6 socket

	I'd like to swap this into below:
		sendmail.cf: listens to both IPv4 and IPv6 socket
		sendmail-IPv4only.cf: listens to IPv4 socket only
	which makes more sense with default GENERIC kernel seting.

	comments, flames, whatever?

itojun