From 5255ff52d3af609add3f6ad8ee5b7c25b81e37fe Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 10 Feb 2019 18:41:28 +0100 Subject: ... --- ymir.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ymir.nix b/ymir.nix index 3be0e15c..0e100a2e 100644 --- a/ymir.nix +++ b/ymir.nix @@ -595,8 +595,8 @@ in rec { milter_default_action = "accept"; milter_protocol = "2"; - smtpd_milters = "local:private/dkim"; - non_smtpd_milters = "local:private/dkim"; + smtpd_milters = ["local:private/dkim"]; + non_smtpd_milters = ["local:private/dkim"]; alias_maps = ''texthash:${pkgs.writeText "aliases" '' postmaster gkleen -- cgit v1.2.3