RE: [Exim] /etc/aliases

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Thomas Kinghorn
Datum:  
To: Exim-Users (E-mail)
Betreff: RE: [Exim] /etc/aliases
my apologies.

<snip>
system_aliases:
driver = redirect
allow_fail
allow_defer
data = ${lookup{$local_part}lsearch{/etc/aliases}}
user = xadmin

exim 4.12

regards

Tom


-----Original Message-----
From: Nico Erfurth [mailto:masta@perlgolf.de]
Sent: 20 February 2003 12:12
To: Thomas Kinghorn
Cc: Exim-Users (E-mail)
Subject: Re: [Exim] /etc/aliases


Thomas Kinghorn wrote:
> This is probably a stupid question, i am sorry
>
> I am having a problem getting exim to read the aliases file.
> The server was previously sendmail and used entries like below:
>
> accounts:       jenniferv@???, niveshm@???
> dns-admin:        tom@???, support@???

>
> however, exim keeps giving me the error:
>
> temporarily rejected RCPT accounts@???: error in redirect data:
> malformed address: :jenniferv@???
> may not follow niveshm@??? in
> "niveshm@???:jenniferv@???"
>
> Please assist.


Exim-version?
Config snippet from the alias-router/director?

Nico