- 論壇徽章:
- 0
|
本帖最后由 dudry 于 2012-06-04 16:01 編輯
安裝完postfix和dovecot后,windowsXP的OutlookExpress客戶端出現(xiàn)如下錯(cuò)誤:
您的服務(wù)器意外終止了連接。其可能原因包括服務(wù)器出錯(cuò)、網(wǎng)絡(luò)出錯(cuò)或長時(shí)間處于非活動(dòng)狀態(tài)。 帳戶: '192.168.1.11', 服務(wù)器: '192.168.1.11', 協(xié)議: POP3, 端口: 110, 安全(SSL): 否, 錯(cuò)誤號(hào): 0x800CCC0F
-----------------------------------------------------------------------------
etc/dovecot/dovecot.conf配置:
protocols = imap pop3
ssl_disable = no
disable_plaintext_auth = no
mail_location = maildir:~/maildir
listen = *, ::
dict {
#quota = mysql:/etc/dovecot/dovecot-dict-sql.conf.ext
#expire = sqlite:/etc/dovecot/dovecot-dict-sql.conf.ext
}
!include conf.d/*.conf
------------------------------------------------------------------------------
[root@s1 /]# netstat -ant |grep 25
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN
tcp 0 0 :::25 :::* LISTEN
[root@s1 /]# netstat -ant |grep 110
tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN
tcp 0 0 :::110 :::* LISTEN
smtp和pop3的端口都開著呢
----------------------------------------------------------------------------------
服務(wù)器端啟動(dòng)出現(xiàn)以下警告:
[root@s1 /]# service dovecot restart
停止 Dovecot Imap:[確定]
正在啟動(dòng) Dovecot Imap:doveconf: Warning: NOTE: You can get a new clean config file with: doveconf -n > dovecot-new.conf
doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:21: ssl_disable has been renamed to ssl
[確定]
--------------------------------------------------------------------------------
誰能指點(diǎn)一下哪里設(shè)置錯(cuò)了?
謝謝!
查到的最靠近的一個(gè)帖子:
http://548345.blog.51cto.com/538345/794389 |
|