• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Email login failure

B

bray

Guest
This morning I have found my customers can no longer login to POP or webmail. Even after setting new passwords, they cannot login. Any ideas on how to fix this?

I read the knowledge base and found that this is already added to my imapd.

AUTHMODULES="authpsa"
MAILPASSWD="/usr/local/psa/qmail/users/poppasswd"

Not sure what else to do.

Eric
 
Oh, this may help, I found this in the maillog:

Unable_to_chdir_to_maildir.

Many lines of this in there.

Eric
 
Well I got the login problem solved using the mchk daemon utility. Now I have over 5000 message in the queue and none of them want to deliver to the mailboxes.

What now?
 
resend them from the queue.. can be done with

[root@vite ronald]# ./qmHandle
qmHandle v1.2.0
Copyright 1998-2003 Michele Beltrame

Available parameters:
-a : try to send queued messages now (qmail must be running)
-l : list message queues
-L : list local message queue
-R : list remote message queue
-s : show some statistics
-mN : display message number N
-dN : delete message number N
-Stext : delete all messages that have/contain text as Subject
-D : delete all messages in the queue (local and remote)
-V : print program version

Additional (optional) parameters:
-c : display colored output
-N : list message numbers only
(to be used either with -l, -L or -R)

You can view/delete multiple message i.e. -d123 -v456 -d567
 
Back
Top