Dear all,
I installed a vanilla Proxmox 8.4 for test purposes. As documented in your manuals, for ZFS the ZED daemon will send notifications to root and all root mails should be forwarded to the root users emails as configured during setup-process.
Here I have a problem. I don't get mails from ZED and when trying to send an mail via cli (mail -s "Test" root) it won't be delivered anywhere.
(when configuring ZED to send directly to my mail-address it works as expected)
So here I have 2 problems:
- the documentation should be corrected, so that the user has to type in his own email-address into the config-files of ZED
- the internal forwarding process of root's mail should be corrected (I don't know whether other processes uses this for problem reports which can't be delivered)
If I can provide necessary log-files to inspect the failure, please tell me which files you need.
Just to be clear - other Proxmox mails will be delivered correctly (for example vzdump backup or replication error emails)
Thanks a lot.
I installed a vanilla Proxmox 8.4 for test purposes. As documented in your manuals, for ZFS the ZED daemon will send notifications to root and all root mails should be forwarded to the root users emails as configured during setup-process.
Configure E-Mail Notification
ZFS comes with an event daemon ZED, which monitors events generated by the ZFSkernel module. The daemon can also send emails on ZFS events like pool errors.Newer ZFS packages ship the daemon in a separate zfs-zed package, which shouldalready be installed by default in Proxmox VE.
You can configure the daemon via the file /etc/zfs/zed.d/zed.rc with yourfavorite editor. The required setting for email notification isZED_EMAIL_ADDR, which is set to root by default.
ZED_EMAIL_ADDR="root"
Please note Proxmox VE forwards mails to root to the email address configured for the root user.
Here I have a problem. I don't get mails from ZED and when trying to send an mail via cli (mail -s "Test" root) it won't be delivered anywhere.
(when configuring ZED to send directly to my mail-address it works as expected)
So here I have 2 problems:
- the documentation should be corrected, so that the user has to type in his own email-address into the config-files of ZED
- the internal forwarding process of root's mail should be corrected (I don't know whether other processes uses this for problem reports which can't be delivered)
If I can provide necessary log-files to inspect the failure, please tell me which files you need.
Just to be clear - other Proxmox mails will be delivered correctly (for example vzdump backup or replication error emails)
Thanks a lot.