Georg Pfuetzenreuter
9fd56e7640
- 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>
28 lines
683 B
Plaintext
28 lines
683 B
Plaintext
postfix:
|
|
master_config:
|
|
services:
|
|
smtp:
|
|
enable: False
|
|
config:
|
|
# to-do: set via site config
|
|
relayhost: zz0.email:465
|
|
mydestination: '$myhostname, localhost'
|
|
myhostname: {{ grains['fqdn'] }}
|
|
inet_interfaces: loopback-only
|
|
# to-do: support relay via IPv6
|
|
inet_protocols: ipv4
|
|
alias_maps: lmdb:/etc/aliases
|
|
smtpd_use_tls: 'no'
|
|
smtp_use_tls: 'yes'
|
|
smtp_tls_security_level: encrypt
|
|
smtp_tls_wrappermode: 'yes'
|
|
|
|
aliases:
|
|
use_file: false
|
|
present:
|
|
admins: 'georg, pratyush'
|
|
georg: georg@lysergic.dev
|
|
pratyush: pratyush@lysergic.dev
|
|
root: 'system, \root'
|
|
system: system@lysergic.dev
|