kqlman
06-09-2010, 06:37 AM
hi
Dear friends
I have a windows based host and it works perfectly the only problem with it is that i can not receive emails from yahoo !!!!
sending emails to yahoo from my host is not a problem but in receiving from yahoo the sender has the following error message :
CNAME lookup failed temporarily. (#4.4.3) ...
I am using MDaemon mail server on a windows server 2003 host and every thing else is working fine .
help me thanx
VIPoint
06-09-2010, 06:45 AM
It seems that CNAME entry is not set in the DNS file for your domain. Contact your host and ask them to setup CNAME entry for your domain.
kqlman
06-10-2010, 04:45 AM
It seems that CNAME entry is not set in the DNS file for your domain. Contact your host and ask them to setup CNAME entry for your domain.
yes i have already done that but nothings changed !!!
any more ideas ?
:eek:
PremiumHost
06-10-2010, 10:54 PM
It's difficult to give any suggestion without checking your domain.
It could issue with dns server.
HD-Sam
06-11-2010, 03:26 AM
Run a DNSReport on your domain, or if you supply it here, I can attach it as a pdf for you.
kqlman
06-11-2010, 03:36 AM
how can i run a DNSREPORT ?
can anyone give a hint on how i can do it ?
:blush:
VIPoint
06-11-2010, 06:30 AM
Check you domain http://intodns.com. Resolve all the errors related to the domain and it should work.
connect07
07-01-2010, 01:06 PM
i checked the website and i solved my problem thank you
kqlman
11-14-2010, 05:00 AM
i checked the website and i solved my problem thank you
how did you solve it ??
finally I solved it with this :
save the text as a .bat file and replace your domain with DOMAIN.COM and run it :D
you should check if you have dnscmd.exe in your system32 folder before running it of course
dnscmd localhost /zoneadd DOMAIN.COM /primary /file DOMAIN.COM.dns
dnscmd localhost /recordadd DOMAIN.COM @ SOA ns5.satcomco.com info@DOMAIN.COM 1
900 600 86400 3600
dnscmd localhost /recordadd DOMAIN.COM @ ns NS1.DOMAIN.COM
dnscmd localhost /recordadd DOMAIN.COM @ ns NS2.DOMAIN.COM
dnscmd localhost /recordadd DOMAIN.COM @ mx 10 mail.DOMAIN.COM
dnscmd localhost /recordadd DOMAIN.COM www A 38.99.139.217
dnscmd localhost /recordadd DOMAIN.COM @ A 38.99.139.217
dnscmd localhost /recordadd DOMAIN.COM mail A 38.99.139.217
cheers :agree:
kpmedia
11-14-2010, 10:54 PM
Thanks for adding your "how to" on this. It always peeves me when somebody say "I fixed it" then fails to offer their experience. Sort of defeats the purpose of a forum.
dijualdomain
11-18-2010, 12:05 AM
nice information, cname = canonical name at dns server.