Skip to content

Commit 18e1645

Browse files
authored
Merge pull request #75 from infraspecdev/configure-mta-sts-policy
Configure MTA-STS policy
2 parents 4aff349 + 314b995 commit 18e1645

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

netlify.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[[redirects]]
2+
from = "https://mta-sts.infraspec.dev/.well-known/mta-sts.txt"
3+
to = "https://infraspec.dev/.well-known/mta-sts.txt"
4+
status = 200
5+
6+
[[redirects]]
7+
from = "https://mta-sts.infraspec.dev/*"
8+
to = "https://mta-sts.infraspec.dev/.well-known/mta-sts.txt"
9+
status = 302
10+
force = true

static/.well-known/mta-sts.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: STSv1
2+
mode: testing
3+
mx: aspmx.l.google.com
4+
mx: alt3.aspmx.l.google.com
5+
mx: alt4.aspmx.l.google.com
6+
mx: alt1.aspmx.l.google.com
7+
mx: alt2.aspmx.l.google.com
8+
max_age: 604800

0 commit comments

Comments
 (0)