Re: [exim] Archiving Problems

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Jeremy Harris
日付:  
To: exim-users
題目: 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