• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Qmail problem

S

stainfotech

Guest
Hi,

I'm using Plesk Reloaded 7.5 on RedHat 9. I have a problem with sending mail with qmail producing this error:

qmail: 1117409382.833569 delivery 125: deferral: CNAME_lookup_failed_temporarily._(#4.4.3)/

I only tested sending using webmail so far. Webmail just sits there for ages trying to send and nothing happens.

If anyone could shed some light on this problem it would be greatly appreciated.
 
Sounds like a DNS resolution failure, What's in your /etc/resolv.conf file?

You should have at least 1 if not more other DNS server IPs listed in it. If you have a single external DNS server and it goes offline or for whatever reason is unable to process the lookup request, you can get this error.

The file should contain 1 or more lines such as:

nameserver 111.222.333.444

where the 111.222.333.444 represents valid IPs of external DNS servers, usually belonging to your ISP/provider.
 
Hi James,

You were right, it was a DNS issue but not in resolv.conf. My firewall was misconfigured. I've allowed port 53 in but not out and DNS didn't like that. :)

Thanks for your help anyway.
 
Back
Top