- 論壇徽章:
- 0
|
我配置了SENDMAIL后, 能發(fā)信(用命令行或OUTLOOK); 但只能用命令行來收信, 通過OUTLOOK的POP3或IMAP協(xié)議來收都不行.
錯誤信息:
The connection to the server has failed. Account: 'mail.ABC.com', Server: 'mail.ABC.com', Protocol: POP3, Port: 110, Secure(SSL): No, Socket Error: 10054, Error Number: 0x800CCC0E
我的一些配置:
1. /etc/xinetd.d/ipop3 文件中, disable = no
2. /etc/xinetd.d/imap 文件中, disable = no
3. /etc/services 文件中
pop3 110/tcp pop-3 # POP version 3
pop3 110/udp pop-3
imap 143/tcp imap2 # Interim Mail Access Proto v2
imap 143/udp imap2
4. 用Telnet 測試:
[root@mail etc]# telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK POP3 localhost v2001.78rh server ready
沒問題;
但用公網IP:
C:\>;telnet mail.ABC.com 110
Connecting To mail.ABC.com...Could not open a connection to host on port 110
: Connect failed
請大俠指點, 如果需要我會POST其他配置文件. |
|