[Bug 246259] mail/sendmail add -D_FFR_TLS_SE_OPTS to files/site.config.m4.tls for FEATURE(`tls_session_features')

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed May 6 15:35:57 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246259

            Bug ID: 246259
           Summary: mail/sendmail add -D_FFR_TLS_SE_OPTS to
                    files/site.config.m4.tls for
                    FEATURE(`tls_session_features')
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: dinoex at FreeBSD.org
          Reporter: ruben at verweg.com
             Flags: maintainer-feedback?(dinoex at FreeBSD.org)
          Assignee: dinoex at FreeBSD.org

In the rapidly evolving Let's Encrypt the world it would be great to use 

FEATURE(`tls_session_features')

in Sendmail, so we have a higher granularity setting ssl options and ciphers
for older clients/servers using FEATURE(`access_db') while keeping base
settings strict

For that, files/site.config.m4.tls needs the following line

APPENDDEF(`conf_sendmail_ENVDEF', `-DSTARTTLS -D_FFR_TLS_EC')

To be changed into

APPENDDEF(`conf_sendmail_ENVDEF', `-DSTARTTLS -D_FFR_TLS_EC
-D_FFR_TLS_SE_OPTS')

On a fbsd 12.1 system it will result in this functionality being available

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list