POP / IMAP 是 MUA 从邮件服务器中读取邮件时使用的协议。其中,与 POP3 是从邮件服务器中下载邮件比起来,IMAP4 则是将邮件留在服务器端直接对邮件进行管理、操作。而Dovecot 是一个比较新的软件,由 Timo Sirainen 开发,最初发布于 2002年7月。作者将安全性考虑在第一,所以 Dovecot 在安全性方面比较出众。另外,Dovecot 支持多种认证方式,所以在功能方面也比较符合一般的应用。
2013-04-04发布2.1.16已经开发版2.2RC4.
完全改进:
+ Added quota-status policy service for Postfix
+ Added "doveadm batch" command to run multiple commands before moving
onto the next user (useful only with -A and -u
+ Added forwards compatibility for v2.2 index files
- mdbox: Index rebuilding crashed in some situations
- Fixed a race condition with setting \Recent flags
- Fixed a crash when decoding a specific message (decoding is done
for SEARCH TEXT/BODY and with full text search indexing, so this
couldn't fully DoS a user)
下载:http://www.dovecot.org/releases/2.1/dovecot-2.1.16.tar.gz
来自:开源中国社区