• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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