我已经根据这个文档 – http://www.delouw.ch/linux/Postfix-Cyrus-Web-cyradm-HOWTO/html/index.html安装并configuration了Postfix和Cyrus IMAP服务器和webcyradm。 我可以访问webcyradm界面,我可以创build新的域和新的用户,我可以创build用户帐户后通过IMAPlogin。
但是,Postfix无法将邮件传递给cyrus邮箱。 邮件日志包含下面显示的错误。 安装除cyrus之外的任何IMAP服务器不是一种select,因为它是Web应用程序所需要的。 请告诉我如何让Postfix发送邮件到cyrus邮箱。 解决scheme不应该包含web-cyradm,但应该有一个用于pipe理邮件域和邮箱的web界面,尽可能方便用户使用。
Dec 30 22:46:17 acer-tower cyrus/lmtpunix[4865]: accepted connection Dec 30 22:46:17 acer-tower cyrus/lmtpunix[4865]: lmtp connection preauth'd as postman Dec 30 22:46:17 acer-tower postfix/cleanup[4868]: 065D5240035: message-id=<[email protected]> Dec 30 22:46:17 acer-tower cyrus/lmtpunix[4865]: verify_user(user.imap0001) failed: Mailbox does not exist Dec 30 22:46:17 acer-tower postfix/bounce[4867]: 6C6CA24185C: sender non-delivery notification: 065D5240035 Dec 30 22:46:17 acer-tower postfix/qmgr[4833]: 065D5240035: from=<>, size=3372, nrcpt=1 (queue active) Dec 30 22:46:17 acer-tower postfix/qmgr[4833]: 6C6CA24185C: removed Dec 30 22:46:17 acer-tower postfix/lmtp[4866]: 53421240372: to=<[email protected]>, orig_to=<[email protected]>, relay=home.webshop-software.ch[/tmp/lmtp], delay=165, delays=165/0.02/0.17/0.09, dsn=5.1.1, status=bounced (host home.webshop-software.ch[/tmp/lmtp] said: 550-Mailbox unknown. Either there is no mailbox associated with this 550-name or you do not have authorization to see it. 550 5.1.1 User unknown (in reply to RCPT TO command))
您要邮寄给的用户不存在。 请参阅日志条目: verify_user(user.imap0001) failed: Mailbox does not exist 。
而当你混淆了日志,人们不能确定这是相同的还是类似的错误: 550-Mailbox unknown.