changed hostname for postfix
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
- {key: "maillog_file", value: "/var/log/postfix.log"}
|
||||
- {key: "message_size_limit", value: "0"}
|
||||
- {key: "milter_default_action", value: "accept"}
|
||||
- {key: "mydestination", value: "'localhost, kashyyyk, coruscant'"}
|
||||
- {key: "mydestination", value: "'localhost, kashyyyk, coruscant, $myhostname'"}
|
||||
- {key: "myhostname", value: "{{ hostname | default(ansible_hostname) }}"}
|
||||
- {key: "mynetworks", value: "'{{ mynetworks }}'"}
|
||||
- {key: "mynetworks_style", value: "subnet"}
|
||||
|
||||
Reference in New Issue
Block a user