I am looking for how to edit the subject that proxmox sends me when a backup ends, that configuration where it is, to be able to edit the subject that it sends, and thus be able to customize the emails that proxmox sends me?
Hi, it's been a long time, but I needed to sort this out too. Since I use postfix to send emails, it's not a problem to modify the mail in any way. In this case a very simple change of the header.
In version 8.1.5 I use the subject is set to "vzdump backup status (*): *" and I want to change it to e.g. 'Proxmox backup'.
Edit the Postfix main configuration file
Code:
vim /etc/postfix/main.cf
Add or modify the header_checks directive:
Code:
header_checks = regexp:/etc/postfix/header_checks
Create or edit the header_checks file: Create or edit the /etc/postfix/header_checks file, which contains the rules for modifying headers.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.