ansible-role-common/templates/msmtprc.j2

15 lines
243 B
Plaintext
Raw Normal View History

2023-02-15 00:55:08 +00:00
defaults
account here
{% if rewrite_domain is defined %}
from root@{{ rewrite_domain }}
set_from_header on
{% else %}
from root@{{ ansible_hostname }}.{{ ansible_domain }}
{% endif %}
host {{ mailhub }}
port 25
tls on
account default : here