mirror of
https://github.com/Lewsion/mta-sts.git
synced 2025-12-22 01:25:47 +00:00
Update MTA-STS policy with correct MX records of Forward Email (https://forwardemail.net/) and adjust max_age
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user