Quoting Rich, Whidbey Telecom:

> Does anyone have a suggestion to tell Exim how to deliver to "Topic",
> even if the $local_part_suffix is "topic"?  

Other than using a case insensitive filesystem: no, or at least nothing
"nice".

Exim would have to iterate over all directories in
/var/mail/$local_part/Maildir/ and do a case-insensitive string compare.
As this is not currently implemented in Exim, you could do it on your
own: run a script (or use ${perl...}) that matches the suffix to the
existing directory structure.



-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to