Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3275785
  • 博文数量: 815
  • 博客积分: 12898
  • 博客等级: 上将
  • 技术积分: 7883
  • 用 户 组: 普通用户
  • 注册时间: 2006-12-25 09:57
文章分类

全部博文(815)

文章存档

2014年(1)

2011年(46)

2010年(192)

2009年(121)

2008年(70)

2007年(385)

分类:

2007-09-08 00:32:14



[root@ns2 ~]# telnet 127.0.0.1 25
Trying 127.0.0.1...
Connected to ns2.atyu30.com (127.0.0.1).
Escape character is '^]'.
220 ns2.atyu30.com ESMTP Postfix
ehlo localhost
250-ns2.atyu30.com
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-AUTH LOGIN PLAIN
250-AUTH=LOGIN PLAIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
quit

[root@ns2 ~]# netstat -ant | grep 25
tcp        0      0 127.0.0.1:25                0.0.0.0:*                   LIST



[root@ns2 ~]# telnet atyu30.com 25
Trying 10.0.0.200...
telnet: connect to address 10.0.0.200: Connection refused
telnet: Unable to connect to remote host: Connection refused

处理办法:
inet_interfaces = all

#postfix reload
[root@ns2 ~]# netstat -ant | grep 25
tcp        0      0 0.0.0.0:25                  0.0.0.0:*                   LISTEN 

[root@ns2 ~]# telnet atyu30.com 25
Trying 10.0.0.200...
Connected to atyu30.com (10.0.0.200).
Escape character is '^]'.
220 ns2.buzhidao.org ESMTP Postfix



阅读(1742) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~