使用Courier的IMAP身份validation引发错误

我刚刚设置PostFix + Courier + Roundcube使用以下网站为我的instrcutions: http ://flurdy.com/docs/postfix/

我试图login到我的webmail,失败了。

检查日志我被指示看看IMAP设置,这似乎是问题所在

我做了以下几点:

  • 检查在/ etc / courier / authdaemonrc中启用了日志
  • 运行以下命令

    me@mybox:/var/log/roundcube$ telnet localhost 143 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2011 Double Precision, Inc. See COPYING for distribution information. a login username password BYE Temporary problem, please try again later Connection closed by foreign host.` 

我还能在哪里查找有关错误或信息的原因?

编辑:检查日志,发现一个错误的configuration我现在得到以下

 May 5 00:25:09 ip-172-31-23-199 imapd: [email protected]: No such file or directory 

编辑2:发送正确的数据; 然而,roubdcube正在寻找数据在var / mail / virtual / psukardi / new

当它显示在/ home / psukardi / Maildir /新

如果你按照教程 ,你可能会注意到作者使用MySQL作为用户数据库。 所以,如果你创build新的用户,你可以把它插入到MySQL表中。

现在,下一部分是创buildMaildir文件夹。 你有两个select

  1. 发送电子邮件到新帐户,让Postfix virtual代理为您创buildmaildir。
  2. 使用从快递maildirmake实用程序。