Control Web Panel

WebPanel => E-Mail => Topic started by: TIKTIK on June 22, 2021, 11:09:16 AM

Title: SMTP Error (451): Failed to add recipient - Temporary lookup failure
Post by: TIKTIK on June 22, 2021, 11:09:16 AM
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).
Title: Re: SMTP Error (451): Failed to add recipient - Temporary lookup failure
Post by: kalybg 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"

---------
Title: Re: SMTP Error (451): Failed to add recipient - Temporary lookup failure
Post by: studio4host on June 22, 2021, 03:37:02 PM
try this:
Code: [Select]
chown -R nobody /var/lib/nginx/tmp/
Title: Re: SMTP Error (451): Failed to add recipient - Temporary lookup failure
Post by: kalybg on June 22, 2021, 08:11:03 PM
try this:
Code: [Select]
chown -R nobody /var/lib/nginx/tmp/

No result :(

Title: Re: SMTP Error (451): Failed to add recipient - Temporary lookup failure
Post by: kalybg on June 22, 2021, 09:25:47 PM
It worked out like this for me:

Code: [Select]
chmod +x /var/lib/nginx -R
Title: Re: SMTP Error (451): Failed to add recipient - Temporary lookup failure
Post by: daramesh 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