mirror of
https://github.com/Lewsion/mta-sts.git
synced 2025-12-22 01:25:47 +00:00
Initial commit
This commit is contained in:
6
.well-known/index.html
Normal file
6
.well-known/index.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<meta name="robots" content="noindex">
|
||||
<title>Redirecting to mta-sts.txt</title>
|
||||
<meta http-equiv="refresh" content="0; URL=mta-sts.txt">
|
||||
<link rel="canonical" href="mta-sts.txt">
|
||||
7
.well-known/mta-sts.txt
Normal file
7
.well-known/mta-sts.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
version: STSv1
|
||||
mode: [enforce|testing|none] # 1. Decide your mode.
|
||||
mx: mx1.your_domain.tld # 2. Add your primary mailserver hostname (see MX records in your DNS)
|
||||
mx: mx2.your_domain.tld # 3. If you have secondary mailservers, add one line for each.
|
||||
# In case all servers share the same subdomain, you may also use wildcards like *.mail.protection.outlook.com
|
||||
max_age: 1209600 # 4. Depending on your mode above, 1209600 seconds = 2 weeks might be a good value.
|
||||
# 5. Remove all the comments (if that wasn't obvious to you).
|
||||
Reference in New Issue
Block a user