ddecd06992ea41fde7c2e0fea99063fe61aafdc2
[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