i've install it, used the example config and started
tryed to access my mailbox via Outlook Express
here's the syslog:
Sep 14 22:42:17 p133 imap-login: Logged in. [192.168.1.8] Sep 15 00:42:17 p133 imap(svrmarty): MAIL environment missing and autodetection failed (home /home/svrmarty) Sep 15 00:42:17 p133 imap-master: child 20960 (imap) returned error 98 Sep 14 22:42:19 p133 imap-login: Logged in. [192.168.1.8] Sep 15 00:42:19 p133 imap(svrmarty): MAIL environment missing and autodetection failed (home /home/svrmarty) Sep 15 00:42:19 p133 imap-master: child 20961 (imap) returned error 98
it fails and i don't see any message
On Sat, Sep 14, 2002 at 10:54:00PM +0200, SvR Marty wrote:
Sep 15 00:42:17 p133 imap(svrmarty): MAIL environment missing and autodetection failed (home /home/svrmarty)
Are you using mbox or maildir? It looks only for ~/Maildir with maildir. With mbox it looks for ~/Mail and ~/mail directories, and they must contain either "inbox" or "mbox" file.
If your mail is in /var/mail, that's not supported yet, and I'm not sure if it will be. You could create symlink from it to ~/mail though.
i can't find a good howto doc.
can you put ls -laR of the special folders into a mail an send it ?
i don't know how this should work
seems i'm using maildir Internal error [2002-09-15 16:42:35] Sep 15 16:42:35 p133 imap(svrmarty): Can't open index data /home/svrmarty/Maildir/.INBOX/.imap.index.data: No such file or directory
dunno what to do
----- Original Message ----- From: "Timo Sirainen" tss@iki.fi To: dovecot@procontrol.fi Sent: Saturday, September 14, 2002 11:50 PM Subject: [dovecot] Re: Problems with it
On Sat, Sep 14, 2002 at 10:54:00PM +0200, SvR Marty wrote:
Sep 15 00:42:17 p133 imap(svrmarty): MAIL environment missing and autodetection failed (home /home/svrmarty)
Are you using mbox or maildir? It looks only for ~/Maildir with maildir. With mbox it looks for ~/Mail and ~/mail directories, and they must contain either "inbox" or "mbox" file.
If your mail is in /var/mail, that's not supported yet, and I'm not sure if it will be. You could create symlink from it to ~/mail though.
On Sun, Sep 15, 2002 at 02:52:03PM +0200, SvR Marty wrote:
seems i'm using maildir Internal error [2002-09-15 16:42:35] Sep 15 16:42:35 p133 imap(svrmarty): Can't open index data /home/svrmarty/Maildir/.INBOX/.imap.index.data: No such file or directory
Looks like some bug .. rm -f /home/svrmarty/Maildir/.INBOX/.imap.index* might help.
Anyway, the 0.97 version isn't very usable. I think I'll release new version today or tomorrow, which has had quite a lot of testing. I'll just have to see if all those changes I did last weekend broke everything or fixed the last few problems :)
participants (2)
-
SvR Marty
-
Timo Sirainen