Skip to main content

webmail login is invalid and outlook keep asking for password

Comments

10 comments

  • Felipe M.
    Hello Please deactivate your cPhulk in cPanel/WHM and try again with your email account. You can kill processes in your server or fully disabled cphulk protection for i in `ps aux | grep -i "cphulkd - process" | awk {'print $2'}` ;do kill -9 $i ;done /usr/local/cpanel/bin/cphulk_pam_ctl --disable
    Thank you.
    0
  • psytanium
    can't get to run OpenSSH on Windows yet. anyway I have turned off cphulk and flashed DB from the server GUI. now some clients can login from the Webmail, others still can't. but all of them they still have the outlook asking for password repeatedly.
    0
  • cPanelPeter cPanel Staff
    Hello, Can you use telnet to test login? #telnet localhost 110 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. +OK Dovecot ready. user emailaddresshere pass passwordhere
    What do you see? Also check /var/log/maillog for errors at the same time.
    0
  • psytanium
    Now i'm running OpenSSL, can you give me the same code for PuTTY ? Thank you.
    0
  • cPanelMichael
    [quote="psytanium, post: 1660991">Now i'm running OpenSSL, can you give me the same code for PuTTY ? Thank you.
    Putty is just a SSH client, so you can run commands as you normally would. There are no special requirements. Thank you.
    0
  • psytanium
    Thank you so much for your patience with me. I have used windows cmd and did the following: telnet server.xxxxx.com 110 USER PASS LIST I was connected, logged in, and i got a list of emails it think. Is that what you asked me to do ?
    0
  • cPanelMichael
    Check the output from /var/log/maillog when your users report authentication failures and let us know what you see. You could actively review the output from this file as authentication failures occur with a command such as: tail -f /var/log/maillog
    Thank you.
    0
  • jwebb117
    I am having a similar problem, only it is Apple Mail that is saying the password is invalid. Nothing has changed on the server side; one day it just stopped working. If I log in through the webmail version I can get in, however.
    0
  • psytanium
    I have added their IPs to the white list in cPhulk. Now all of them can login from Webmail and Outlook behave normally. But its not practical to do this procedure all the time, i think there is another solution.
    0
  • cPanelMichael
    [quote="jwebb117, post: 1662161">I am having a similar problem, only it is Apple Mail that is saying the password is invalid. Nothing has changed on the server side; one day it just stopped working. If I log in through the webmail version I can get in, however.
    Please see the post prior to yours for information regarding /var/log/maillog. Thank you.
    0

Please sign in to leave a comment.