<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hey to all,<br>
<br>
is it possible to get rid of the "dbox-Mails"-folder when using
sdbox?<br>
<br>
Currently my folder structure looks like this (I hope the output
from tree would be formatted well):<br>
/srv/mail/<br>
└── example.com<br>
   └── user<br>
       ├── dovecot-acl-list<br>
       ├── dovecot-attributes<br>
       ├── dovecot.list.index.log<br>
       ├── dovecot.mailbox.log<br>
       ├── dovecot-uidvalidity<br>
       ├── dovecot-uidvalidity.5b3f746f<br>
       ├── mailboxes<br>
       │  ├── Drafts<br>
       │  │  └── dbox-Mails<br>
       │  │      └── dovecot.index.log<br>
       │  ├── INBOX<br>
       │  │  └── dbox-Mails<br>
       │  │      ├── dovecot.index.cache<br>
       │  │      ├── dovecot.index.log<br>
       │  │      └── u.1<br>
       │  ├── Junk<br>
       │  │  └── dbox-Mails<br>
       │  │      └── dovecot.index.log<br>
       │  ├── Sent<br>
       │  │  └── dbox-Mails<br>
       │  │      └── dovecot.index.log<br>
       │  └── Trash<br>
       │      └── dbox-Mails<br>
       │          └── dovecot.index.log<br>
       └── subscriptions<br>
<br>
I would like to let it look like this:<br>
/srv/mail/<br>
└── example.com<br>
   └── user<br>
       ├── dovecot-acl-list<br>
       ├── dovecot-attributes<br>
       ├── dovecot.list.index.log<br>
       ├── dovecot.mailbox.log<br>
       ├── dovecot-uidvalidity<br>
       ├── dovecot-uidvalidity.5b3f746f<br>
       ├── mailboxes<br>
       │  ├── Drafts<br>
       │  │  └── dovecot.index.log<br>
       │  ├── INBOX<br>
       │  │  └── dovecot.index.cache<br>
       │  │  └── dovecot.index.log<br>
       │  │  └── u.1<br>
       │  ├── Junk<br>
       │  │  └──dovecot.index.log<br>
       │  ├── Sent<br>
       │  │  └── dovecot.index.log<br>
       │  └── Trash<br>
       │      └── dovecot.index.log<br>
       └── subscriptions<br>
<br>
My path configuration:<br>
mail_attribute_dict = <a class="moz-txt-link-freetext" href="file:%h/dovecot-attributes">file:%h/dovecot-attributes</a><br>
mail_home = /srv/mail/%d/%n/<br>
mail_location = sdbox:~/<br>
<br>
I have tried<br>
mail_location = sdbox:~/:FULLDIRNAME=<br>
and<br>
mail_location = sdbox:~/:FULLDIRNAME=/<br>
but it doesn't work.<br>
<br>
The first doesn't change anything. The second auto-creates the
folders after first login like I want, but after next login they are
greyed out and no longer accessible.<br>
<br>
Is it possible to get rid of the "dbox-Mails"-folder? I want this
because I don't like to have an unneeded deep folder structure. Or
is there a good reason to let the "dbox-Mails" folder in my setup?<br>
<br>
Greetings,<br>
<br>
Hativ<br>
<br>
</body>
</html>