为什么我在配置发送邮件后使用gmail作为SMTP邮件中继发送邮件到gmail

时间:2014-05-08 13:22:01

标签: linux email networking sendmail centos6

我正在使用centos 6.4,并使用此博客中提供的说明安装sendmail

http://www.mavinerc.com/home/2012/04/29/howto-configure-linux-sendmail-to-use-gmail-as-smtp-mail-relay/

我相信(不确定)我已使用gmail idpassword成功配置了sendmail,现在我只能将邮件发送到本地域名,例如我的域名为example.com ,我可以向example.com的任何用户发送邮件,但如果我尝试发送到其他某个域,请说user@gmail.comuser@yahoo.com我收到错误消息Deferred : Connection timed out with alt4.smtp.in.goo

我尝试ping以及telent端口25587都失败了,我甚至无法ping到google.com

     $ ping google.com
     PING google.com (74.125.236.174) 56(84) bytes of data.
     ^C
     --- google.com ping statistics ---
     37 packets transmitted, 0 received, 100% packet loss, time 36287ms

     $ telnet smtp.gmail.com 25
     Trying 74.125.25.108...
     Trying 74.125.25.109...
     Trying 2607:f8b0:400e:c03::6c...
     telnet: Unable to connect to remote host: Network is unreachable

     $ telnet smtp.gmail.com 587
     Trying 74.125.25.108...
     Trying 74.125.25.109...
     Trying 2607:f8b0:400e:c03::6c...
     telnet: Unable to connect to remote host: Network is unreachable

可能是什么问题?是否与我主机上的iptables相关?我应该联系网络管理员吗?

1 个答案:

答案 0 :(得分:0)

完全同意 - 存在网络问题。 1.尝试检查您的IP地址和默认GW。 2.ping你默认的GW,然后尝试: traceroute google.com