Merge load limiting and rebalancing changes from deleuze
[hcoop/zz_old/config/exim4-hopper.git] / conf.d / router / 300_exim4-config_real_local
CommitLineData
725c9874 1
d2b0a567 2### router/300_exim4-config_real_local
725c9874 3#################################
4
5# This router allows reaching a local user while avoiding local
6# processing. This can be used to inform a user of a broken .forward
7# file, for example. The userforward router does this.
8
93aed13b 9# hcoop-change: Use unix_domains rather than local_domains.
11dd947c 10
725c9874 11real_local:
12 debug_print = "R: real_local for $local_part@$domain"
13 driver = accept
93aed13b 14 domains = +unix_domains
725c9874 15 local_part_prefix = real-
16 check_local_user
17 transport = LOCAL_DELIVERY
18