-
Notifications
You must be signed in to change notification settings - Fork 1
sSMTP Configuration
tasneem27 edited this page Jul 5, 2017
·
7 revisions
sSMTP Configuration
-
Install ssmtp:
sudo apt-get install ssmtp -
Make changes in ssmtp.conf file:
gksu gedit /etc/ssmtp/ssmtp.conf
root = Your Email Address
mailhub = smtp.cse.iitb.ac.in
rewriteDomain = cse.iitb.ac.in
AuthUser = Your Email Address
AuthPass = Your Password
fromLineOverride = YES
UseTLS = YES
UseSTARTTLS = YES
-
Write into file /etc/ssmtp/revaliases
root: Your Email:mail.cse.iitb.ac.in:25
-
Give your email address in /usr/local/nagios/etc/objects/contacts.cfg
- Home
- Research
- How it work
- Features implemented
- Implement IPMI plugin
- Feature to add a new host
- Feature to add new service to already existing host
- Feature to remove a host
- Future scope