feat: fix mta-sts mode default name

This commit is contained in:
s3lph 2023-07-16 17:23:56 +02:00
parent 36401b5883
commit 9e9bbbb61f
2 changed files with 2 additions and 2 deletions
roles/mtasts
defaults
templates

View file

@ -4,7 +4,7 @@ mtasts_policyfile_name: /var/www/html/.well-known/mta-sts.txt
mtasts_policyfile_owner: www-data
mtasts_policyfile_group: www-data
mode: testing
mtasts_mode: testing
mtasts_mxs:
- "{{ ansible_facts.fqdn }}"
mtasts_maxage: 604800

View file

@ -3,4 +3,4 @@ mode: {{ mtasts_mode }}
{% for mx in mtasts_mxs -%}
mx: {{ mx }}
{% endfor -%}
max_age: {{ mtasts_maxage }}
max_age: {{ mtasts_maxage }}