Displaying 1 result from an estimated 1 matches for "foldered_mailboxes".
2008 Jun 14
1
Caseless folder delivery?
...ly? 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="MAPPED_FOLDER"
transport = dovecot_virtual_delivery
...begin transports
dovecot_virtual_delivery:
driver = pipe
comma...