Add comments regarding enabling IPv6

Submitted by:	ume
This commit is contained in:
Gregory Neil Shapiro 2001-03-02 02:10:51 +00:00
parent 783e9b1a7a
commit e9031bfe8d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=73303

View File

@ -80,6 +80,10 @@ 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')
define(`confMAX_MIME_HEADER_LENGTH', `256/128')
define(`confNO_RCPT_ACTION', `add-to-undisclosed')
define(`confPRIVACY_FLAGS', `authwarnings,noexpn,novrfy')