mwolson: Make exim use /daemon token rather than /mailfilter
[hcoop/zz_old/config/exim4-hopper.git] / conf.d / router / 300_exim4-config_real_local
1
2 ### router/300_exim4-config_real_local
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
9 real_local:
10 debug_print = "R: real_local for $local_part@$domain"
11 driver = accept
12 domains = +local_domains
13 local_part_prefix = real-
14 check_local_user
15 transport = LOCAL_DELIVERY
16