Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 15 of 15
  1. #1
    Member
    Join Date
    Dec 2007
    Posts
    54

    Default Urgent: 535 Incorrect authentication data

    Hello,

    We are facing below error while trying to send mail. Also not receiving mails.

    ---------------------------------------------------------
    2008-08-02 11:18:23 fixed_login authenticator failed for (localhost) [127.0.0.1]:54412 I=[127.0.0.1]:25: 535 Incorrect authentication data
    ----------------------------------------------------------------------

    The domain and user are not present at /etc/demodomains & /etc/demousers
    Also permissions for /etc/passwd & /etc/shadow are correct.
    We have also done /scripts/eximup --force
    But still facing the same error.

    Please update us with exact solution.

    Thank you in advance.

    Regards,
    its_joy.

  2. #2
    Member
    Join Date
    Sep 2004
    Location
    inside a catfish
    Posts
    963
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Quote Originally Posted by its_joy View Post
    Hello,

    We are facing below error while trying to send mail. Also not receiving mails.

    ---------------------------------------------------------
    2008-08-02 11:18:23 fixed_login authenticator failed for (localhost) [127.0.0.1]:54412 I=[127.0.0.1]:25: 535 Incorrect authentication data
    ----------------------------------------------------------------------

    The domain and user are not present at /etc/demodomains & /etc/demousers
    Also permissions for /etc/passwd & /etc/shadow are correct.
    We have also done /scripts/eximup --force
    But still facing the same error.

    Please update us with exact solution.

    Thank you in advance.

    Regards,
    its_joy.
    If you're looking for a solution, open a ticket. It's been stated numerous times that these forums aren't support forums.

    Somebody will help you if they can, but you can't expect to have Cpanel fix anything for you based upon a message you put in these forums.

    Mike

  3. #3
    Registered User
    Join Date
    Aug 2008
    Posts
    3

    Default

    Hello

    Please check whether the folder etc in the location

    /home/"username"/etc/ is in the ownership username:mail

    If not please change it by

    chown username:mail /home/username/etc/ -R


    Thanks

    Manoj Krishnan
    Systems Engineer
    http://SupportPRO.com :: Transparent Web Hosting Support Services to Web Hosting Businesses ..

  4. #4
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Apr 2005
    Posts
    8

    Default

    Any ideas?

  5. #5
    Member MaestriaNick's Avatar
    Join Date
    Aug 2008
    Posts
    137

    Default

    is the entry for domain name present in /etc/localdomains file ?

    Maestriatech.com
    If Someone can do it, We can do it better.
    24/7 Linux /Windows Server Support
    5+ years in the industry
    reachus@maestriatech.com

  6. #6
    Member
    Join Date
    Aug 2007
    Posts
    23

    Default

    Quote Originally Posted by Manoj_Krishnan View Post
    Hello

    Please check whether the folder etc in the location

    /home/"username"/etc/ is in the ownership username:mail

    If not please change it by

    chown username:mail /home/username/etc/ -R


    Thanks

    Manoj Krishnan
    Systems Engineer
    http://SupportPRO.com :: Transparent Web Hosting Support Services to Web Hosting Businesses ..
    Hey Manoj,
    Thanks, It worked for me.

  7. #7
    Member
    Join Date
    Feb 2006
    Posts
    9

    Default same problem -- different cause in case it helps

    Hi


    Perhaps this post will help some lonely Googler some day

    I had the same problem and found this thread as a result. But in my case none of the above, or the /etc/demo files were the cause.

    In this case it was a file permissions problem, but it was that the user's main home found /home/user had been set wrx------ (700) instead of rwx--x--x (711) as it should have been. So the mail group process couldn't get down into /home/user/etc/domain to read the passwd file.

    Fix: chmod 711 /home/user

  8. #8
    Member
    Join Date
    Apr 2009
    Posts
    230

    Default Another reason!

    additional info for that lonely googler

    This might also happen when the option “Allow mail account authentication using the password of the domain owner’s account” in WHM -> Server Configuration -> Tweak Settings is enabled.
    Webmail logs you in but attempts to use the cPanel account password via SMTP. Hence. the problem.

    Disable the option and check.
    If this does not fix the issue then try running /scripts/upcp

  9. #9
    Member
    Join Date
    Jul 2004
    Posts
    212

    Default

    in fact there is another place to find some issues resulting 535 errors

    i found this at

    /etc/userdomains

    there you usually look for some blank space or broken line near to the domain that is having the incorrect authentication data issue error 535

    kind regards
    claudio

  10. #10
    Registered User
    Join Date
    Jul 2010
    Posts
    1

    Default Same problem but itn's solved

    Hi,

    I prove all the solutions in this forum but the problem persist

    Any another ideas?

  11. #11
    Member minosjl's Avatar
    Join Date
    Jun 2011
    Location
    India
    Posts
    150

    Default Re: Urgent: 535 Incorrect authentication data

    Dear bro,

    Did you checked your domain is suspended or not ?

  12. #12
    cPanel Staff cPanelTristan's Avatar
    Join Date
    Oct 2010
    Location
    somewhere over the rainbow
    Posts
    6,305
    cPanel/Enkompass Access Level

    Root Administrator

    Default Re: Urgent: 535 Incorrect authentication data

    Hello,

    What is the exact error message and what exactly have you tried?

    Next, which of the following is this impacting:

    - One email account on one domain on a cPanel account
    - All email accounts on one cPanel account
    - All email accounts on all cPanel accounts

    Knowing which is impacted helps to narrow down substantially where the issue is occurring. Here is a breakdown of how providing specific details would be necessary:

    [Impacted - one email account on one domain on a cPanel account]
    Could be caused by incorrect permissions (ownership or file) on /home/username/mail/domain.com/passwd, shadow or quota file permissions
    Could be caused by missing user /home/username/mail/domain.com/passwd, shadow or quota file(s)
    Could be caused by incorrect permissions (ownership or file) on /home/username/mail/domain.com/emailuser folder or subfolder (cur, new)
    Could be caused by missing /home/username/mail/domain.com/emailuser folder or subfolder (cur, new)
    And so on

    [Impacted - all email accounts on one cPanel account]
    Could be caused by incorrect permissions (ownership or file) on any level leading up to /home/username/mail/domain.com/passwd, shadow or quota file(s)
    Could be caused by missing users in /home/username/mail/domain.com/passwd, shadow or quota file(s)
    Could be caused by setting immutable attributes on /home/username/mail/domain.com/passwd, shadow or quota file(s)
    Could be caused by incorrect permissions (ownership or file) on any folders leading up to /home/username/mail/domain.com
    Could be caused by missing /home/username/mail or /home/username/mail/domain.com folders
    Could be caused by domain not being properly owned (/scripts/whoowns domain.com)
    Could be caused by account not having been properly unsuspended (grep -i suspend /var/cpanel/users/username)
    Could be caused by domain not digging to the machine for the DNS zone
    Could be caused by the domain not being in /etc/localdomains and/or in /etc/remotedomains
    And so on

    [Impacted - one email account on one domain on a cPanel account]
    Could be caused by exim not running
    Could be caused by CSF firewall or iptables blocking port incoming and/or outgoing 25
    Could be caused by immutable attribute set on /etc/exim.conf or any exim file(s) needing to be updated
    Could be caused by Perl module issues
    Could be caused by domains being in /etc/remotedomains
    Could be caused by resolver not working (/etc/resolv.conf)
    Could be caused by bind not properly working for named resolving local domains
    And so on

    There are many reasons that email might not function because email is extremely complex. At all points in time when reporting an error message, please ensure to provide whether it is just one email account on a domain, all email accounts on a cPanel account, or all email accounts on the machine. If you are unable to provide additional information for privacy concerns, then please submit a ticket using WHM > Support Center > Contact cPanel or using the link in my signature. If you post the ticket number upon opening one, we can track the progress of the ticket.

    Please note that if you do not have root SSH and root WHM access, you would want to contact your datacenter, NOC or provider to have them investigate the issue. If they are unable to resolve it, then they could submit a ticket to us using our support channels.

    Thanks!
    cPResources: Support Options | More Support Options | Forums Search | cPanel.net Site Search | Mailing Lists(Alt) | Docs
    -- Tristan, Forums Technical Analyst, cPanel Tech Support

    Submit a ticket | Check an existing ticket

  13. #13
    Member
    Join Date
    Oct 2006
    Location
    Upper-East Tennessee
    Posts
    5

    Default Re: Urgent: 535 Incorrect authentication data

    Thank you for that detailed answer! I now have an attack plan to try to figure out what my problem is.

    I have 34 accounts on my WHM and I have one customer having trouble accessing multiple email accounts across 2 domains hosted on my WHM via IMAP. I sporiadically get this error via lfd:

    ================================
    Time: Tue Feb 28 11:07:35 2012 -0500
    IP: 76.7.110.xx (US/United States/tn-76-7-110-xx.dhcp.embarqhsd.net)
    Failures: 1 (smtpauth)
    Interval: 300 seconds
    Blocked: Temporary Block (IP match in csf.allow, block may not work)

    Log entries:

    2012-02-28 11:07:31 dovecot_login authenticator failed for tn-76-7-110-xx.dhcp.embarqhsd.net (JAMIE) [76.7.110.xx]: 535 Incorrect authentication data (set_id=xxxxxx@woodbysrebuildables.com)

    =========================
    Some days he has no issues and other days I get dozens of these only for his computer.
    I have whitelisted him in cPHulk and in CSF. He has a static IP. I even set up a rule in Host Access Control for dovecot to allow his static ip. I'm guessing on that one.

    He is using Outlook 2003. I have deleted the accounts from his Outlook and re-created them. I have changed the passwords. Checked his machine for viruses, malware, spyware, and thouroughly cleaned his system. I have compacted the databases in Outlook and am about to try changing his email settings to use SSL.

    Any other ideas?
    Thanks for your time!

  14. #14
    cPanel Staff cPanelTristan's Avatar
    Join Date
    Oct 2010
    Location
    somewhere over the rainbow
    Posts
    6,305
    cPanel/Enkompass Access Level

    Root Administrator

    Default Re: Urgent: 535 Incorrect authentication data

    Have you tried temporarily disabling LFD options in CSF for blocking IPs to see if that fixes the issue? It appears to me given the timestamp on the email by that third party product that it is the cause of the issue with the failure to authenticate. Since we do not provide CSF and LFD, the best course of action would be to post on their forum about the issue:

    CSF Forum
    cPResources: Support Options | More Support Options | Forums Search | cPanel.net Site Search | Mailing Lists(Alt) | Docs
    -- Tristan, Forums Technical Analyst, cPanel Tech Support

    Submit a ticket | Check an existing ticket

  15. #15
    cPanel Product Evangelist Infopro's Avatar
    Join Date
    May 2003
    Location
    Pennsylvania
    Posts
    7,894
    cPanel/Enkompass Access Level

    Root Administrator

    Default Re: Urgent: 535 Incorrect authentication data

    Time: Tue Feb 28 11:07:35 2012 -0500
    IP: 76.7.110.xx (US/United States/tn-76-7-110-xx.dhcp.embarqhsd.net)
    Failures: 1 (smtpauth)
    Interval: 300 seconds
    Blocked: Temporary Block (IP match in csf.allow, block may not work)
    If he typed in his password wrong, 1 time, you've got CSF set to block.

    From CSF:

    #[*]Enable login failure detection of SMTP AUTH connections

    Default is 5.


    I have whitelisted him in cPHulk and in CSF. He has a static IP. I even set up a rule in Host Access Control for dovecot to allow his static ip.
    I would remove all of these changes. They should not be needed.

    It may sound harsh, but if a user cannot type in the credentials properly and gets himself blocked (I do not use temp ban, I only use perm) and needs to contact you to get unblocked, he may take the time to login properly next time and avoid the wait for you to unblock his IP.

    I may be wrong here of course, but it sounds to me like user error. Whitelisting any user as you have is a bad idea. In my humble opinion...
    Fav cPlinks this week: Blog - cPanel & WHM 11.32 we love it! | cPanel University study for it! | Attracta is coming! we want this!

Similar Threads & Tags
Similar threads

  1. 535 invalid authentication data, not consisten
    By Lyttek in forum E-mail Discussions
    Replies: 2
    Last Post: 11-08-2010, 04:58 PM
  2. 535 Incorrect authentication but mail sends
    By djdavedawson in forum cPanel and WHM Discussions
    Replies: 6
    Last Post: 10-15-2010, 08:22 AM
  3. Replies: 1
    Last Post: 03-26-2009, 02:03 PM
  4. Mail: 535 Incorrect authentication data
    By mohakevin in forum cPanel and WHM Discussions
    Replies: 5
    Last Post: 06-23-2006, 06:32 AM
  5. 535 Incorrect authentication data
    By jackie46 in forum cPanel and WHM Discussions
    Replies: 4
    Last Post: 09-25-2005, 07:40 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube