moved system aliases into ldap

This commit is contained in:
Christian Carstensen 2020-07-28 21:15:21 +02:00
parent e5e54eb774
commit dd0bf2be1f
No known key found for this signature in database
GPG key ID: A0D69679C5C2B0B1

View file

@ -45,8 +45,7 @@ myorigin = $mydomain
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 {{ postfix.mynetworks|join(' ') }} mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 {{ postfix.mynetworks|join(' ') }}
mydestination = {{ inventory_hostname_short }} {{ inventory_hostname }} localhost {{ postfix.mydestination|join(' ') }} mydestination = {{ inventory_hostname_short }} {{ inventory_hostname }} localhost {{ postfix.mydestination|join(' ') }}
alias_maps = hash:/etc/aliases alias_maps = {{ postfix.virtual_alias_maps }}
alias_database = hash:/etc/aliases
relayhost = {{ postfix.relayhost }} relayhost = {{ postfix.relayhost }}
relay_domains = {{ postfix.relay_domains|join(', ') }} relay_domains = {{ postfix.relay_domains|join(', ') }}