Re: [Exim] problem with aliasfile

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Philip Hazel
Ημερομηνία:  
Προς: emmanuel
Υ/ο: exim-users
Αντικείμενο: Re: [Exim] problem with aliasfile
On Thu, 13 Jun 2002, emmanuel wrote:

> system_aliases:
>    driver = redirect
>    allow_fail
>    allow_defer
>    data = ${lookup{$local_part}lsearch{/etc/aliases}}
>    user = mailnull
>    group = mail
>    file_transport = address_file
>    pipe_transport = address_pipe

>
>
> my /etc/aliases:
>
>
> emmanuel.kim@???: mrk
> kim_e@???: mrk


That's your problem. You need

EITHER

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


OR

remove "@kakito.com" from the addresses in your file.



--
Philip Hazel            University of Cambridge Computing Service,
ph10@???      Cambridge, England. Phone: +44 1223 334714.