Displaying 1 result from an estimated 1 matches for "mapped_fold".
Did you mean:
mapped_file
2008 Jun 14
1
Caseless folder delivery?
...d 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
address_data = user=$local_part folder="MAPP...