Error 550 – “The recipient cannot be verified”

On servers running cPanel, you may find that mail sent to valid users it bounced back by your mail server. The bounce back messages will be similar to the following.

PERM_FAILURE: SMTP Error (state 9): 550-"The recipient cannot be verified. 
Please check all recipients of this
550 message to verify they are valid.
If this is occurring, you will need to check your exim_mainlog file for entries 
similar to the following.
H=(nf-out-0910.google.com) [IP] F= rejected RCPT 
: No Such User Here
If you are sure that email account does indeed exist, you will need to run the 
following commands to correct the issue.
/scripts/updateuserdomains
/scripts/mailperm 
You will then also need to check your /etc/localdomains file and verify that the 
domain name is present. Also verify that the DNS line in your
/var/cpanel/user/username contains the domain as well.

 

  • 12 Utilisateurs l'ont trouvée utile
Cette réponse était-elle pertinente?

Articles connexes

Why is hotmail Blocking/Junking my mail?

Because of Hotmail's extremely aggressive spam protection policies, senders may find valid...

How do I get my mail headers?

Retrieving email headers is a very important step in reporting or troubleshooting any email...

535 authentication failed in roundcube

SMTP error 535 authentication failed in roundcube SMTP Error (435): Authentication failed If you...

Postfix Email Queue Commands

To flush mail queue under Sendmail MTAsendmail -qpostfix flushOR postfix -f To see mail queue,...

Delete all messages to and from a domain in exim queue

Use the ssh command below to remove all messages from and to a users domain.  This will help to...