- 论坛徽章:
- 0
|
本帖最后由 hongzhuohui 于 2011-08-26 22:09 编辑
e-mail.pdf
(95.8 KB, 下载次数: 46)
完全配置过程已做成PDF,请高手指点啊谢谢
我的邮件服务器已经建好了,但是测试不通,postfix状态是master已停用,但是命令启动他也显示OK,SMTP和POP3用telnet测试报错,而且,25号端口没开启。。。。
[root@mail ~]# telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
+OK Hello there.
user test@extmail.org
+OK Password required.
pass test
-ERR Temporary problem, please try again later
Connection closed by foreign host.
---------------------------------------------------------------------------------------
[root@mail ~]# telnet localhost 25
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
telnet: Unable to connect to remote host: Connection refused
----------------------------------------------------------------------------------------
Aug 27 03:17:07 mail pop3d: Connection, ip=[::ffff:127.0.0.1]
Aug 27 03:17:28 mail pop3d: test@extmail.org: chdir(/home/domains/extmail.org/test) failed!!
Aug 27 03:17:28 mail pop3d: error: No such file or directory
Aug 27 03:17:28 mail pop3d: LOGIN FAILED, user=test@extmail.org, ip=[::ffff:127.0.0.1]
Aug 27 03:17:28 mail pop3d: authentication error: No such file or directory
---------------------------------------------------------------------------------------
[root@mail ~]# netstat -ltunp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.1:2208 0.0.0.0:* LISTEN 2156/hpiod
tcp 0 0 0.0.0.0:841 0.0.0.0:* LISTEN 1931/rpc.statd
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 23270/mysqld
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 1899/portmap
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 2183/cupsd
tcp 0 0 127.0.0.1:2207 0.0.0.0:* LISTEN 2161/python
tcp 0 0 :::995 :::* LISTEN 23917/couriertcpd
tcp 0 0 :::110 :::* LISTEN 23911/couriertcpd
tcp 0 0 :::80 :::* LISTEN 24984/httpd
tcp 0 0 :::22 :::* LISTEN 2174/sshd
tcp 0 0 :::443 :::* LISTEN 24984/httpd
udp略 |
|