• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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