Re: [exim] Routing to remote host

Top Page
Delete this message
Reply to this message
Author: Phil Pennock
Date:  
To: Aaron Cordova
CC: exim-users
Subject: Re: [exim] Routing to remote host
On 2008-04-28 at 19:49 -0700, Aaron Cordova wrote:
> special_remote:

[...]
> local_parts = ! lsearch;/etc/exim/local_accounts

[...]
>
> in the file local_accounts I have one line:
> postmaster


spec.txt:
10.4. An lsearch file is not an out-of-line list

You want:
local_parts = ! /etc/exim/local_accounts

See also:
10.3 File names in lists

Regards,
-Phil