Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Dec 2023 11:33:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 275996] mail/sendmail: Fix MTA-STS support, to local-deliverable with MTA-STS enabled (workaround)
Message-ID:  <bug-275996-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D275996

            Bug ID: 275996
           Summary: mail/sendmail: Fix MTA-STS support, to
                    local-deliverable with MTA-STS enabled (workaround)
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: dinoex@FreeBSD.org
          Reporter: nork@ninth-nine.com
             Flags: maintainer-feedback?(dinoex@FreeBSD.org)
          Assignee: dinoex@FreeBSD.org

Created attachment 247331
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D247331&action=
=3Dedit
diff for cf/m4/proto.m4

I and hrs (hrs@FreeBSD.org) researched this issue. So hrs@ found a order bu=
g to
refer /etc/mail/acccess and a workaround.

- MTA-STS support almost work to outer MTA.
- MTA-STS enabled to local doesn't work to inner MTA. Because...
  - MTA-STS request TLS to UNIX domain socket, we think this is a bug.
  - hrs@ found a workaround to disable by TLS_Srv in /etc/mail/access.=20
  - But TLS_Srv doesn't work to MTA-STS by not activate access table.


I confirmed that I can delivery to my local domain by MTA-STS enabled, to a=
pply
attached patch, and set `TLS_Srv:localhost NONE` in /etc/mail/access (and
generated /etc/mail/access.db).

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-275996-7788>