Position der speziellen Ordner
    Werner Detter 
    werner at aloah-from-hell.de
                  
    Mo Sep 21 12:18:11 CEST 2015
    
    
Hi,
dann musst du das Prefix aus dem namespace inbox rausnehmen ...
VG, Werner
Am 21.09.15 um 11:58 schrieb more! Software GmbH & Co. KG - Christoph Faak:
> 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