Re: [exim] Routing to remote host

Etusivu
Poista viesti
Vastaa
Lähettäjä: Phil Pennock
Päiväys:  
Vastaanottaja: Aaron Cordova
Kopio: exim-users
Aihe: 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