RE: [Exim] local delivery problem

Top Page
Delete this message
Reply to this message
Author: Joe
Date:  
To: exim-users
Subject: RE: [Exim] local delivery problem
thanks Jez, it works

-----Original Message-----
From: exim-users-admin@??? [mailto:exim-users-admin@exim.org]On
Behalf Of Jez Hancock
Sent: Thursday, 14 August 2003 1:40 AM
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/

--

## List details at http://www.exim.org/mailman/listinfo/exim-users Exim
details at http://www.exim.org/ ##