Giter Club home page Giter Club logo

davmail-docker's Introduction

DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange Gateway

What is it?

This dockerised version makes building, installing, running and upgrading DavMail extremely easy. The information, code and support: http://davmail.sourceforge.net/ .

How to run?

Simple docker-compose

  docker-compose up -d
  docker-compose down

Simple docker run

 docker run -it --rm\
   -e DAVMAIL_SERVER=true
   -p 1025:1025\
   -p 1110:1110\
   kran0/davmail-docker:latest

Example run command publishes 1025 (SMTP) and 1110 (POP), and uses only one environment varialbe. Please watch the example configs in docker-compose.yaml and tests/compose-sut.yaml and the official DavMail configuration example and references

Run using old-fasion text-based config

/Just add config path as command after the image TAG/

 docker run -it --rm\
   -v $PWD/conf/davmail.properties.example:/davmail/davmail.properties\
   -p 1025:1025\
   -p 1110:1110\
   kran0/davmail-docker:latest /davmail/davmail.properties

Import to Kubernetes

 kubectl create -f k8s-pod.yaml

Docker tags

Builds

Repository:Tag Description
kran0/davmail-docker:latest latest stable release with the latest Dockerfile
kran0/davmail-docker:x.y.z stable releases Semver
kran0/davmail-docker:trunk HEAD rev in SVN repo. May be unstable!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.