Solution to Plesk Onyx The message cannot be received: 552 5.3.4 Error
If you receive the following error when receiving e-mails on your Plesk Onxy server, it indicates that the sent e-mail size is more than the maximum reception limit set by Plesk.
Before making the settings below, keep in mind that the values will now also be valid for emails sent as spam.
First of all, for the solution; We connect to our server via ssh.
ssh [email protected] -p privateport
We check the value considered valid.
postconf | grep message_size_limit
Now we determine the new size we want.
postconf -e message_size_limit=52428800
Finally, we can restart the postfix service with the following command.
service postfix reload
Can't find the information you're looking for?
You have examined the knowledge base in detail, but if you cannot find the information you need,
Create a Support Ticket-
How to Open Ports in Windows?
315 2
-
How to Grant Windows Administrator Privileges?
231 0
-
How to install Webmin on Ubuntu?
886 2
-
Linux SSH Terminal Commands and Explanations
803 3
-
CentOS Stream 10 Update Commands
859 1
-
CentOS Stream 9 Update Commands
1251 2
-
CentOS Stream 8 Update Commands
680 0
-
What is FreeBSD?
858 2
-
Out: 452 4.3.1 Insufficient system storage
770 2
-
Turning Off Automatic Updates in Windows Operating Systems
880 0