>Number: 146910
>Category: conf
>Synopsis: WITHOUT_INET6=Yes installs broken sendmail.cf file
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Mon May 24 07:00:08 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: James Risner
>Release: FreeBSD 8.0-RELEASE-p2 amd64
>Organization:
Openworld, Inc
>Environment:
System: FreeBSD aladdin.stdio.com 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #3: Wed
Mar 31 11:49:24 CEST 2010 [email protected]:/usr/obj/usr/src/sys/GENERIC amd64
8.0-releas to 8.0-stable
>Description:
If you install a system with WITHOUT_INET6=Yes, the installed
sendmail.cf files still
contain:
O DaemonPortOptions=Name=IPv6, Family=inet6, Modifiers=O
This line needs to be commented out to properly function.
>How-To-Repeat:
(echo "WITHOUT_INET6=Yes" >> /etc/make.conf; cd /usr/src; make
buildworld installworld; mergemaster; newalias)
>Fix:
Comment out the DaemonPort for IPV6 in all installed sendmail cf files
depending on state of WITHOUT_INET6.
This line in the m4 file says it is optional:
DAEMON_OPTIONS(`Name=IPv6, Family=inet6, Modifiers=O')
But there appears to be included regardless of the state of the
WITH_INET6/WITHOUT_INET6 state.
>Release-Note:
>Audit-Trail:
>Unformatted:
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"