Symptoms
You receive the following error when attempting to send an email from webmail.
SMTP Error (451): Failed to add recipient "user@domain.tld" (Temporary local problem - please try later)
Description
This issue occurs when the server is unable to perform DNS lookups.
Workaround
- Access the server's command line as the 'root' user via SSH or "Terminal" in WHM.
- Open the
/etc/resolv.conf
file in your preferred text editor. - Add Google's public resolvers at the beginning of the file.
nameserver 8.8.8.8
nameserver 8.8.4.4
- Save the changes and exit the editor.
Please note that you should contact your network provider to determine what nameservers should be used in the /etc/resolv.conf
file.