X-Git-Url: https://git.distorted.org.uk/~mdw/exim-config/blobdiff_plain/adf15c374bca17f71880007f4d5f64d0e027e091..3e031e77077b40a0334fd4c41ea1f0f25ee73158:/base.m4 diff --git a/base.m4 b/base.m4 index 1c9dacf..d43a6f0 100644 --- a/base.m4 +++ b/base.m4 @@ -380,6 +380,22 @@ $1: DIVERT(null) ###-------------------------------------------------------------------------- +### Common routers. + +SECTION(routers, alias)m4_dnl +## Look up the local part in the address map. +alias: + driver = redirect + allow_fail = true + allow_defer = true + user = CONF_filter_user + FILTER_TRANSPORTS + local_parts = nwildlsearch; CONF_alias_file + data = ${expand:$local_part_data} +SECTION(routers, alias-opts)m4_dnl + +DIVERT(null) +###-------------------------------------------------------------------------- ### Some standard transports. m4_define(<:USER_DELIVERY:>,