Giter Site home page Giter Site logo

iahtoh / docker-davmail Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kran0/davmail-docker

0.0 0.0 0.0 103 KB

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

License: GNU General Public License v2.0

Shell 61.31% Dockerfile 38.69%

docker-davmail'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/ .

Installation

Pull the latest version of the image from the docker.

docker pull iahtoh/davmail

Alternately you can build the image yourself.

docker build -t iahtoh/davmail https://github.com/iAHTOH/docker-davmail.git

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\
   iAHTOH/davmailr: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\
   iAHTOH/davmailr: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.