Sendmail is installed on the server.
It sends an average of 6 emails at 3K per second and writes 18 files in /var/spool/mqueue-client.
Because of this high disk writes iotop: Total DISK WRITE: 1605.77 K/s. On another test server I wrote a script that sends 20 emails at 3K and DISK WRITE increases from 0 to 1500 K/s
Who can tell why such a high Total DISK WRITE depends sendmail and how can I reduce it?