Yesterday I did a clean install of Proxmox 8
Today I received an odd e-mail from my system that I do not understand.
It reads:
So that seems to originate from:
But why the heck did I receive the cron job command via E-Mail ?
I have never had this happen before on any Proxmox install.
I suppose this should have been the result of the default scrub job?
I enabled the e-mail settings as usual:
When I do a scrub manually, then I get the correct message.
Today I received an odd e-mail from my system that I do not understand.
It reads:
Code:
test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.daily; }
So that seems to originate from:
Code:
/etc/crontab
Code:
17 * * * * root cd / && run-parts --report /etc/cron.hourly
25 6 * * * root test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.daily; }
47 6 * * 7 root test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.weekly; }
52 6 1 * * root test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.monthly; }
But why the heck did I receive the cron job command via E-Mail ?
I have never had this happen before on any Proxmox install.
I suppose this should have been the result of the default scrub job?
I enabled the e-mail settings as usual:
Code:
/etc/zfs/zed.d/zed.rc
ZED_EMAIL_PROG="mail"
ZED_NOTIFY_VERBOSE=1
When I do a scrub manually, then I get the correct message.
Code:
ZFS scrub_finish event for nvme on pve
Last edited: