[Dovecot] Hide INBOX prefix on shared mailboxes
Hello List,
We've upgraded our Dovecot system from 1.2.4 to 2.0.12.
If someone now accesses an inbox of another user at the shared namespace, the folder will be shown as:
shared/martin/INBOX
The 1.2 installation has shown the folder like
shared/martin
Is it possible to achieve the "old" behavior?
** Configuration of the namespaces
dovecot 1.2
namespace private { separator = / prefix = #location defaults to mail_location. inbox = yes }
namespace shared { separator = / prefix = shared/%%n location = maildir:%%h:INDEX=~/shared/%%n/ subscriptions = no list = children }
dovecot 2.0
namespace { type = private separator = / prefix = #location defaults to mail_location. inbox = yes }
namespace { type = shared separator = / prefix = shared/%%n/ location = maildir:%%h:INDEX=~/shared/%%n subscriptions = no list = children }
Best regards, Martin Werthmoeller
-- LWsystems GmbH & Co. KG ++ http://www.lw-systems.de/impressum Phone: +49 +5455 932132 ++ Fax: +49 +5455 932099
Your experts for Linux, Open Source and IT security.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
LWsystems GmbH & Co. KG Headquaters: Tegelerweg 11, D-49186 Bad Iburg, Germany Phone +49 (0)5455 932132 fax +49 (0)5455 932099 register of commerce: Amtsgericht Osnabrück, hra 110668 VAT no. DE23852211
Managing Directors: Dipl.-Ing. Ansgar H. Licher, Bad Iburg, Germany Dipl.-Ing. Martin Werthmöller, Ibbenbüren, Germany
For further company details please look at: http://www.lw-systems.de/impressum
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
On 2011-05-23 7:52 AM, Martin Werthmöller wrote:
Hello List,
We've upgraded our Dovecot system from 1.2.4 to 2.0.12.
If someone now accesses an inbox of another user at the shared namespace, the folder will be shown as:
shared/martin/INBOX
The 1.2 installation has shown the folder like
shared/martin
Is it possible to achieve the "old" behavior?
What if Martin shared something other than his INBOX though?
I think this is a cosmetic issue that could quickly get ugly since different people might like it shown differently...
--
Best regards,
Charles
participants (2)
-
Charles Marcus
-
Martin Werthmöller