Displaying 1 result from an estimated 1 matches for "namespace_4".
Did you mean:
namespace_
2007 Feb 09
1
auto-detection of user mailbox type - followup
...9;mbox:~/mail:INBOX=~/.mail'; export MAIL
fi
# each namespace defined in the conf file needs to have the mail
# location defined which is set in environment vars
# NAMESPACE_1 etc
NAMESPACE_1=$MAIL; export NAMESPACE_1
NAMESPACE_2=$MAIL; export NAMESPACE_2
NAMESPACE_3=$MAIL; export NAMESPACE_3
NAMESPACE_4=$MAIL; export NAMESPACE_4
#debugging to see what else we can play with
#set >> /tmp/d
exec /usr/local/dovecot/libexec/dovecot/imap
------end imap.sh-----------------------------------------------------
However, it appears that the root dir '~/mail' string is used at some
point bef...