Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 647 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 647 Bytes

DavMail for Docker

Davmail Gateway in a Docker container

Davmail Version: 5.4.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