merge hcoop procmail rules
[hcoop/zz_old/config/exim4-hopper.git] / conf.d / router / 700_exim4-config_procmail
1
2 # hcoop-change: Use unix_domains rather than local_domains.
3
4 procmail:
5 debug_print = "R: procmail for $local_part@$domain"
6 driver = accept
7 domains = +unix_domains
8 check_local_user
9 transport = procmail_pipe
10 # emulate OR with "if exists"-expansion
11 require_files = ${local_part}:\
12 ${if exists{/etc/procmailrc}\
13 {/etc/procmailrc}{${home}/.procmail.d/procmailrc}}:\
14 +/usr/bin/procmail
15 no_verify
16 no_expn
17