Skip to content
Snippets Groups Projects
Commit 71767e8d authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

injecting domain name from vars/names.yml rather than ansible_domain

parent 32f6b449
No related branches found
No related tags found
1 merge request!335Version pinning and enableing the upgrade role to run at all times
......@@ -31,7 +31,7 @@ myhostname = {{ ansible_fqdn }}
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = {{ ansible_fqdn }}
mydestination = {{ ansible_fqdn }}, localhost.{{ ansible_domain }}, localhost
mydestination = {{ ansible_fqdn }}, localhost.{{ domain }}, localhost
relayhost = {{ smtp_smarthost }}
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
mailbox_size_limit = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment