Displaying 1 result from an estimated 1 matches for "orig_fold".
Did you mean:
orig_fl
2008 Jun 14
1
Caseless folder delivery?
...r.
I can't figure out how to do this. Is 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_opti...