Displaying 2 results from an estimated 2 matches for "mksarch".
Did you mean:
march
2007 Jan 31
1
Q on configuring shared mboxes
Hello!
I have the following three types of mailboxes on my server:
1) Regular user mail /var/mail/<user> in mbox format
2) Suspected spam in /var/tmp/spamprobe in mbox format
3) Archived mailing list in /home/mks/mksarch in mbox format
I want the 1) to be only accessible to the respective <user>, obviously (POP3
and/or IMAP4).
I wanted the 2) to be accessible to all users -- and I want them to be able to
move stuff out of it into their own mboxes (IMAP4 is enough).
I want the 3) to be accessible _read on...
2006 Nov 16
0
Dovecot tries to create bogus files in /var/mail
After upgrading from 0.99.2 to 1.0rc14, I started seeing log-entries like:
Nov 16 12:56:22 corbulon dovecot: IMAP(mksarch): mkdir_parents(/var/mail/mksarch/.imap/INBOX) failed: Not a directory
Nov 16 12:56:51 corbulon dovecot: IMAP(anat): open(/var/mail/anat/inbox, O_CREAT) failed: Not a directory
Nov 16 12:56:51 corbulon dovecot: IMAP(anat): mkdir_parents(/var/mail/anat/.imap/INBOX) failed: Not a directory
And my IM...