cronjob is not sent to email

Niroth

New member
Joined
Sep 10, 2024
Messages
2
Hello,
I have two servers. They are both set the same way to run a daily cron and inform me if there are updates available. The one server manages to send the email and the other doesn't.
While I am troubleshooting this I am trying to find where the command/script to collect the available updates is.
I have tried: grep -Ri 'updates available' /etc/cron* and I have no output on both servers.

Also: cat /var/log/exim/mainlog | grep 'updates available'
with this I see the output in the server that sends the email
and in the I have no output on the server I want to fix as expected.

The strange this is I cannot find where the script that brings me the 'updates available' is executed on both servers.
Do you have any clue?
Thank you in advance.
 
Back
Top