900_exim4-config_local_user 402 B

123456789101112131415
  1. ### router/900_exim4-config_local_user
  2. #################################
  3. # This router matches local user mailboxes. If the router fails, the error
  4. # message is "Unknown user".
  5. local_user:
  6. debug_print = "R: local_user for $local_part@$domain"
  7. driver = accept
  8. domains = +local_domains
  9. check_local_user
  10. local_parts = ! root
  11. transport = LOCAL_DELIVERY
  12. cannot_route_message = Unknown user