无法将邮件服务器中继到 SendGrid
我已经完成了 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 protected] H=localhost [127.0.0.1] P=esmtpa A=dovecot_login:[email protected] S=731 [email protected] T="Test"
2011-10-12 19:49:14 1RE9U2-0007Qg-20 == [email protected] R=send_via_sendgrid T=sendgrid_smtp defer (-53): retry time not reached for any host
我已经获得了重建 exim 数据库的支持,但这并没有帮助。我认为这与它使用 dovecot 登录而不是在其后添加的 sendgrid 登录这一事实有关。如何让它使用 sendgrid 登录信息?谢谢!!
I've gone through the SendGrid integration instructions for Exim (http://docs.sendgrid.com/documentation/get-started/integrate/examples/exim/)
However, any email I send now is not being sent. Its all stuck in the queue. I looked for the log file for a message I'm trying to send and this is what I get:
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 protected] H=localhost [127.0.0.1] P=esmtpa A=dovecot_login:[email protected] S=731 [email protected] T="Test"
2011-10-12 19:49:14 1RE9U2-0007Qg-20 == [email protected] R=send_via_sendgrid T=sendgrid_smtp defer (-53): retry time not reached for any host
I've had the support rebuild the exim db, but that hasn't helped. I'm thinking it has to do with the fact that its using the dovecot login instead of the sendgrid login which is added after it. How do I make it use the sendgrid login info? Thanks!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您不使用您的SG凭据,您将遇到身份验证问题。
请尝试以下操作以确保您使用正确的凭据:
If you aren't using your SG credentials you're going to run into authentification issues.
Try the following to make sure you are using the correct credentials: