From 812c971305b3e54c234375eea4eb171e15ee2627 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Wed, 16 Oct 2019 13:47:58 +0200 Subject: [PATCH 1/1] Fix postfix destination check --- modules/private/mail/postfix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/private/mail/postfix.nix b/modules/private/mail/postfix.nix index 2dccc41..c2d0af6 100644 --- a/modules/private/mail/postfix.nix +++ b/modules/private/mail/postfix.nix @@ -73,6 +73,7 @@ WHERE ((regex = 1 AND '%s' REGEXP CONCAT('^',source,'$') ) OR (regex = 0 AND source = '%s')) AND active = 1 + UNION SELECT '%s' AS destination ''; } ]; -- 2.41.0