vzdump tool + email sender notifications

mmartincho

Renowned Member
Jul 14, 2012
13
0
66
Hi everybody!

Please I need a hand, a need to change the sender email address when the backup process is finished, by default use the account root@mydomain.com.
I want to user monitor-it@mydomain.com instead. Where I have to change it?

My Proxmox postfix has configured a relay host to another postfix.

Thanks in advance.
Martin
 
Hello Martin,

You can redirect all mail for root by editing /etc/aliases.
~# echo "root: monitor-it@mydomain.com" >> /etc/aliases && newaliases

Or just emailaddress for backup reports via WebUI
Datacenter -> Backup -> Edit -> Send mail to

Filesystem file you can found backup job with all options: /etc/pve/vzdump.cron