Hi there,
On Sun, Aug 25, 2002 at 10:31:50AM +0300, Taymour A. El Erian wrote:
> Usually this error occurs when you have wrong ownership of the maildir, 
Hm, you`re right about that, when the the user is loggin in, it checks for a
maildir, if the maildir is not there (due to `it doesnt exist` or unreadable 
permissions) it`s calling maildirmake, simple, but when maildir fails you got the 
"CORRUPT" msg (check maildirmake.c), which meaning contains two things for sure, wrong 
permissions or the Maildir tree is not as it was(or suppose to be).

cheers,
-lk

> i.e. if you are using vmail as your user make sure the maildir (and its 
> parent) is owned by vmail so that qmail can chdir to it.
> 
> Defiant wrote:
> 
> >I have managed to fix my previous error (error in server 
> >configuration) by this qmail-pop3d/run script:
> > 
> >#!/bin/sh
> >    exec /usr/local/bin/softlimit -m 8000000 \
> >        /usr/local/bin/tcpserver -v -R -H -l 0 0 110 
> >/var/qmail/bin/qmail-popup \
> >        mserver.sincos.local /var/qmail/bin/auth_pop 
> >/var/qmail/bin/qmail-pop3d ./Maildir/ 2>&1
> >So thanks Mike for your advice!
> >now my telnet session with pop server shows this error:
> > 
> >-ERR mailbox is corrupted
> > 
> >Any suggestions?
> >Thanks!
> > 
> >Defiant
> 
> 
> -- 
> Taymour A El Erian
> System Division Manager
> T.E. Data
> E-mail: [EMAIL PROTECTED]
> Web:  www.tedata.net
> Tel:    +(202)-7494025
> Ext:    1101
> 
> 
> 

Reply via email to