您可以在这里快速查找:


 
您的位置: 编程学习 > java教程 > 200508
文章分类

Java技术
2005: 03 04 05 06 07 08
09 10 11 12
2006: 01 02

Asp.net
2005: 07 08 09 10 11 12
2006: 01 02

VB编程
2006: 02

Asp编程
2005: 11 12
2006: 01 02

C++/VC
2005: 10 11 12
2006: 01 02

Delphi
2005: 12
2006: 01 02

其它

 本文章适合所有读者

开源mailserver的介绍

snowdot23
列出几个开源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