From: Clinton Ebadi Date: Sun, 4 Oct 2009 22:02:05 +0000 (-0400) Subject: merge hcoop local user routing rules X-Git-Url: https://git.hcoop.net/hcoop/zz_old/config/exim4-hopper.git/commitdiff_plain/93aed13b61de3c4a4d6521d1e1ab87df1795cd66 merge hcoop local user routing rules --- diff --git a/conf.d/router/300_exim4-config_real_local b/conf.d/router/300_exim4-config_real_local index 34ea282..249920c 100644 --- a/conf.d/router/300_exim4-config_real_local +++ b/conf.d/router/300_exim4-config_real_local @@ -6,16 +6,12 @@ # processing. This can be used to inform a user of a broken .forward # file, for example. The userforward router does this. -COND_LOCAL_SUBMITTER = "\ - ${if match_ip{$sender_host_address}{:@[]}\ - {1}{0}\ - }" +# hcoop-change: Use unix_domains rather than local_domains. real_local: debug_print = "R: real_local for $local_part@$domain" driver = accept - domains = +local_domains - condition = COND_LOCAL_SUBMITTER + domains = +unix_domains local_part_prefix = real- check_local_user transport = LOCAL_DELIVERY