Initial commit

This commit is contained in:
2025-06-08 13:52:10 +06:00
committed by GitHub
commit ac7eb3c323
13 changed files with 389 additions and 0 deletions

6
.well-known/index.html Normal file
View 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
View 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).