25a220945ce9238a2848c09d3381af40800e3449
[hcoop/zz_old/config/exim4-hopper.git] / conf.d / rewrite / 31_exim4-config_rewriting
1
2 ### rewrite/31_exim4-config_rewriting
3 #################################
4
5 # This rewriting rule is particularily useful for dialup users who
6 # don't have their own domain, but could be useful for anyone.
7 # It looks up the real address of all local users in a file
8 *@+local_domains "${lookup{${local_part}}lsearch{/etc/email-addresses}\
9 {$value}fail}" Ffrs
10 # identical rewriting rule for /etc/mailname
11 DEBCONFrewriteemailaddresses_mailnameDEBCONF
12
13