Sign inSign up

fengzhou/james-server

By fengzhou

Updated over 10 years ago

Docker for apache james server, the java mail server

Image
5

2.5K

fengzhou/james-server repository overview

Introduction

This is the docker project to setup apache james server (Java Mail Server).

Install

Simple Run
docker run --name james-server -p 25:25 fengzhou/james-server
Customize Configuration File
# suppose configuration file is located in 'etc' sub folder.
docker run --name james-server -p 25:25 -v $(pwd)/etc:/etc/james-server fengzhou/james-server

The james server configuration can refer to http://james.apache.org/server/3/config.html

Tag summary

Content type

Image

Digest

Size

314.7 MB

Last updated

over 10 years ago

docker pull fengzhou/james-server