SMTP error from remote mail server after end of data: 451 4.2.0 Internal queueing error

TheM4ster

Member
Aug 22, 2014
6
0
51
cPanel Access Level
Root Administrator
Hello,
Reviewing relayers View from my whm,
I find a lot of messages in the "deferrals", I entered the action see this result:
Result: 25: SMTP error from remote mail server after end of data: 451 4.2.0 Internal queueing error

A which is due and how I can correct it.

Thank you in advance for comments.
 

ssfred

Well-Known Member
Jan 6, 2012
65
4
58
India
cPanel Access Level
Root Administrator
Twitter
Hello

Error no. 451 most commonly refers to the recipient server's inability to accept the mails or execution of its delivery. There can be multiple reasons such as the server being flooded with messages and is unable to process the new mails or the IP reputation of your server IP. In majority cases, such issues are temporary and hence you may make another attempt after sometime. If the issue persists, contact the recipient server administrator with the details of bounced messages, if you have one.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
Hello,

I suggest taking a look at /var/log/exim_mainlog to find more information on the specific messages. For example, you can use a command such as:

Code:
exigrep [email protected] /var/log/exim_mainlog
Thank you.