- 論壇徽章:
- 0
|
CentOS 5.0 安裝問題求教。
[root@localhost init.d]# service postfix restart
關(guān)閉 postfix: [確定]
啟動(dòng) postfix: [確定]
[root@localhost init.d]# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
Connection closed by foreign host.
[root@localhost init.d]#
[root@localhost init.d]# vim /etc/postfix/main.cf
myhostname = mail.loveflag.cn
myorigin = loveflag.cn
mydomain = loveflag.cn
mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
mynetworks = 192.168.0.249/24, 127.0.0.0/8
為何?25端口沒有連上呢? |
|