From 5f03b6dfbd4da6c16934e771a3a6c511d2e9461d Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Sun, 4 Oct 2009 18:04:24 -0400 Subject: [PATCH] merge hcoop procmail rules --- conf.d/router/700_exim4-config_procmail | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/conf.d/router/700_exim4-config_procmail b/conf.d/router/700_exim4-config_procmail index 8d827c7..6e2edcb 100644 --- a/conf.d/router/700_exim4-config_procmail +++ b/conf.d/router/700_exim4-config_procmail @@ -1,14 +1,16 @@ +# hcoop-change: Use unix_domains rather than local_domains. + procmail: debug_print = "R: procmail for $local_part@$domain" driver = accept - domains = +local_domains + domains = +unix_domains check_local_user transport = procmail_pipe # emulate OR with "if exists"-expansion require_files = ${local_part}:\ ${if exists{/etc/procmailrc}\ - {/etc/procmailrc}{${home}/.procmailrc}}:\ + {/etc/procmailrc}{${home}/.procmail.d/procmailrc}}:\ +/usr/bin/procmail no_verify no_expn -- 2.20.1