Hi, Bincimap (and qmail) are working fine. I can read the INBOX (~/Maildir or actually ~/Maildir/new) with mutt and I have a integration tool that reads INBOX automatically. Due to a bug in the integration tool it requires a exception-folder to save mail in that can not be processed.
How can I create a new folder from linux prompt (or set up a tool to do it - i tried
with mutt but didn't get it to work) and what will the name be for the folder
(INBOX.Exception or just Exception) ?
Extra info:
>From bincimap.conf:
Mailbox {
depot = "Maildir++", /* Use Maildir++ style
* depot. */
type = "Maildir", /* only Maildir
* support */
path = "Maildir", /* default path */
auto create inbox = "yes", /* create INBOX in
* given format if
* it doesn't
* exist.
*/
auto subscribe mailboxes = "INBOX", /* list mailboxes
* in one string,
* seperated by
* commas
*/
umask = "077" /* use this umask
* when creating
* mailboxes, or
* when copying and
* appending
* messages.
*/
}
