No description
Find a file
2023-03-29 19:14:55 +02:00
.github/workflows chore: configure docker build using gh actions 2023-03-29 19:14:55 +02:00
.dockerignore initial commit 2015-06-26 14:07:33 +02:00
Dockerfile chore: update to version 6.1.0 2023-03-23 18:58:20 +01:00
LICENSE initial commit 2015-06-26 14:07:33 +02:00
README.md chore: update to version 6.1.0 2023-03-23 18:58:20 +01:00

DavMail for Docker

Davmail Gateway in a Docker container

Davmail Version: 6.1.0

Quickstart

You need a davmail.properties configuration. If you don't know how click here.

Run the container:

DAVMAIL_CONF=<absolute/path/to/davmail.properties>
DAVMAIL_LOG=<absolute/path/to/davmail.log>
docker run --name davmail -d -v ${DAVMAIL_CONF}:/etc/davmail -v ${DAVMAIL_LOG}:/var/log/davmail jberrenberg/davmail

Exposed ports

The following ports are exposed by the container:

  • caldav: 1080
  • imap: 1143
  • ldap: 1389
  • pop: 1110
  • smtp: 1025