Installing sSMTP from SSH
Posted
by James
on Stack Overflow
See other posts from Stack Overflow
or by James
Published on 2010-04-10T08:11:48Z
Indexed on
2010/04/10
8:13 UTC
Read the original article
Hit count: 508
I'm on a Web Hosting Buzz reseller account. They have some very stringent mail sending rules, including blocking of authenticated SMTP socket mail sending using PEAR. It was suggested in WHB forum that this was possible with sSMTP. I've since gotten SSH access and googled how to install sSMTP from SSH:
rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm
yum install ssmtp
However, the first line fails with:
Retrieving http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm
error: skipping http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm - transfer failed - Unknown or unexpected error
It was a very old thread in WHB forum and the thread poster could not be reached for assistance. Any help would be much appreciated!
© Stack Overflow or respective owner