【问题标题】:Client host rejected: cannot find your hostname + SMTP客户端主机被拒绝:找不到您的主机名 + SMTP
【发布时间】:2014-09-17 09:49:10
【问题描述】:

我有一个配置了考试的 VPS。现在对于我发送的一些邮件被拒绝并出现以下错误:

indiaoffice@kare.de
    SMTP error from remote mail server after initial connection:
    host mail-in.m-online.net [212.114.242.11]: 554 5.7.1 Client host
rejected:
    cannot find your hostname, [107.170.134.52]

    SMTP error from remote mail server after initial connection:
    host mail-in.m-online.net [212.114.242.11]: 554 5.7.1 Client host
rejected:
    cannot find your hostname, [107.170.134.52]

【问题讨论】:

标签: email smtp centos vps exim


【解决方案1】:

我认为 mx-servers 拒绝了您在 dnscheck 上的连接,例如“您的 ip 地址的主机查找失败”,它有回溯记录 (PTR) 并且没有主机 webserver1.corporatepixels.com 的直接记录

~> host 107.170.134.52
52.134.170.107.IN-ADDR.ARPA domain name pointer webserver1.corporatepixels.com
~> host webserver1.corporatepixels.com
Host not found.

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2023-02-12
    • 2014-01-02
    • 1970-01-01
    • 2011-01-25
    • 1970-01-01
    • 2021-12-16
    • 1970-01-01
    相关资源
    最近更新 更多