Re: [Exim] problem with local_part_suffix

Inizio della pagina
Delete this message
Reply to this message
Autore: Kevin P. Fleming
Data:  
To: exim-users
Oggetto: Re: [Exim] problem with local_part_suffix
Avleen Vig wrote:

> I thought with "local_part_suffix_optional", if a lookup of "foo-bar"
> failed, THEN exim would lookup "foo". I assume I am mistaken?


No, local_part_suffix_optional means this router will run whether the
suffix is present or not. Without it the router would decline if the
local part does have a suffix.

I don't see a way to do what you want without using two routers.