exim4/get-token: Comment-out tokens command since we've fixed the problems
[hcoop/config/exim.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