diff --git a/tasks/nullmailer.yml b/tasks/nullmailer.yml index 25988bb..c8f056c 100644 --- a/tasks/nullmailer.yml +++ b/tasks/nullmailer.yml @@ -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 }}"}