I was trying to figure out why my backups have not run since February 1st. I lost tons of data due to this in a HDD failure. Everything since Feb1, gone.
Well turns out my cron mailbox got full (postfix default is 50MB) so the jobs were no longer running!
I fixed that by adding this line in /etc/potsfix/main.cf
mailbox_size_limit=0
This makes it unlimited. This is different then mail quotas I think, as the error produced in the logs was more cryptic, like a system error, rather then "inbox over quota" or something.
So just a random tidbit of info so no one does the same mistake as me, up that limit!
Well turns out my cron mailbox got full (postfix default is 50MB) so the jobs were no longer running!
I fixed that by adding this line in /etc/potsfix/main.cf
mailbox_size_limit=0
This makes it unlimited. This is different then mail quotas I think, as the error produced in the logs was more cryptic, like a system error, rather then "inbox over quota" or something.
So just a random tidbit of info so no one does the same mistake as me, up that limit!