On Thu, Apr 26, 2001 at 07:38:32AM +0900, Stuart Folo wrote:
> I am having trouble fixing a problem that has been brought to me.
> Maildirmake has been incorrectly run on a server that is using
> procmail to deliver to the users mail directory. Now that it has been
> run, we are getting the following errors now.
>
> There was a problem logging onto your mail server. Your Password was
> rejected. Account: '192.168.70.10', Server: '192.168.70.10', Protocol:
> POP3, Server Response: '-ERR this user has no $HOME/Maildir', Port:
> 110, Secure(SSL): No, Server Error: 0x800CCC90, Error Number:
> 0x800CCC92
Most likely the user doesn't own his/her maildir. People often create
the maildir as root and forget to change the owner to be the user. Check
the permissions also. Preferred permissions are 700.
Tim