Re: [exim] local users delivery broken

Pàgina inicial
Delete this message
Reply to this message
Autor: Wakko Warner
Data:  
A: . kibble .
CC: Exim-users, antony
Assumpte: Re: [exim] local users delivery broken
. kibble . wrote:
> >On: Sat, 25 Dec 2004 Antony Gelberg wrote:
> >
> > data = ${lookup{$local_part@$domain}lsearch{/etc/aliases}}
> >
>
> Try this:
> data = ${lookup{$local_part${lc:@}$domain}lsearch{/etc/aliases}}
>
> It may not work, it might, and I'm not sure if it is the best thing to use,
> but see what it does for you? Just an idea...


It's the same thing actually. Since when is there a lowercase "@" ?

I think what he needs to do is to split the aliases into something like
system aliases and domain aliases, or use lsearch*@. In the case of root,
he'd change it from "root: someuser" to "root@*: someuser"

--
Lab tests show that use of micro$oft causes cancer in lab animals