You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
402 B
Plaintext
16 lines
402 B
Plaintext
|
|
### router/900_exim4-config_local_user
|
|
#################################
|
|
|
|
# This router matches local user mailboxes. If the router fails, the error
|
|
# message is "Unknown user".
|
|
|
|
local_user:
|
|
debug_print = "R: local_user for $local_part@$domain"
|
|
driver = accept
|
|
domains = +local_domains
|
|
check_local_user
|
|
local_parts = ! root
|
|
transport = LOCAL_DELIVERY
|
|
cannot_route_message = Unknown user
|