PDA

View Full Version : -ERR Mailbox locked


fobicodam
22nd June 2006, 00:44
Im sick of this error. Is there a way to put a 60 secs timeout to ipop3d ? actually it looks like its 15 mins

till
22nd June 2006, 13:52
Have you ever thougt about switching to maildir? The performance is better and you get rid of the poplock and corrupted mailbox problems.

fobicodam
22nd June 2006, 14:15
Have you ever thougt about switching to maildir? The performance is better and you get rid of the poplock and corrupted mailbox problems.

No, never, how can i do it? can i do it "per domain"?

falko
22nd June 2006, 16:33
No, it's all domains or none.
Which distribution do you use?

fobicodam
22nd June 2006, 19:41
No, it's all domains or none.
Which distribution do you use?

Im using Fedora 4

falko
23rd June 2006, 01:05
Install dovecot:
yum install dovecotand then enable Maildir under Management -> Server -> Settings -> Email in ISPConfig.

fobicodam
23rd June 2006, 03:44
Install dovecot:
yum install dovecotand then enable Maildir under Management -> Server -> Settings -> Email in ISPConfig.

do i have to uninstall postfix?

till
23rd June 2006, 12:33
do i have to uninstall postfix?

No. Postfix supports maildir and mbox.

fobicodam
23rd June 2006, 14:03
No. Postfix supports maildir and mbox.

One more, what about my clients emails? a lot of them use webmail and let them on the server..

falko
23rd June 2006, 18:42
It doesn't matter for webmail if you use Maildir or mbox.
But if you change the format, you must transform your clients' emails from the old format to the new one, otherwise the mails are lost.
You can do this with tools like mb2md (mbox -> Maildir) or maildir2mbox (Maildir -> mbox).

fobicodam
23rd June 2006, 18:45
It doesn't matter for webmail if you use Maildir or mbox.
But if you change the format, you must transform your clients' emails from the old format to the new one, otherwise the mails are lost.
You can do this with tools like mb2md (mbox -> Maildir) or maildir2mbox (Maildir -> mbox).


mmm.. ok.. ill try it on a dev server...