【问题标题】:Configuring Gmail in gnus in Aquamacs在 Aquamacs 的 gnus 中配置 Gmail
【发布时间】:2012-01-10 01:25:35
【问题描述】:

我是一个新的 emacs 用户,我正在尝试让 gnus 使用 Aquamacs 的 mi gmail 帐户。

到目前为止,我已经能够设置它来接收我的邮件。问题是当我尝试发送电子邮件时。我收到此错误:

No Gnus is good news
No more unread newsgroups
Mark set
Sending...
Sending via mail...
No STARTTLS program was available (tried 'gnutls-cli')
ad-Orig-error: Sending failed; SMTP protocol error

我了解“gnutls-cli”是必要的,并且它不包含在 Aquamacs 中。我找到了安装它的指南http://www.gnu.org/s/gnutls/manual/gnutls.html,但我不确定我必须如何继续,因为我使用的是 MacO 而不是 Linux(尽管两者都是 UNIX 操作系统)

我的问题是:我必须做些什么才能发送电子邮件?

【问题讨论】:

    标签: emacs aquamacs gnus


    【解决方案1】:

    您可以安装 opensll 并配置 Gnus 以使用它而不是 gnus-tls。

    来自 Gnus 手册:

    `nntp-open-ssl 流' 通过“安全”通道打开与服务器的连接。使用 这你必须有 OpenSSL (http://www.openssl.org) 或 SSLeay (ftp://ftp.psy.uq.oz.au/pub/Crypto/SSL) 已安装。然后是你 如下定义服务器:

          ;; "snews" is port 563 and is predefined in our `/etc/services'
          ;; however, `openssl s_client -port' doesn't like named ports.
          ;;
          (nntp "snews.bar.com"
                (nntp-open-connection-function nntp-open-ssl-stream)
                (nntp-port-number 563)
                (nntp-address "snews.bar.com"))
    

    【讨论】:

    • 首先,感谢您的回答。最后,我想出了如何安装 gnutls。我已经安装了 macports,所以我只是尝试了sudo ports install gnutls,它成功了!无论如何,正如我所说,感谢您抽出宝贵时间回答。
    • 你的意思是sudo port install gnutls
    猜你喜欢
    • 2015-07-17
    • 2012-12-17
    • 1970-01-01
    • 1970-01-01
    • 2012-06-29
    • 2014-01-02
    • 1970-01-01
    • 1970-01-01
    • 2022-12-03
    相关资源
    最近更新 更多