Hello, before the notification manager I simply sent my backup status mails via SMTP to the address defined in the job. With the “new” notification manager, I have built the following matcher so that the backup mails go to a specific mailbox:
Read more
Code:
matcher: Backup-Notification
match-field exact:type=vzdump
mode all
target backup
smtp: backup
from-address pve@example.org
mailto backup@example.org
mode starttls
server mx.example.org...
Read more