From 19ffb0abf56a2ab8f6130ced2b620650368d4ec2 Mon Sep 17 00:00:00 2001 From: nd Date: Sun, 28 Jul 2019 15:03:23 +0200 Subject: [PATCH] fix nullmailer config --- tasks/nullmailer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}"}