I want OMV email notifications to be encrypted with a gpg public key before sending.
On other (non OMV) servers I have used this method:
https://dev.to/philippmayrth/e…-cron-emails-with-gpg-15j
This involves modifying crontab files to pipe the command output into gpg
But when I look at the crontab files in OMV, there is a warning.
# WARNING: Do not edit this file, your changes will get lost.
I looked at config.xml and didn't see anything obvious.
Is there an "approved" way to do this,
Thanks.