Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: gnusrc
Module Name: gnusrc
Committed By: itojun
Date: Wed May 3 11:07:59 UTC 2000
Modified Files:
gnusrc/gnu/dist/sendmail/sendmail: conf.c
gnusrc/gnu/usr.sbin/sendmail: Makefile.inc
Log Message:
correct a post 8.10.1 bug - stock 8.10.1 starts with listening IPv6 socket
by default, and crushes old configuration files when sendmail gets IPv6
connection. by default listen to IPv4 socket only for backward compatibility.
turn on IPv6 support.
IPv6 socket can be enabled by the following sendmail.cf directive:
O DaemonPortOptions=Family=inet,address=0.0.0.1
O DaemonPortOptions=Family=inet6,address=::
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 gnusrc/gnu/dist/sendmail/sendmail/conf.c
cvs rdiff -r1.2 -r1.3 gnusrc/gnu/usr.sbin/sendmail/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index