【问题标题】:Can't relay mail server to SendGrid无法将邮件服务器中继到 SendGrid
【发布时间】:2011-10-13 01:01:46
【问题描述】:

我已经阅读了 Exim 的 SendGrid 集成说明 (http://docs.sendgrid.com/documentation/get-started/integrate/examples/exim/)

但是,我现在发送的任何电子邮件都没有发送。它都卡在队列中。我在日志文件中查找我要发送的消息,这就是我得到的:

2011-10-12 19:49:14 cwd=/var/spool/exim 3 args: /usr/sbin/exim -Mc 1RE9U2-0007Qg-20

+++ 1RE9U2-0007Qg-20 has not completed +++
2011-10-12 19:49:14 1RE9U2-0007Qg-20 <= email@example.com H=localhost [127.0.0.1] P=esmtpa A=dovecot_login:email@example.com S=731 id=20111012194913.13697j8jpb4heop5@example.com T="Test"
2011-10-12 19:49:14 1RE9U2-0007Qg-20 == email@gmail.com R=send_via_sendgrid T=sendgrid_smtp defer (-53): retry time not reached for any host

我已经得到支持重建 exim 数据库,但这并没有帮助。我认为这与它使用 dovecot 登录而不是在它之后添加的 sendgrid 登录这一事实有关。如何让它使用 sendgrid 登录信息?谢谢!!

【问题讨论】:

    标签: sendgrid exim


    【解决方案1】:

    如果您不使用您的 SG 凭据,您将遇到身份验证问题。

    尝试以下操作以确保您使用的是正确的凭据:

     *:sendgridusername:sendgridpassword
    

    【讨论】:

      猜你喜欢
      • 2017-08-28
      • 2012-09-22
      • 2015-09-05
      • 1970-01-01
      • 2016-05-20
      • 1970-01-01
      • 2017-12-04
      • 2015-05-24
      • 2019-09-08
      相关资源
      最近更新 更多