moved system aliases into ldap
This commit is contained in:
parent
e5e54eb774
commit
dd0bf2be1f
1 changed files with 1 additions and 2 deletions
|
|
@ -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(', ') }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue