X-Git-Url: http://git.hcoop.net/hcoop/config/exim.git/blobdiff_plain/bb323becaf9146b8e119d7547563ba2586e3fe5e..df8199562ee2073fcfd98a86ceb83cc64dc3ce89:/conf.d/router/450_exim4-config_hosted_aliases diff --git a/conf.d/router/450_exim4-config_hosted_aliases b/conf.d/router/450_exim4-config_hosted_aliases index 630a494..21796e3 100644 --- a/conf.d/router/450_exim4-config_hosted_aliases +++ b/conf.d/router/450_exim4-config_hosted_aliases @@ -1,12 +1,4 @@ -### router/420_exim4-config_hosted_aliases -################################# - -# This router handles the local part in a case-insensitive way which -# satisfies the RFCs requirement that postmaster be reachable regardless -# of case. If you decide to handle /etc/aliases in a caseful way, you -# need to make arrangements for a caseless postmaster. - # hcoop-change: Custom rule that looks up the local_part and domain # in /etc/aliases.hosted. @@ -16,7 +8,7 @@ hosted_aliases: domains = +local_domains allow_fail allow_defer - data = ${lookup{$local_part@$domain}lsearch*@{/etc/aliases.hosted}} + data = ${lookup{$local_part@$domain}lsearch{/etc/aliases.hosted}} .ifdef SYSTEM_ALIASES_USER user = SYSTEM_ALIASES_USER .endif