* apache2/conf.d/home.conf: Remove, since this duplicates
[hcoop/zz_old/config/exim4-hopper.git] / conf.d / router / 900_exim4-config_local_user
... / ...
CommitLineData
1
2### router/900_exim4-config_local_user
3#################################
4
5# This router matches local user mailboxes. If the router fails, the error
6# message is "Unknown user".
7
8# hcoop-change: Use unix_domains rather than local_domains.
9
10local_user:
11 debug_print = "R: local_user for $local_part@$domain"
12 driver = accept
13 domains = +unix_domains
14 check_local_user
15 local_parts = ! root
16 transport = LOCAL_DELIVERY
17 cannot_route_message = Unknown user