Update MTA-STS policy with correct MX records of Forward Email (https://forwardemail.net/) and adjust max_age

This commit is contained in:
2025-06-09 12:56:28 +06:00
parent 0aab4924e2
commit 4a3ef8ada1

View File

@@ -10,12 +10,13 @@ mode: enforce
# testing - Report violations but do not enforce (use for testing)
# none - Disable MTA-STS
mx: mail.lewsion.com
mx: mx1.forwardemail.net
mx: mx2.forwardemail.net
# Primary mail server hostname (must match your DNS MX records).
# Add additional 'mx:' lines for each secondary mail server if needed.
# Example:
# mx: mx2.lewsion.com
max_age: 1209600
max_age: 604800
# Policy lifetime in seconds (e.g., 1209600 = 14 days).
# Increase for production, decrease for testing.