Bug 146910

Summary: WITHOUT_INET6=Yes installs broken sendmail.cf file
Product: Base System Reporter: Charlie Root <root>
Component: confAssignee: freebsd-bugs (Nobody) <bugs>
Status: Open ---    
Severity: Affects Only Me    
Priority: Normal    
Version: 8.0-RELEASE   
Hardware: Any   
OS: Any   

Description Charlie Root 2010-05-24 08:00:08 UTC
        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.

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.
How-To-Repeat:         (echo "WITHOUT_INET6=Yes" >> /etc/make.conf; cd /usr/src; make buildworld installworld; mergemaster; newalias)
Comment 1 Eitan Adler freebsd_committer freebsd_triage 2017-12-31 08:01:29 UTC
For bugs matching the following criteria:

Status: In Progress Changed: (is less than) 2014-06-01

Reset to default assignee and clear in-progress tags.

Mail being skipped