Re: [exim] Exim and mailman

Etusivu
Poista viesti
Vastaa
Lähettäjä: John Robinson
Päiväys:  
Vastaanottaja: pryker
Kopio: exim-users
Aihe: Re: [exim] Exim and mailman
On 28/10/2006 15:27, Phillip Ryker wrote:
[...]
>    require_files =
> /virtual/${domain}/mailman/lists/$(lc:$local_part)/config.pck

[...]

This should be
     require_files = 
/virtual/${domain}/mailman/lists/${lc:$local_part}/config.pck


i.e. use braces {} instead of parentheses ()

> [root@listsrv exim]# exim -bt news@???
> news@??? cannot be resolved at this time:
> failed to expand "/virtual/${domain}/mailman/lists/${lc" for
> require_files: "${lc" is not a known operator (or a } is missing in a
> variable reference)


I'm not sure that error exactly reflects what you said was in your
config, but hopefully the above will help you fix it anyway :-)

Cheers,

John.