From 803bc5a6dbce4666c97569adc3aac7ffec549408 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 18 Apr 2010 15:05:35 +0100 Subject: [PATCH] wrap in file test first Signed-off-by: Stephen Gran --- modules/exim/templates/eximconf.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/exim/templates/eximconf.erb b/modules/exim/templates/eximconf.erb index ae5df43a..3bd6f906 100644 --- a/modules/exim/templates/eximconf.erb +++ b/modules/exim/templates/eximconf.erb @@ -619,6 +619,7 @@ check_recipient: message = mail from <$sender_address> not allowed externally deny sender_domains= +virtual_domains + condition = ${if exists {${extract{directory}{VDOMAINDATA}{${value}/localusers}}}} condition = ${lookup{$sender_address_local_part}lsearch{${extract{directory}{VDOMAINDATA}{${value}/localusers}}}{true}} hosts = !+debianhosts message = mail from <$sender_address> not allowed externally -- 2.39.2