postfix下dovecot查收邮件连接错误
Posted quicksand.F
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了postfix下dovecot查收邮件连接错误相关的知识,希望对你有一定的参考价值。
[[email protected] ~]# telnet mail.izyno.com 110 Trying 192.168.199.133... Connected to mail.izyno.com. Escape character is ‘^]‘. +OK Dovecot ready. USER test +OK PASS test Connection closed by foreign host. [[email protected] ~]# vim /etc/dovecot/conf.d/10-mail.conf mbox_write_locks = fcntl mail_location = mbox:~/mail:INBOX=/var/mail/%u 确认以上两项启动[email protected] ~]# service dovecot restart Stopping Dovecot Imap: [ OK ] Starting Dovecot Imap: [ OK ] 重新连接: [[email protected] ~]# telnet mail.izyno.com 110 Trying 192.168.199.133... Connected to mail.izyno.com. Escape character is ‘^]‘. +OK Dovecot ready. USER test +OK PASS test -ERR [IN-USE] Couldn‘t open INBOX: Internal error occurred. Refer to server log for more information. [2016-11-19 14:48:53] Connection closed by foreign host. 创建INBOX目录 [[email protected] ~]# mkdir -p /home/test/mail/.imap/INBOX [[email protected] ~]# telnet mail.izyno.com 110 Trying 192.168.199.133... Connected to mail.izyno.com. Escape character is ‘^]‘. +OK Dovecot ready. user test +OK pass test +OK Logged in. 连接成功
以上是关于postfix下dovecot查收邮件连接错误的主要内容,如果未能解决你的问题,请参考以下文章
centos7.2下搭建postfix++dovecot+courier-authlib+extmail邮件收发系统
Centos 下搭建postfix和Dovecot的邮箱服务系统
Centos 下搭建postfix和Dovecot的邮箱服务系统