mirror of
https://github.com/Lewsion/mta-sts.git
synced 2025-12-22 01:25:47 +00:00
21 lines
693 B
Plaintext
21 lines
693 B
Plaintext
# MTA-STS Policy File for lewsion.com
|
|
# For more information, see: https://tools.ietf.org/html/rfc8461
|
|
|
|
version: STSv1
|
|
# Policy version. Always 'STSv1' as per RFC 8461.
|
|
|
|
mode: testing
|
|
# Policy mode. Possible values:
|
|
# enforce - Enforce the policy (recommended for production)
|
|
# testing - Report violations but do not enforce (use for testing)
|
|
# none - Disable MTA-STS
|
|
|
|
mx: mail.lewsion.com
|
|
# 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
|
|
# Policy lifetime in seconds (e.g., 1209600 = 14 days).
|
|
# Increase for production, decrease for testing. |