Hello everyone,
I configured Postfix to send e-mail notifications over an smtp relay host.
Everything works fine so far, but I have some additional questions.
To change the sender e-mail address I did the following:
The sender now appears as
I wonder if I can change the "root" part to something else?
And one more question:
I do receive e-mails for backup jobs, but not when system updates are available.
Is there such an option in Proxmox that I didn't found? Or am I supposed to use apticron for that?
Thanks in advance!
I configured Postfix to send e-mail notifications over an smtp relay host.
Everything works fine so far, but I have some additional questions.
To change the sender e-mail address I did the following:
Code:
# /etc/postfix/sender_canonical
root mail@provider.com
Code:
postmap /etc/postfix/sender_canonical
The sender now appears as
root <mail@provider.com>
.I wonder if I can change the "root" part to something else?
And one more question:
I do receive e-mails for backup jobs, but not when system updates are available.
Is there such an option in Proxmox that I didn't found? Or am I supposed to use apticron for that?
Thanks in advance!