14 lines
243 B
Django/Jinja
14 lines
243 B
Django/Jinja
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
|