Enable IPv6 by default but make it optional so it doesn't affect

sites without IPv6.

Submitted by:	ume
Obtained from:	NetBSD
MFC after:	1 week
This commit is contained in:
Gregory Neil Shapiro 2003-12-24 21:15:09 +00:00
parent b3378ed911
commit aeebf7b545
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123820

View File

@ -81,9 +81,9 @@ dnl /etc/mail/local-host-names and comment out the second line.
dnl define(`confCW_FILE', `-o /etc/mail/sendmail.cw')
define(`confCW_FILE', `-o /etc/mail/local-host-names')
dnl Uncomment both of the following lines to listen on IPv6 as well as IPv4
dnl DAEMON_OPTIONS(`Name=IPv4, Family=inet')
dnl DAEMON_OPTIONS(`Name=IPv6, Family=inet6')
dnl Enable for both IPv4 and IPv6 (optional)
DAEMON_OPTIONS(`Name=IPv4, Family=inet')
DAEMON_OPTIONS(`Name=IPv6, Family=inet6, Modifiers=O')
define(`confBIND_OPTS', `WorkAroundBrokenAAAA')
define(`confNO_RCPT_ACTION', `add-to-undisclosed')