从 SSH 安装 sSMTP

发布于 2024-08-28 08:07:46 字数 621 浏览 5 评论 0原文

我使用的是 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

趴在窗边数星星i 2024-09-04 08:07:46

使用
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

自找没趣 2024-09-04 08:07:46

sSMTP 是 Sendmail 的替代方案。 sSMTP 是一个只发送的 sendmail 模拟器,适用于通常从集中式邮件集线器(viapop、imap、nfs 安装或其他方式)接收邮件的机器。

下载&安装:

# rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm
# yum -y install ssmtp

在我的网站上了解更多信息: 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:

# rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm
# yum -y install ssmtp

Read more on my site: http://www.techgyaan.org/2011/09/how-to-install-and-configure-ssmtp-on-html/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文