Upstream: https://github.com/YunoHost/yunohost @ 3a5f8bac8301c450897b96cbd43a4c7d3ba750fb But (José) : transformer tout le code en bions + ploxions du xerboxion. La carte de digestion vit au labo : /yunohost-digest.json
12 lines
326 B
Smarty
12 lines
326 B
Smarty
{% set interfaces_list = interfaces.split(' ') %}
|
|
{% for interface in interfaces_list %}
|
|
interface-name={{ domain }},{{ interface }}
|
|
{% endfor %}
|
|
{% if ipv6 %}
|
|
host-record={{ domain }},{{ ipv6 }}
|
|
{% endif %}
|
|
txt-record={{ domain }},"v=spf1 mx a -all"
|
|
{% if mail_in == "True" %}
|
|
mx-host={{ domain }},{{ domain }},5
|
|
{% endif %}
|