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

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Reply via email to