Position der speziellen Ordner
    more! Software GmbH & Co. KG - Christoph Faak 
    c.faak at more-rubin.de
                  
    Mo Sep 21 11:58:26 CEST 2015
    
    
Hallo Liste,
wie schaffe ich es, dass Dovecot die speziellen Folder Sent Drafts Junk
etc. auf der gleichen Ebene wie INBOX anlegt und nicht als Unterordner
von INBOX?
10-mail.conf:
---schnipp---
mail_location = maildir:/srv/vmail/%d/%u
namespace inbox {
  type = private
  hidden = no
  ignore_on_failure = no
  inbox = yes
#  list = yes
  location =
  prefix = INBOX/
  separator = /
 # subscriptions = yes
}
---schnapp---
15-mailboxes.conf:
---schnipp---
namespace inbox {
  # These mailboxes are widely used and could perhaps be created
automatically:
  mailbox Drafts {
    auto = subscribe
    special_use = \Drafts
  }
  mailbox Junk {
    auto = subscribe
    special_use = \Junk
  }
  mailbox Trash {
    auto = subscribe
    special_use = \Trash
  }
  mailbox Sent {
    auto = subscribe
    special_use = \Sent
  }
}
---schnapp---
Bisher legt er das so an
 - posteingang
 - - Entwürfe
 - - Gesendet
 - - ...
und ich hätte gerne
 - Posteingang
 - - Eigener Ordner
 - - Eigener Ordner
 - Entwürfe
 - Gesendet
 - ...
Mit freundlichen Grüßen
Christoph Faak
    
    
Mehr Informationen über die Mailingliste Dovecot