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

Support MTA Strict Transport Security (MTA-STS) #1388

Open
justinmayer opened this issue Jul 2, 2018 · 4 comments
Open

Support MTA Strict Transport Security (MTA-STS) #1388

justinmayer opened this issue Jul 2, 2018 · 4 comments

Comments

@justinmayer
Copy link

MTA-STS is a new IETF standard that enables sending downgrade-resistant email over SMTP by piggybacking on the browser Certificate Authority model. Implementing this standard for Mail-in-a-Box would ostensibly mitigate downgrade-to-plaintext attacks on MiaB servers.

IETF standard: https://datatracker.ietf.org/doc/draft-ietf-uta-mta-sts/
Validator: https://aykevl.nl/apps/mta-sts/

The steps for MTA-STS implementation are summarized on the above validator page.

@JoshData
Copy link
Member

👍

@sydneyli
Copy link

hey, interested in taking a stab at this, and also giving users the option to enable TLSRPT! will try to get something working this wknd.

@jookk
Copy link

jookk commented Jun 1, 2020

I see changelog entry about mta-sts and had some reading :O
Is it true, that mta-sts needs match https certificate hostname? So box.example.eu mailserver needs https certificate with box.example.eu?
In my usage scenario, It wont work, because I have only one public ip and there is another webserver with web apps...
Question is, if with mta-sts enabled will be working mail delivery / sending?
Thanks all :)

@JoshData
Copy link
Member

JoshData commented Jun 1, 2020

@jookk MTA-STS won't be activated unless HTTPS certificates are present, so you should be fine.

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

No branches or pull requests

4 participants