Re: [exim] Transport directory based on sender address

Etusivu
Poista viesti
Vastaa
Lähettäjä: Jakob Hirsch
Päiväys:  
Vastaanottaja: Brent Jones
Kopio: exim-users
Aihe: Re: [exim] Transport directory based on sender address
Brent Jones wrote:

>    directory = ${lookup{$sender_host_address}lsearch{/etc/storetable}}
> And here is what the /etc/storetable contains
> 10.0.0.1: /var/mail/catch/main/

>
> appendfile: file or directory name "" is not absolute


I'd say it should, but it seems that the lookup returns nothing, so the
resulting string is "".
Run a debug session with "exim -d+expand -bh 10.0.0.1" (or use the swaks
tool) to see what's going wrong.

Oh, and what do you expect to happen when the sender's host address has
no match in /etc/storetable?