Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bokysan/docker-davmail
Yet another Docker container for davmail
https://github.com/bokysan/docker-davmail
davmail docker docker-image exchange imap imap-server smtp smtp-server
Last synced: 5 days ago
JSON representation
Yet another Docker container for davmail
- Host: GitHub
- URL: https://github.com/bokysan/docker-davmail
- Owner: bokysan
- Created: 2019-01-27T13:28:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-27T13:36:48.000Z (almost 6 years ago)
- Last Synced: 2024-06-18T23:48:28.977Z (5 months ago)
- Topics: davmail, docker, docker-image, exchange, imap, imap-server, smtp, smtp-server
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - bokysan/docker-davmail - Yet another Docker container for davmail (docker)
README
Yet another Docker container for Davmail
========================================Many different versions of [DavMail](http://davmail.sourceforge.net/) containers
are floating around the web.None of them were quite exactly what I needed.
This container is different in the following ways:
- It will *fetch the latest version of DavMail on every build*
- It's built on top of [OpenJDK 12](https://openjdk.java.net/projects/jdk/12/)
- We always use the latest version of JDK 12So, if you need a new version fo DavMail, just rebuild this package.
Running the container
---------------------Couldn't be simpler:
docker run -v /opt/davmail:/etc/davmail -P -it --rm boky/davmail
Make sure you put [davmail.properties](http://davmail.sourceforge.net/serversetup.html)
into your `/opt/davmail` folder.To get the default properties, simply run:
docker run --rm boky/davmail cat /etc/davmail/davmail.properties > /opt/davmail/davmail.properties
Enjoy!