[LINUX] Insufficient var space on the mail server

(Past correspondence memo) I get the following error:

Out: 452 4.3.1 Insufficient system storage

Did you fail to receive mail due to insufficient free space on the mail server side? Looking at the SMTP error messages, there are the following two types. [1]: 452 4.3.1 Insufficient system storage [2]: warning: not enough free space in mail queue: 157245440 bytes < 1.5*message size limit

The area of / var is tight and is more than 1.5 times the value of message_size_limit set in main.cf. It looks like / var is running low on free space and mail delivery is failing.

# grep limit /etc/postfix/main.cf
message_size_limit = 104857600

104857600 * 1.5 (message_size_limit) is larger than 157245440 (free / var at this point). I expanded / var for the time being and recovered.

Recommended Posts

Insufficient var space on the mail server
Notes on using matplotlib on the server
Publish the current directory on the web server
Run the task in the background on the sshed server
Drawing tips with matplotlib on the server side
Remotely open Jupyter notebook launched on the server
The most crude CORS support method on aiohttp Server
[CentOS 7.3] Build an FTP server on the ESXi host
Execute the command on the web server and display the result
Install django on python + anaconda and start the server
Test.py is not reflected on the web server in Python3.
Access the host SQL Server with python27 / pyodbc on the container
Image Optimize on the server side using TinyPNG's Web API
To disable the browser cache on Python's simple HTTP server
Install the latest version of Git on your Linux server