Allow local system mail in Postfix

- correct mydestination to allow lysergic.dev to be sent through the
  relay
- correct relayhost to use SMTPS port

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
Georg Pfuetzenreuter 2023-01-25 21:29:16 +01:00
parent 7305d70822
commit 9fd56e7640
Signed by: Georg
GPG Key ID: 1ED2F138E7E6FF57

View File

@ -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