I did notice that it never really calls out the ability to send mail outside of the local spool, but mailto should work with a fully-qualified email address (and does on every other system I run and have run.)
I have to assume there's some sort of bug in this version of cron when combined with a postfix relay running on the same machine. For now, I just have mailto set to "", and all of the jobs redirected to a file on the network where I just need to remember to look at it once in a while.
I may just remove the mailto variable altogether and see if it dumps mail into the local user spool.
I may just remove the mailto variable altogether and see if it dumps mail into the local user spool.
That’s what I would try right away. If it makes it there try setting an alias for that user.
As long as I can get the information somehow, I should be good.
It has the added benefit of removing all the errors from the mail.log...
Will make some changes later and see what happens.