Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for MTA-STS (Strict Transport Security) #2070

Closed
smfreegard opened this issue Sep 1, 2017 · 1 comment
Closed

Add support for MTA-STS (Strict Transport Security) #2070

smfreegard opened this issue Sep 1, 2017 · 1 comment

Comments

@smfreegard
Copy link
Collaborator

Related to #779 (DANE support)

MTA-STS is a 'lite' version of DANE where the domain cannot or does not want to use DNSSEC.
Some large providers are already publishing records (albeit in 'report' mode):

[root@mail1-ewh Haraka]# grep check_mta_sts /var/log/maillog | grep v=STS | grep -Po 'domain=\S+'  | sort | uniq -c | sort -rn
     34 domain="gmail.com"
      4 domain="yahoo.com"
      4 domain="comcast.net"
      3 domain="mail.com"
      2 domain="web.de"
      1 domain="gmx.com"

Currently an RFC draft: https://tools.ietf.org/html/draft-ietf-uta-mta-sts-08

@msimerson
Copy link
Member

msimerson commented Jan 19, 2018

Migrated to wiki

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants