Re: [exim] alias domain

Top Page
Delete this message
Reply to this message
Author: JupiterHost.Net
Date:  
To: exim-users
Subject: Re: [exim] alias domain
> Try this:
>
> forwarddomainfromfile:
> driver = redirect
> domains = lsearch;/path/to/file
> data = $local_part@${lookup {$domain} lsearch {/path/to/file}}


That worked perfect thanks Peter! You rock!