Hi
A small question :-)
I have configured my mailbox section the following way.
Mailbox {
depot = "IMAPdir", /* Use IMAPdir style *
depot. */
type = "Maildir", /* only Maildir * support
*/
path = "./IMAPDIR", /* 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.
*/
}
Now I can create folders where I'd like and everything works a milion, but
for the fact that INBOX is created as a normal dir, and not as a symlink as
described in the FAQ.
When i log into the system (Outlook Express) an INBOX is created. It is in
./IMAPDIR/INBOX and it is created as a normal directory.
My question is: How do I tell binc that i'd like it to create a symlink to
../ from ./IMAPDIR as INBOX?
Best regards
And thanx for a beautifull system.
Hans-Chr. Jehg