Displaying 1 result from an estimated 1 matches for "folder_map".
Did you mean:
filter_map
2008 Jun 14
1
Caseless folder delivery?
...s there a way to do that using deliver?
Could there be? Relevant portions of the exim configuration follow.
(And, p.s., am I using the new -a and -m options correctly? Are they used
for anything yet?)
Jay Levitt
## exim.conf
...begin routers
ORIG_FOLDER = ${substr_1:$local_part_suffix}
FOLDER_MAP = /etc/exim/folder-map.$local_part
MAPPED_FOLDER = ${lookup{ORIG_FOLDER}lsearch{FOLDER_MAP}{$value}{ORIG_FOLDER}}
# Mailboxes whose localparts are folders
foldered_mailboxes:
driver = accept
local_part_suffix = +* : -*
local_part_suffix_optional
local_parts = +foldered_mailboxes
a...