Y yena Renowned Member Nov 18, 2011 378 5 83 Nov 11, 2016 #1 Hello, whet i install proxmox i set an Email-box. After setup, how can i change it ? Thanks
dcsapak Proxmox Staff Member Staff member Feb 1, 2016 10,197 1,487 273 36 Vienna Nov 11, 2016 #2 Datacenter -> user -> root (pam) -> email Reactions: Bill_ and yuuki0xff
D dmulk Member Jan 24, 2017 74 5 13 50 Feb 15, 2017 #3 How should one test sending email to make sure it works?
A adamb Famous Member Proxmox Subscriber Mar 1, 2012 1,329 77 113 Feb 15, 2017 #4 dmulk said: How should one test sending email to make sure it works? Click to expand... You could test on the command line with something like this. echo 12345 | mail -s "This is a test" youremail@domain.com Reactions: Kosh and Spirog
dmulk said: How should one test sending email to make sure it works? Click to expand... You could test on the command line with something like this. echo 12345 | mail -s "This is a test" youremail@domain.com
L LinuxCuba Active Member Proxmox Subscriber Sep 20, 2017 13 6 43 39 www.corvanit.es Jun 21, 2023 #6 adamb said: You could test on the command line with something like this. echo 12345 | mail -s "This is a test" youremail@domain.com Click to expand... -bash: mail: command not found fail in pmg 7.3-4 fix with apt-get install mailutils , but notification not change after edit root user email. Last edited: Jun 21, 2023
adamb said: You could test on the command line with something like this. echo 12345 | mail -s "This is a test" youremail@domain.com Click to expand... -bash: mail: command not found fail in pmg 7.3-4 fix with apt-get install mailutils , but notification not change after edit root user email.