diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2001-03-02 02:10:51 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2001-03-02 02:10:51 +0000 |
commit | 5c45d875191e0dcd310c1eaae57b52d31c8f92a2 (patch) | |
tree | 39cecb5e2eff8750a1dffcd9bd96418cd1335613 /etc/sendmail | |
parent | f98bf018d616081b5772282259145a2d066cf42b (diff) | |
download | FreeBSD-src-5c45d875191e0dcd310c1eaae57b52d31c8f92a2.zip FreeBSD-src-5c45d875191e0dcd310c1eaae57b52d31c8f92a2.tar.gz |
Add comments regarding enabling IPv6
Submitted by: ume
Diffstat (limited to 'etc/sendmail')
-rw-r--r-- | etc/sendmail/freebsd.mc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/sendmail/freebsd.mc b/etc/sendmail/freebsd.mc index d8339b8..9568fdc 100644 --- a/etc/sendmail/freebsd.mc +++ b/etc/sendmail/freebsd.mc @@ -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') |