Web Hosting Talk







View Full Version : problem with yahoo mail


skeptic
06-23-2010, 04:25 PM
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
;)

CyberHostPro
06-23-2010, 07:00 PM
Hi

You best contact your host, its possible your DNS is not setup right.

saeedccie
06-28-2010, 01:34 PM
I think you have to create the CName entry in DNS server.

Host Our Web
06-28-2010, 01:40 PM
Hello,

I highly recommend you take a look at http://www.checkdns.net/quickcheckdomainf.aspx with your domain name. It will tell you if you have a dns issue (which is what the error message means).

Have you changed your dns settings recently?

saeedccie
06-28-2010, 01:48 PM
Did you check your DNS server for CName?

Hostfly
07-20-2010, 01:09 PM
check out your mx records for your domain name.

The1Hosting
07-28-2010, 07:04 PM
I would recommend contacting your Host provider! Could be your IP DNS setup.

wolfking987
07-29-2010, 02:50 PM
I would recommend using a graphical interface like roundcube as it would give you some more help with your issue.

Adam Brown
08-02-2010, 12:50 AM
There is no doubt man as your error message shows the error clearly so contact to your host provider.

MithunSingh
08-03-2010, 08:30 AM
Yahoo has been having a server problem, they are aware of it and they say they are working on getting it fixed soon. In the meantime, you can access your mail here through the back door, it's basic, no frills.

Robert William
08-20-2010, 12:34 AM
I am using Gmail and it is secure, Fast, and reliable. why not you try this one.

mithunchetan
08-20-2010, 04:29 AM
I am using from started Google Mail(gmail.com).

reseller1025
08-21-2010, 06:32 AM
check out each and every thing again
specially the domain

ethakota
08-24-2010, 10:30 AM
Are you getting any error message or not able to connect the server.?Did you check your DNS server for CName. i have used it, it is working for me. try to check with your host or sometimes the problem may be due to yahoo server problem. try re connecting. if it comes again contact your host or try checking with other mail.

7HillsIT
09-01-2010, 06:39 AM
I'd guess that you have your MX set to say mail.domain.com and have mail.domain.com configured as a CNAME and not an A record. Whilst using a CNAME is technically within the DNS RFC's its correct but some mail providers will expect to see a 'proper' A record for MX entries. It's all about making your mail servers as 'kosher' as possible with A records, SPF, domain signing and rDNS entries.

Dave

TheMessenger
09-07-2010, 06:48 AM
Take off the trailing dot in the DNS records.

whPro
09-13-2010, 01:03 AM
Yahoo has been having a server problem, they are aware of it and they say they are working on getting it fixed soon. In the meantime, you can access your mail here through the back door, it's basic, no frills.
What kind of problem with Yahoo server? I already registered a hosting package at Yahoo.

PremiumHost
09-13-2010, 09:11 PM
What kind of problem with Yahoo server? I already registered a hosting package at Yahoo.

The original topic was about issue with sending email to Yahoo, not about yahoo hosting. :rolleyes:

gineey
09-14-2010, 08:28 AM
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 .



1) Please provide us complete error as it is not complete error message.

2) Are you getting this error while sending email to your email id from gmail and other free email ids ? as well?

kqlman
11-14-2010, 04:57 AM
I had the same issue and 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: