Saturday, March 13, 2010

Delivery to the following recipient failed permanently, Verification failed

Today, I was getting the following error while trying to send email to any account of the server. The mail bounced with the following error messages.

This is an automatically generated Delivery Status Notification

Delivery to the following recipient failed permanently:

test@mydomain.com

Technical details of permanent failure:
Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 550 550-Verification failed for <xxxx@gmail.com>
550-The mail server could not deliver mail to xxx@gmail.com.  The account or domain may not exist, they may be blacklisted, or missing the proper dns entries.
550 Sender verify failed (state 14).

I have found a lots of comments internet regarding this. As, it was a cPanel server, I searched their forum too. Whatever I was getting was not solution for this problem.

Later, I have found that the resolver for the server is not working. I tried to get A record of google.com from that server, it says:

google.com has no A record

Similarly, ping also failed.

Then I have opened the /etc/resolve.conf file and put the following line at top and everything then started working like magic:

nameserver 4.2.2.1

Got same problem? Try this before hair pulling. It applies to non-cPanel server too.

This is an automatically generated Delivery Status Notification

Delivery to the following recipient failed permanently:

test@mydomain.com

Technical details of permanent failure:
Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 550 550-Verification failed for <xxxx@gmail.com>
550-The mail server could not deliver mail to xxx@gmail.com.  The account or domain may not exist, they may be blacklisted, or missing the proper dns entries.
550 Sender verify failed (state 14).This is an automatically generated Delivery Status Notification

Delivery to the following recipient failed permanently:

test@mydomain.com

Technical details of permanent failure:
Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 550 550-Verification failed for <xxxx@gmail.com>
550-The mail server could not deliver mail to xxx@gmail.com.  The account or domain may not exist, they may be blacklisted, or missing the proper dns entries.
550 Sender verify failed (state 14).

  • Share/Bookmark

Related posts:

  1. Effective Solutions for 500 error (Premature End of Script Headers) There may a number of reasons and solutions for it....
  2. Secure your Linux Servers Securing a linux server is a continuous job as new...
  3. Installing and configuring monit to monitor your server(s) Monit is a utility for managing and monitoring, processes, files,...
  4. DoS Protection via APF, BFD, DDOS and RootKit Being a web host, your servers are constantly being attacked...
  5. Installing Suhosin as PHP Extension in Linux Unlike the Hardening-Patch for PHP, nearly all of Suhosin´s features...

Related posts brought to you by Yet Another Related Posts Plugin.

Speak Your Mind

Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!