I
I
im_dimas2016-03-31 20:20:09
linux
im_dimas, 2016-03-31 20:20:09

How to calm the mail server?

The queue of letters accumulates all the time. I looked at the logs, every 10 minutes, 3 letters. I have 3 jobs in my cron every 10 minutes (php scripts), but there is not a single mention of mail in these scripts. In the panel itself, email notifications are disabled.
dd1a837347ee47a58e3a043320ecbc00.png
The graph shows when it drops to zero - I'm cleaning the message queue.
Here is the schedule for today219d72d6f7f644b197d73881ae80be1c.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Rsa97, 2016-03-31
@dimas199862

If jobs in the cron output something to the console (stdout, stderr), then the result is sent by mail to the user on whose behalf the job is run.
You can turn it off by adding MAILTO= to the beginning of the crontab, but it's better to figure out what the scripts output.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question