fix nullmailer config

This commit is contained in:
nd 2019-07-28 15:03:23 +02:00
parent 98faa5ea81
commit 19ffb0abf5
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9

View file

@ -8,5 +8,5 @@
content: "{{ mail.root }}"
with_items:
- {"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 }}"}