【问题标题】:Telnet to postfix server not working correctlyTelnet 到 postfix 服务器无法正常工作
【发布时间】:2015-10-27 04:01:30
【问题描述】:

运行时:在运行后缀的机器上 telnet localhost 25(已验证侦听端口 25)预期的行为是:

[user@box ~]$ telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
220 fqdn ESMTP

当我远程登录到我的盒子时,我得到以下信息:(postfix 2.6.6)

[root@host postfix]# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
^]
telnet> quit
Connection closed.

Postfix 似乎正在运行

x]# netstat -plnt |grep :25
tcp        0      0 0.0.0.0:25                  0.0.0.0:*                   LISTEN      44950/master       


tfix]# ps -ef | grep post
root     44950     1  0 16:24 ?        00:00:00 /usr/libexec/postfix/master

我正在尝试验证我的 postfix 配置,它甚至似乎没有在端口 25 上正确运行。非常感谢任何帮助/建议。谢谢。

【问题讨论】:

    标签: email smtp telnet


    【解决方案1】:

    我希望你已经设置了你的 inet_interfaces = 全部在 postifx/main.cf 文件中。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2012-01-20
      • 1970-01-01
      • 1970-01-01
      • 2012-07-29
      • 2015-03-06
      • 1970-01-01
      • 2013-03-22
      • 2017-06-02
      相关资源
      最近更新 更多