Fix a typo.

This commit is contained in:
Andrea Dell'Amico 2022-06-06 13:39:07 +02:00
parent 37ff06f4ab
commit 076dcd24e6
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
2 changed files with 3 additions and 1 deletions

View File

@ -30,7 +30,7 @@
- name: POSTSRSD configuration
block:
- name: Install the postsrsd secret. After the first start of the service
- name: Install the postsrsd secret.
template:
src: postsrsd.secret.j2
dest: '{{ postfix_srs_secret_file }}'

View File

@ -41,7 +41,9 @@ smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
myhostname = {{ ansible_fqdn }}
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = {% if domain_name is defined %}{{ domain_name }}{% else %}{{ ansible_fqdn }}{% endif %}
mydestination = {{ ansible_fqdn }}, localhost
{% if postfix_use_relay_host %}
relayhost = {{ postfix_relay_host }}:{{ postfix_relay_port }}