diff options
-rw-r--r-- | pillar/role/mta/postfix.sls | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pillar/role/mta/postfix.sls b/pillar/role/mta/postfix.sls index 15c3d07..51e7afc 100644 --- a/pillar/role/mta/postfix.sls +++ b/pillar/role/mta/postfix.sls @@ -5,7 +5,8 @@ postfix: enable: False config: # to-do: set via site config - relayhost: zz0.email + relayhost: zz0.email:465 + mydestination: '$myhostname, localhost' myhostname: {{ grains['fqdn'] }} inet_interfaces: loopback-only # to-do: support relay via IPv6 |