列出几个开源mailserver项目 多数项目是java写的 1 james : Apache项目下的一个子项目,在目前所知道的开源mailserver中是最好的 功能最强大的, 详细功能介绍可以看james的介绍 2DixieMail 是一个小型的mailserver,100%java编写, 是一个完整的
- SMTP E-Mail server
- POP3 E-Mail server
- Password server (supporting Eudora)
- HTTP server, supporting web-based e-mail and administration
下载地址:http://www.ghofulpo.com/dixie17.zip,目前是1.7版本 如果项目中需要嵌入一个小型的mailserver这个也许是更好的选择 3 CRSMail 也是一个100%基于java的mailserver 特点:
SMTP POP3 Plugins Can listen on multiple ports Log's everything to a log file Configured by a text file Tested on JDK1.1.8, JDK1.2 and JDK1.3 Web based interface for users to check their email 缺点是: 不支持IMAP4 下载地址:http://download.sourceforge.net/crsEmail/crsmail082500.zip

|