Merge load limiting and rebalancing changes from deleuze
[hcoop/zz_old/config/exim4-hopper.git] / conf.d / router / 700_exim4-config_procmail
CommitLineData
725c9874 1
5f03b6df
CE
2# hcoop-change: Use unix_domains rather than local_domains.
3
725c9874 4procmail:
5 debug_print = "R: procmail for $local_part@$domain"
6 driver = accept
5f03b6df 7 domains = +unix_domains
725c9874 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}\
5f03b6df 13 {/etc/procmailrc}{${home}/.procmail.d/procmailrc}}:\
725c9874 14 +/usr/bin/procmail
15 no_verify
16 no_expn
17