Merge load limiting and rebalancing changes from deleuze
[hcoop/zz_old/config/exim4-hopper.git] / conf.d / router / 900_exim4-config_local_user
CommitLineData
725c9874 1
2### router/900_exim4-config_local_user
3#################################
4
d2b0a567 5# This router matches local user mailboxes. If the router fails, the error
6# message is "Unknown user".
7
e4c2141d
CE
8# hcoop-change: Use unix_domains rather than local_domains.
9
725c9874 10local_user:
11 debug_print = "R: local_user for $local_part@$domain"
12 driver = accept
e4c2141d 13 domains = +unix_domains
725c9874 14 check_local_user
15 local_parts = ! root
16 transport = LOCAL_DELIVERY
d2b0a567 17 cannot_route_message = Unknown user