Displaying 1 result from an estimated 1 matches for "my_mailbox_path".
2011 Oct 07
1
Syntax to specify sdbox: mail_location path?
I'm implementing sdbox.
In conf.d/10-mail.conf, with "maildir:"
mail_location = maildir:/my_mailbox_path/%d/%n
mail gets stored in /my_mailbox_path/%d/%n/new/
With "sdbox:"
mail_location = sdbox:/my_mailbox_path/%d/%n
mail gets stored in /my_mailbox_path/%d/%n/mailboxes/INBOX/dbox-Mails.
How do I get rid of the '/mailboxes/' and '/dbox-Mails/' path components
so sdbox s...