S szeoguprer New Member Jul 5, 2020 15 1 3 Jul 10, 2020 #1 I've configured Postfix to be able to send e-mails over SMTP. See here I've set an e-mail address for the root user via GUI. Today I manually checked and had 12 system updates available. Shouldn't I get a notification mail about that? Did I miss something?
I've configured Postfix to be able to send e-mails over SMTP. See here I've set an e-mail address for the root user via GUI. Today I manually checked and had 12 system updates available. Shouldn't I get a notification mail about that? Did I miss something?
Moayad Proxmox Staff Member Staff member Jan 2, 2020 3,342 326 108 31 Vienna shop.proxmox.com Jul 13, 2020 #2 Hi, have you tested it? - if no please try to test it with the simple command: Bash: echo "Test mail from postfix" | mail -s "Test Postfix" your@email.com Reactions: carles89
Hi, have you tested it? - if no please try to test it with the simple command: Bash: echo "Test mail from postfix" | mail -s "Test Postfix" your@email.com
S szeoguprer New Member Jul 5, 2020 15 1 3 Jul 14, 2020 #3 Yes for sure I tested it. It works from the command line.
H H4R0 Well-Known Member Apr 5, 2020 616 143 48 Jul 15, 2020 #4 Im also not receiving any update emails from proxmox, email ist set. Im using apticron instead, works perfectly. apt install apticron apt-listchanges cat << 'EOF' >> /etc/apticron/apticron.conf EMAIL="user@example.com" EOF Click to expand... Last edited: Jul 16, 2020
Im also not receiving any update emails from proxmox, email ist set. Im using apticron instead, works perfectly. apt install apticron apt-listchanges cat << 'EOF' >> /etc/apticron/apticron.conf EMAIL="user@example.com" EOF Click to expand...
Moayad Proxmox Staff Member Staff member Jan 2, 2020 3,342 326 108 31 Vienna shop.proxmox.com Jul 15, 2020 #5 Also see here maybe this thread will help you. https://forum.proxmox.com/threads/get-postfix-to-send-notifications-email-externally.59940/
Also see here maybe this thread will help you. https://forum.proxmox.com/threads/get-postfix-to-send-notifications-email-externally.59940/
B BobhWasatch Famous Member Proxmox Subscriber Mar 16, 2019 921 299 108 62 California, USA Jul 16, 2020 #6 I get notified about backup runs and certificate renewals but not updates available. Is that normal?
Moayad Proxmox Staff Member Staff member Jan 2, 2020 3,342 326 108 31 Vienna shop.proxmox.com Jul 16, 2020 #7 Hi, Do you check if the same email on Datacenter -> Users -> root/anotherUser ?
B BobhWasatch Famous Member Proxmox Subscriber Mar 16, 2019 921 299 108 62 California, USA Jul 17, 2020 #8 I must have missed that. Works now. Reactions: Moayad