Re: [Exim] failed to expand "${lookup{$local_part}lsearch{SY…

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Nico Erfurth
Fecha:  
A: Chuck Moore
Cc: exim-users
Asunto: Re: [Exim] failed to expand "${lookup{$local_part}lsearch{SYSTEM_ALIASES_FILE}}": failed to open
Chuck Moore wrote:

> Well, I want to say that it didn't. I copied the config file from the 4.34
> package (tar.gz which I obtained from exim.org). I printed it and I


That's the point, you took it from the sourcetree. The replacement of
the SYSTEM_ALIASES_FILE "macro" happens when you INSTALL exim with make
install. The "installer" just does a simple replacement via sed. Feel
free to search scripts/exim_install for SYSTEM_ALIASES_FILE.

Nico