Email problem: 550-Verification failed

  • defa0009
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Nov 11, 2005
  • Posts: 5
  • Status: Offline

Post November 11th, 2005, 10:35 am

rjmthezonenet wrote:
Posting the solution is great (more people should do this... you never know when someone will be on Google with the same problem).

Don't forget to award yourself participation points! ;-)



I didn't see this post..... that's how I found this site and I'm glad I did!
Seems like a fantastic resource!
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post November 11th, 2005, 10:35 am

  • defa0009
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Nov 11, 2005
  • Posts: 5
  • Status: Offline

Post November 11th, 2005, 11:12 am

Still have the errors but I did find a great link to test out your server's configuration:


http://www.dnsreport.com/tools/dnsreport.ch?domain=addyourdomainhere.com
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23404
  • Loc: Woodbridge VA
  • Status: Offline

Post November 11th, 2005, 11:18 am

Nice link. Thanks!
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • merc73jeff
  • Born
  • Born
  • No Avatar
  • Joined: Nov 11, 2005
  • Posts: 1
  • Loc: Vancouver, BC
  • Status: Offline

Post November 11th, 2005, 11:38 am

Maybe I am missing something here. I have been getting the following failed email for an internal server.

The original message was received at Fri, 11 Nov 2005 02:00:52 -0800 (PST) from root@localhost

----- The following addresses had permanent fatal errors ----- support@mydomain.com
(expanded from: root)

----- Transcript of session follows ----- ... while talking to mail.mydomain.com.:
>>> RCPT To:<support@mydomain.com>
<<< 550-Verification failed for <root@server1.mydomain.com>
<<< 550-Unrouteable address
<<< 550 Sender verify failed
550 support@mydomain.com... User unknown


I have the following in my /etc/hosts file


192.168.150.3 server1.mydomain.com server1


So I feeling like I'm missing something so if any sees it please let me know. Again this is from an internal server sending out reports.
  • defa0009
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Nov 11, 2005
  • Posts: 5
  • Status: Offline

Post November 12th, 2005, 4:16 pm

From what I have read /etc/hosts must have the format:

ip-address FQDN (fully-qualified-domain-name) alias1 alias2 alias3 etc

for example this is my /etc/hosts

127.0.0.1 localhost.localdomain localhost
234.124.12.454 mysite.com server mail www

so from what I can see to start is your /etc/hosts should be:

192.168.150.3 mydomain.com server1


Did you test your server in the link I posted earlier? It will tell you
everything that is wrong with your setup. For me it was the same
error you have and it was because I didn't have my MX record set
up correctly.
  • sanch
  • Born
  • Born
  • No Avatar
  • Joined: Jan 03, 2006
  • Posts: 2
  • Status: Offline

Post January 3rd, 2006, 4:26 am

i am having a similar problem..with emails bouncing back from a certain domain..and its been 2 months ..i am unable to resolve the issue..can someone help me out with this..i get the following error..

The original message was received at Sun, 1 Jan 2006 22:18:39 -0800

----- The following addresses had permanent fatal errors ----- <abc@tibiadubai.com>

----- Transcript of session follows -----
... while talking to tibiadubai.com
>>> RCPT To:<abc@tibiadubai.com>
<<< 550 Sender verify failed

when i try to send an email to a user of this domain..the original email address has been withdrawn from the above error..

however the mailbox at tibiadubai.com is able to receive emails from other users ..

i had this issue when i transferred my hosting from one domain to another..the domain is however still with the previous hosting company ..i just had the dns changed to point to the new hosting compan's servers..

i am not an expert at the technical language in web hosting..

please help..i have tried contacting the hosting company ..but it seems they are also unable to resolve the issue..

you guys are my only hope... :(
  • Uncensored-Hosting
  • Proficient
  • Proficient
  • User avatar
  • Joined: Sep 26, 2004
  • Posts: 383
  • Loc: Los Angeles
  • Status: Offline

Post January 3rd, 2006, 11:10 am

This error can also be caused by a misconfonfigured zone file unsuccessful and/or pending propagation. I have heard and seen other threads regarding this issue and conclusion. However I know for a fact that you do not need to change the hostname. I have setup dozens of boxes and all of them sucessfully share the same hostname and primary nameserver.



Bigwebmaster wrote:
I just want to let you guys know that I have resolved the problem and here is what I did. Apparently it wasn't liking the fact that the primary nameserver and the and the actual hostname of the server were the same. All I did was change the hostname to another routable domain name such as mail.somedomain.com and made sure all the mx records were in place. That seemed to have resolve the problem. I have tested sending emails to all the hosts that have previously rejected them, and no emails bounced back. In fact I got a few responses now from them which confirms it is fixed. I have looked all across the Internet and have now found a resolution like this listed, so hopefully this helps someone else in the future.

To change the hostname of the server I typed in SSH (logged in as root user):

hostname mail.somedomain.com

I then also made sure that mail.somedomain.com came right after localhost. So in other words it looks something like:

127.0.0.1 localhost.localdomain localhost
55.555.55.5 mail.somedomain.com
  • sanch
  • Born
  • Born
  • No Avatar
  • Joined: Jan 03, 2006
  • Posts: 2
  • Status: Offline

Post January 4th, 2006, 12:37 am

so wut do u say ..? how can i possibly find the error & its place of occurence an d solve it ?ny tools ?>?

others ny ideas ?

tnx in advance.
  • prethip
  • Born
  • Born
  • No Avatar
  • Joined: Jun 06, 2007
  • Posts: 1
  • Status: Offline

Post June 6th, 2007, 4:31 pm

Random googler, ncie thing..
i dont understand the second part of the post.
how do u do that?



Bigwebmaster wrote:
I then also made sure that mail.somedomain.com came right after localhost. So in other words it looks something like:

127.0.0.1 localhost.localdomain localhost
55.555.55.5 mail.somedomain.com
  • Alfatrion
  • Born
  • Born
  • User avatar
  • Joined: Jun 24, 2008
  • Posts: 1
  • Status: Offline

Post June 24th, 2008, 4:12 am

You could also use the smtp server configuration. I'm using FreeBSD width Sendmail and have done this:

OPEN /etc/mail/server.mc
ADD-AFTER
MASQUERADE_AS(`myserver.com')
FEATURE(`masquerade_envelope')
define(`confDOMAIN_NAME', `myserver.com')
  • Ankh
  • Born
  • Born
  • No Avatar
  • Joined: Sep 23, 2008
  • Posts: 1
  • Status: Offline

Post September 23rd, 2008, 8:54 am

Another random Googler...

I'm also a SBS 2003 Admin.

Wouldn't it be possible to do the same thing in DNS on the SBS?

For example, in our dnsmgmt snapin (Start>Run>AdministrativeTools>DNS), I hope you will see:

*DNS-
-----ServerName-
----------------Forward Lookup Zones-
-------------------------------------MyDomain.com-
-------------------------------------MyDomain.local-

You see both an internal - .local and external - .com
If not you will need to create the .com zone. Right Click ForwardLookupZones> Select NEW ZONE > Follow the prompts...

Now that you have both zones in place, drill into:

*DNS-
-----ServerName-
----------------Forward Lookup Zones-
-------------------------------------MyDomain.com-


Here you will need to create a new host.
Right Click MyDomain.com> Select NEW HOST (A).
Enter hostname (mail/smtp/pop/webmail/www/etc...), Enter IP address for HOST, Click ADD HOST. Done.
  • kikwete
  • Novice
  • Novice
  • No Avatar
  • Joined: Mar 26, 2008
  • Posts: 17
  • Status: Offline

Post January 21st, 2009, 2:30 am

Go to Start > Control Panel > Network Connections
Then right click your Local Area Connection, then click properties.
Highlight Internet Protocol (TCP/IP)
Then click properties. Then click Obtain DNS Server Automatically.
Then click ok.

That should fix it. 99% of the time thats the problem.
  • tahoecale
  • Born
  • Born
  • No Avatar
  • Joined: Nov 01, 2012
  • Posts: 1
  • Status: Offline

Post November 1st, 2012, 7:33 pm

Just a random guy searching on google just wanted to say thanks for the info i haven't tested it yet but i think this could be the issue with my site.

Post Information

  • Total Posts in this topic: 28 posts
  • Users browsing this forum: No registered users and 67 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
cron
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.