点击打开链接

Introduction

Java Mail Server is a Java SMTP and POP3 e-mail server. This project was inspired by and based on the CRSMail project written by Calvin Smith. This project exists for everyone who is interested in running their own email server quickly and easily.

Current Version

The current version of Java Email Server is now hosted at here (at SourceForge). Please refer to that page for all release information and documentation regarding the current version.

For more information on the change, read this blog post.

1.x Version

This page continues to host the 1.x development branch, which is in Maintenance Mode.

The goal of JES is to provide an easy to use and reliable email server that can be quickly and easily setup. JES attempts to provide a powerful server using the minimal number of configuration settings and project size.

Using JES as a testing tool? There is now an Eclipse Plug-In for JES. It allows you to start, stop, and configure JES from Eclipse.

If you are ready to start using JES, please see the Download and Install sections below for instructions on downloading and configuration JES. The binary release, and the source code are available for download from the Download section.

Version 1.x is licensed under the GNU General Public License.

You can email me at eric@ericdaugherty.com for 1.x related questions.

Interested in this history of JES? Check out these blog posts: History, Version 2.0 Branch, and Status and Future, and Java Email Server Gets a New Home.

Download

JDK 1.4 is supported by Version 1.6.1 and older, and JDK 1.3 is supported by JES 1.4 and older.

Version 1.6.1

Server - jes-1.6.1.zip
Source Code and JavaDocs - jes-1.6.1-src.zip

Install

To install and run this mail server, complete the following steps:

Install a Java JDK or JRE version 1.4 or greater (java.sun.com).
Expand the distribution archive into the desired directory.
Modify the included script files for your local file system (if necessary).
Edit the mail.conf, user.conf and log.conf files. See the Configuration page for details.
Run the mail server script file.

JES can be installed as a Windows NT service. A batch file is included in the bin directory of this distribution. To install JES as a service, open the batch file and edit the properties to match your local system. You can then install and uninstall the service using the -install and -uninstall command line parameters. Once the system is installed, it will be started by default the next time the computer is restarted. To start the service the first time, you can type 'net start JavaEmailServer'.

Java Email Server相关推荐

  1. Tomcat 之 启动tomcat时 错误: 代理抛出异常 : java.rmi.server.ExportException: Port already in use: 1099;...

    错误: 代理抛出异常 : java.rmi.server.ExportException: Port already in use: 1099; nested exception is:  java. ...

  2. java.rmi.server.port_java.rmi.server.ExportException: internal error: ObjID already in use报错处理...

    由于在server.xml文件中使用配置了 在catalina.sh中也指定了对应 CATALINA_OPTS="$CATALINA_OPTS -Dcom.sun.management.jm ...

  3. 最小的JAVA WEB SERVER源程序 可正常運行

    文件結構如下: 代碼: //一個非常小.可正常運行的WebServer.可以用于學習 /* Copyright Paul James Mutton, 2001-2004, http://www.jib ...

  4. 为什么 jmeter 分布式测试,一定要设置 java.rmi.server.hostname

    之前总结了 jmeter 分布式测试的过程,在部署过程中提到,要在 system.properties 中配置自己的 IP. 至于为什么要这么做,源于这一次 debug 的过程. 运行环境 mint, ...

  5. pythonjava app切出后无网络连接_写了一个java的Server 用python的client访问却访问不通问题。...

    首先给出这个java的Server代码 try{//1.创建一个服务器端Socket,即ServerSocket,指定绑定的端口,并监听此端口 ServerSocket serverSocket=ne ...

  6. 启动tomcat时 错误: 代理抛出异常 : java.rmi.server.ExportException: Port already in use: 1099的解决办法

    启动tomcat时 错误: 代理抛出异常 : java.rmi.server.ExportException: Port already in use: 1099的解决办法 参考文章: (1)启动to ...

  7. 启动tomcat时 错误: 代理抛出异常 : java.rmi.server.ExportException: Port already in use: 1099的解决办法...

    一.问题描述 今天一来公司,在IntelliJ IDEA 中启动Tomcat服务器时就出现了如下图所示的错误: 错误: 代理抛出异常错误: java.rmi.server.ExportExceptio ...

  8. kafka 创建 topic 报错 Error: Exception thrown by the agent : java.rmi.server.ExportException: Port alrea

    Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 9988; n ...

  9. Java Email 发HTML邮件工具 采用 freemarker模板引擎渲染

    Java Email 发HTML邮件工具 采用 freemarker模板引擎 1.常用方式对比 Java发送邮件有很多的实现方式 第一种:Java 原生发邮件mail.jar和activation.j ...

最新文章

  1. 详解OpenCV中的Lucas Kanade稀疏光流单应追踪器
  2. 桌面虚拟化场景中对存储系统IO性能的评估方法
  3. 区块链 facebook_最新数据上区块链资讯,以及研究报告
  4. android怎么将editext的文本,android – 如何将文本添加到editext
  5. 把冰卖给爱斯基摩人_爱斯基摩人使用冰屋应用程序来节省资源
  6. unity 当前移动方向_Unity小工具:溶解效果(Dissolve)
  7. 厉害了,用python爬取自己的微信朋友
  8. 成功女性处世十大秘诀
  9. FTP连接成功但是无法显示目录的解决方式
  10. 斐讯K3官改,安装onmp教程,回馈社区。
  11. 【VUE】vue程序设计----模仿网易严选
  12. Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Connections could not b
  13. php完美pdo类封装,PDO类的封装
  14. 京东模拟扫码登陆破解-爬虫
  15. WebDriver下载地址
  16. 交互器、linux下的常用命令
  17. oracle+获取最后一行数据库,获取表最后一条数据
  18. 把C盘的用户Users文件移动到D盘最简单的方法【转】
  19. java中echat如何动态_ECharts Java 动态加载数据,echartsjava
  20. 网站收录查询-批量网站收录查询软件

热门文章

  1. Pycharm配置编译器
  2. 应用程序0xc000007b无法正常启动,win10系统亲测有效
  3. 学习-Java继承和多态之子类继承性
  4. android ndk x86 arm,NDK r21编译FFmpeg 4.2.2(x86、x86_64、armv7、armv8)
  5. C#实现格式转换:wmf转png
  6. 美团后台开发笔试-数字字符
  7. python strip_关于python中strip方法的理解
  8. Linux搭建Web网站
  9. 【BugKu-CTF论坛writeup(杂项)】图穷匕见
  10. C++ 栈的括号匹配