While Mail Forwarding with exim, how do I rewrite the To header with true destination address
- by Jom
I have mail forwarding setup with exim using a domain forwarding file.
virtual_aliases_nostar:
driver = redirect
allow_defer
allow_fail
data = ${if exists{/etc/valiases/$domain}{${lookup{$local_part@$domain}lsearch{/etc/valiases/$domain}}}}
file_transport = address_file
group = mail
pipe_transport = virtual_address_pipe
…