Re: [exim] Archiving Problems

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Jeremy Harris
Fecha:  
A: exim-users
Asunto: Re: [exim] Archiving Problems
On 2011-11-30 11:46, Dean Bishop wrote:
> If a message is received for an account/alias that does not exist then I get an error:
>
> 2011-11-29 17:01:57 1RVTMY-00086X-Qi failed to open //etc/servername.domain.com/passwd for linear search: No such file or directory


So check if the account exists first? At the very worst, use the existence of the
file ( ${if exists {<filename>}} ) as a proxy for the account existence?
--
Jeremy