Properly set /etc/mailname to local FQDN for nullmailer
This commit is contained in:
parent
edb7a0ed9f
commit
d56e3b037d
1 changed files with 1 additions and 0 deletions
|
|
@ -24,3 +24,4 @@
|
|||
- {dest: "/etc/nullmailer/adminaddr", mode: "0644", owner: root, group: root, content: "{{ mail.root }}"}
|
||||
- {dest: "/etc/nullmailer/remotes", mode: "0600", owner: mail, group: mail, content: "{{ mail.server }}"}
|
||||
- {dest: "/etc/nullmailer/defaultdomain", mode: "0644", owner: root, group: root, content: "{{ mail.domain }}"}
|
||||
- {dest: "/etc/mailname", mode: "0644", owner: root, group: root, content: "{{ inventory_hostname }}\n"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue