Ssmtp

From wiki
Revision as of 15:46, 20 December 2018 by Jw297 (talk | contribs) (Created page with "==Installing SSMTP on a node== ssmtp is required for qsub emailing. It's contained in the EPEL (extra packages for enterprise linux) repo but this doesn't seem to be working...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Installing SSMTP on a node

ssmtp is required for qsub emailing. It's contained in the EPEL (extra packages for enterprise linux) repo but this doesn't seem to be working with RHEL6.

wget http://dl.fedoraproject.org/pub/epel/6/x86_64/Packages/s/ssmtp-2.61-22.el6.x86_64.rpm
rpm -ivh ssmtp-2.61-22.el6.x86_64.rpm


Installs it however.