Displaying 2 results from an estimated 2 matches for "namespace_2_list".
2008 Oct 16
2
Problem with namespaces
...u2/.mail:INDEX=/var/state/dovecot-indexes/jru2
NAMESPACE_1_INBOX=1
NAMESPACE_1_LIST=1
NAMESPACE_1_PREFIX=
NAMESPACE_1_SEP=/
NAMESPACE_1_SUBSCRIPTIONS=1
NAMESPACE_1_TYPE=private
NAMESPACE_2=mbox:/home/cut/jru2/Mail:INBOX=/home/cut/jru2/.mail:INDEX=/var/state/dovecot-indexes/jru2
NAMESPACE_2_HIDDEN=1
NAMESPACE_2_LIST=0
NAMESPACE_2_PREFIX=mail/
NAMESPACE_2_SEP=/
NAMESPACE_2_SUBSCRIPTIONS=0
NAMESPACE_2_TYPE=private
I would expect the second namespace not to be listed. But it is:
in:
2 LIST "" "*"
3 LOGOUT
out:
* OK [RAWLOG TIMESTAMP] 2008-10-16 15:41:40
* LIST (\NoInferiors \UnMarked) "...
2011 Oct 31
2
setting namespaces using script-login environment in 2.0
.... It added all subdirectories of
"/var/spool/mail/Shared" as namespaces for which the user had write
permissions. E.g.:
NAMESPACE_2='maildir:/var/mail/Shared/spamrep:INDEX=~/Maildir/index/Shared/spamrep'
NAMESPACE_2_PREFIX=Shared/spamrep/
NAMESPACE_2_SEP=/
NAMESPACE_2_TYPE=public
NAMESPACE_2_LIST=yes
See the attached post-pogin-script for details.
After switching to 2.0.14 (using executable script-login -d...), the
script actually gets executed but the namespace settings do not seem to
be honored.
Besides, I don't see any pre-set NAMESPACE_ environment variables anymore.
Have environ...