[Exim] Tollerating failed lookups in routers in v4

Pàgina inicial
Delete this message
Reply to this message
Autor: Rick Byers
Data:  
A: exim-users
Assumpte: [Exim] Tollerating failed lookups in routers in v4
Hi,

In Exim 3 I used a director to do alias matching based on the destination
domain. For efficiency and file permission reasons, I used a seperate
file for each domain. However, if no alias file existed for that domain,
I wanted it to behave as if there was just an empty file. Using the
"optional" keyword accomplished this.

In Exim 4 the "optional" keyword has been removed. How can I make a
failed lookup behave like a no-match response? I'm using an lsearch*
lookup type. Do I have to come up with another approach (i.e. one big DB
file that allways exists that includes the domain and local part)?

Thanks,
    Rick