从 SSH 安装 sSMTP
我使用的是 Web Hosting Buzz 经销商帐户。他们有一些非常严格的邮件发送规则,包括阻止使用 PEAR 发送经过身份验证的 SMTP 套接字邮件。 WHB 论坛建议使用 sSMTP 可以实现这一点。此后,我获得了 SSH 访问权限,并在 google 上搜索了如何从 SSH 安装 sSMTP:
rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm
yum install ssmtp
但是,第一行失败了:
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
这是 WHB 论坛中的一个非常旧的线程,无法联系到线程发布者寻求帮助。任何帮助将不胜感激!
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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用
rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm
use
rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm
sSMTP 是 Sendmail 的替代方案。 sSMTP 是一个只发送的 sendmail 模拟器,适用于通常从集中式邮件集线器(viapop、imap、nfs 安装或其他方式)接收邮件的机器。
下载&安装:
在我的网站上了解更多信息: http://www.techgyaan.org/2011/09/how-to-install-and-configure-ssmtp-on-html/
sSMTP is alternative to Sendmail. sSMTP is a send-only sendmail emulator for machines which normally pick their mail up from a centralized mailhub (viapop, imap, nfs mounts or other means).
Download & Install:
Read more on my site: http://www.techgyaan.org/2011/09/how-to-install-and-configure-ssmtp-on-html/