exim: Completely review the exim configuration.
[matthijs/servers/drsnuggles.git] / etc / exim4 / conf.d / router / 15_real_local
1 # This router allows reaching a local user while avoiding local processing.
2 # This matches only the "localhost" domain, which is used in the last step of
3 # delivery and should never be set on external messages. This can be used to
4 # inform a user of a broken .forward file, for example. The userforward router
5 # does this.
6
7 real_local:
8   debug_print = "R: real_local for $local_part@$domain"
9   driver = accept
10   domains = localhost
11   local_part_prefix = real-
12   check_local_user
13   transport = maildir_home