fix nullmailer config
This commit is contained in:
parent
98faa5ea81
commit
19ffb0abf5
1 changed files with 1 additions and 1 deletions
|
|
@ -8,5 +8,5 @@
|
||||||
content: "{{ mail.root }}"
|
content: "{{ mail.root }}"
|
||||||
with_items:
|
with_items:
|
||||||
- {"dest": "/etc/nullmailer/adminaddr", content: "{{ mail.root }}"}
|
- {"dest": "/etc/nullmailer/adminaddr", content: "{{ mail.root }}"}
|
||||||
- {"dest": "/etc/nullmailer/remotes", content: "{{ mail.root }}"}
|
- {"dest": "/etc/nullmailer/remotes", content: "{{ mail.server }}"}
|
||||||
- {"dest": "/etc/nullmailer/defaultdomain", content: "{{ mail.domain }}"}
|
- {"dest": "/etc/nullmailer/defaultdomain", content: "{{ mail.domain }}"}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue