Davmail Gateway in a Docker container
Davmail Version: 5.5.1
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
The following ports are exposed by the container:
- caldav: 1080
- imap: 1143
- ldap: 1389
- pop: 1110
- smtp: 1025