Changeset - 3a9692d96170
[Not reviewed]
0 2 0
Branko Majic (branko) - 7 years ago 2016-12-10 11:37:56
branko@majic.rs
Noticket: Fixed myhostname setting in Postfix configuration for mail_server and mail_forwarder roles.
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
roles/mail_forwarder/templates/main.cf.j2
Show inline comments
 
@@ -31,7 +31,7 @@ smtp_tls_CAfile=/etc/ssl/certs/smtp_relay_truststore.pem
 
# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
 
# information on enabling SSL in the smtp client.
 

	
 
myhostname = ansible
 
myhostname = {{ inventory_hostname }}
 
alias_maps = hash:/etc/aliases
 
alias_database = hash:/etc/aliases
 
myorigin = /etc/mailname
roles/mail_server/templates/main.cf.j2
Show inline comments
 
@@ -20,7 +20,7 @@ readme_directory = no
 
# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
 
# information on enabling SSL in the smtp client.
 

	
 
myhostname = mail
 
myhostname = {{ inventory_hostname }}
 
alias_maps = hash:/etc/aliases
 
alias_database = hash:/etc/aliases
 
myorigin = /etc/mailname
0 comments (0 inline, 0 general)