mostly mail changes, wip
[distro-setup] / filesystem / etc / exim4 / conf.d / router / 950_exim4-config_local_catchall
1 # redirect anything that hasn't been caught yet to me,
2 # based on
3 # http://blog.alteholz.eu/2015/04/exim4-and-catchall-email-address/
4 # that reference includes the lines allow_fail and allow_defer, but
5 # afaik, they are completely superfluous and just copied from another
6 # router, they apply when the expansion of data contains :defer: or :fail:,
7 # but we are just using a string literal.
8 local_catchall:
9 debug_print = "R: catchall for $local_part@$domain"
10 driver = redirect
11 domains = +local_domains
12 data = ian