diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2014-01-14 06:47:11 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:51:34 +0200 |
commit | 8aff225c82bc8c6e099d5370a14bc289c438703a (patch) | |
tree | 5137940bb746e333c02ab0f6892692ee61fca628 /roles/MX/templates | |
parent | 0853c2afdc2ddba11692ef17bb859104d47071e0 (diff) |
typo
Diffstat (limited to 'roles/MX/templates')
-rw-r--r-- | roles/MX/templates/etc/postfix/main.cf.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/MX/templates/etc/postfix/main.cf.j2 b/roles/MX/templates/etc/postfix/main.cf.j2 index c0da5e7..570a797 100644 --- a/roles/MX/templates/etc/postfix/main.cf.j2 +++ b/roles/MX/templates/etc/postfix/main.cf.j2 @@ -46,7 +46,7 @@ recipient_delimiter = + {% if 'MTA-out' in group_names %} relayhost = [127.0.0.1]:{{ MTA_out.port }} {% else %} -relayhost = [{{ MTA_out.IPv4 }}]:{{ MTA_out.port }} +relayhost = [{{ MTA_out.host }}]:{{ MTA_out.port }} {% endif %} relay_domains = |