Author Topic: SMTP Error (451): Failed to add recipient - Temporary lookup failure  (Read 5268 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Hi

im using CWP 7
i add MX record to the DNS ..
i created email account
when i try to send email from the web mail interface, im getting this error .. :

SMTP Error (451): Failed to add recipient "testemail@gmail.com" (4.3.0 <testemail@gmail.com>: Temporary lookup failure).


SMTP Error (451): Failed to add recipient "testemail@gmail.com" (4.3.0 <testemail@gmail.com>: Temporary lookup failure).
« Last Edit: June 22, 2021, 11:11:23 AM by TIKTIK »

Offline
*
Re: SMTP Error (451): Failed to add recipient - Temporary lookup failure
« Reply #1 on: June 22, 2021, 02:06:29 PM »
As of today, I also have this problem. When I open the mail from Roundcube and try to attach a file, I get this error.

Any solution?

Regards,

-------
2021/06/22 14:18:51 [crit] 30067#30067: *22191 open() "/var/lib/nginx/tmp/client_body/0000000135" failed (13: Permission denied), client: 212.5.XXX.XXX, server: mail.mydomain.com, request: "POST /?_task=mail&_remote=1&_from=compose&_id=97177805060d1c6ebb729c&_uploadid=upload1624360729218&_action=upload HTTP/1.1", host: "mail.mydomain.com", referrer: "https://mail.mydomain.com/?_task=mail&_action=compose&_id=97177805060d1c6ebb729c"

---------

Offline
*
Re: SMTP Error (451): Failed to add recipient - Temporary lookup failure
« Reply #2 on: June 22, 2021, 03:37:02 PM »
try this:
Code: [Select]
chown -R nobody /var/lib/nginx/tmp/
VPS & Dedicated server provider with included FREE Managed support for CWP.
http://www.studio4host.com/

*** Don't allow that your server or website is down, choose hosting provider with included expert managed support for your CWP.

Offline
*
Re: SMTP Error (451): Failed to add recipient - Temporary lookup failure
« Reply #3 on: June 22, 2021, 08:11:03 PM »
try this:
Code: [Select]
chown -R nobody /var/lib/nginx/tmp/

No result :(


Offline
*
Re: SMTP Error (451): Failed to add recipient - Temporary lookup failure
« Reply #4 on: June 22, 2021, 09:25:47 PM »
It worked out like this for me:

Code: [Select]
chmod +x /var/lib/nginx -R

Offline
*
Re: SMTP Error (451): Failed to add recipient - Temporary lookup failure
« Reply #5 on: June 07, 2023, 05:43:40 AM »
Quote
chmod +x /var/lib/nginx -R
or
Quote
chown -R nobody /var/lib/nginx/tmp/

 No such file or directory