Thanks Ralph,

> * Rocco Scappatura <rocco.scappat...@infracom.it>:
> 
> Error 1: maildirmake: /pathto/user/: File exists
> Error 2: maildrop: maildir over quota.
> 
> > What you mean precisely? How I can find the mistake?
> >
> > Here my maildrop conf file:
> >
> > log "test -d $HOME$DEFAULT"
> > `test -d $HOME$DEFAULT`
> > if ($RETURNCODE != 0)
> > {
> >         log "mkdir -p $HOME$DEFAULT"
> >         `mkdir -p $HOME$DEFAULT`
> >         log "rmdir $HOME$DEFAULT"
> >         `rmdir $HOME$DEFAULT`
> > }
> >
> > log "/usr/local/courier/bin/maildirmake $HOME$DEFAULT"
> > `/usr/local/courier/bin/maildirmake $HOME$DEFAULT`
> Either the line above
> 
> > log "/usr/local/courier/bin/maildirmake -q $MAILDIRQUOTA
> $HOME$DEFAULT"
> > `/usr/local/courier/bin/maildirmake -q $MAILDIRQUOTA $HOME$DEFAULT`
> Or the line above is causing error 1!
> 
> > .
> > .
> > .
> > TO "$HOME$DEFAULT"
> 
> This causes error 2

I will write a more relaible conf from maildrop for the matter of error 1. 
While I remove line cousing error 2.

BTW, still Brixen next summer? ;-)

rocsca

Reply via email to