Re: [Exim] local delivery problem

Top Page
Delete this message
Reply to this message
Author: Jez Hancock
Date:  
To: exim-users
Subject: Re: [Exim] local delivery problem
On Thu, Aug 14, 2003 at 01:20:31AM +1000, Joe wrote:
> Hi, I have just setup exim 4.2 on redhat 9, and i'm having problems with
> simple local deliveries.
>
> the error I'm getting is "message: failed to expand
> "${lookup{$local_part}lsearch{{/etc/aliases}}": failed to open {/etc/aliases
> for linear search: No such file or directory"

It looks like there are one too many {'s in your alias router - there's
a hint in the error message:

failed to open {/etc/aliases

Try removing one of the opening curly brackets before /etc/aliases.

FWIW mine looks like:

data = ${lookup{$local_part}lsearch{/etc/aliases}}

--
Jez

http://www.munk.nu/