Authentication Failed - Email password is not working in desktop application

I tried accessing the email account from one of the email client on my desktop. It was generating the error as “Authentication Failed”. When I tried login using webmail client then it was working fine.

Solution -

1. Make sure the password which you've typed in the email client is correct. There might be small typo.
2. If the password is correct then telnet to the server for further verification -

telnet domain_name 110Trying 1.2.3.4...
Connected to domain_name
Escape character is '^]'.
+OK Dovecot ready.
user email_address
+OK
pass Enter the Password of associated email address
-ERR [AUTH] Authentication failed.

Note -
1. Replace the domain_name with your domain name.
2. Replace the email_address with your email address and password with correct password.

From provided output, the password was working for the web interface but server was giving the error message as 'Authentication Failed'.

So you will need to change the password of email account for which you are facing the issue. Now again give a try and telnet to server as below and now it is working-

telnet domain_name 110Trying 1.2.3.4...
Connected to domain_name
Escape character is '^]'.
+OK Dovecot ready.
user email_address
+OK
[b]pass Enter the Password of associated email address[/b]
+OK Logged in.
list
+OK 12 messages:

I used the new password and tried login, it's started workingIt is because the password format is not supported by the email client.
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

ERROR: There was an error connecting to the server, Please verify the settings

While updating the WordPress plugin using FTP client I was getting the error as -'ERROR: There...

How to preview the edited page in WordPress?

I have edited the WordPress site page but it was not reflected on the live site.Solution :-1....

How to to know SSH port on the cPanel server?

Steps to know SSH port of cPanel server -1. Login to WHM with your login details. 2. Go to...

mod_security rule [Id '-1'] triggered! ModSecurity: Access denied with code 403

While updating the contents in any of the CMS, I was getting a 403 error on the Litespeed server....

How to change the primary IP address of a WHM/cPanel (centOS/RHEL) based servers?

1. Steps for WHM: I. Log into WHM >> Basic cPanel & WHM Setup II. Change the Primary...

Powered by WHMCompleteSolution