fix backup script path
[distro-setup] / filesystem / etc / exim4 / conf.d / router / 900_exim4-config_local_user
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 local_user:
9 debug_print = "R: local_user for $local_part@$domain"
10 driver = accept
11 domains = +local_domains
12 # ian: commented this, in conjunction with a dovecot lmtp
13 # change so I get mail for all users.
14 # check_local_user
15 local_parts = ! root
16 transport = LOCAL_DELIVERY
17 cannot_route_message = Unknown user