Re: [exim] verify = recipient, using virtual domains, reject…

Top Page
Delete this message
Reply to this message
Author: Lena
Date:  
To: exim-users
Subject: Re: [exim] verify = recipient, using virtual domains, rejects all local recipients
> From: Phillip Carroll

> condition: exists{/etc/virtual/${domain}/aliases}
>     result: false <<----wrong!!


>    condition = ${if eq {}{${if exists{/etc/virtual/${domain}/aliases}{${lookup{$local_part}lsearch{/etc/virtual/${domain}/aliases}}}}}{yes}{no}}


I don't understand what this condition is for, but
try $domain instead of ${domain} here.