Custom DavMail image to connect to Exchange and Office 365 [EWS Connector]
216
This custom DavMail image, with added functionality to allow the Exchange mail server URL to be specified as an environment variable at runtime. It supports Exchange 2016+ and and Microsoft 365.
EX DOMAIN environment variable.EX: The URL of the mail server to be used by DavMail. This should be provided in the format mail.example.com (without https://).DOMAIN: The AD domain name of the mail server. for example example.com or example.local.The following ports are exposed by the container:
To run the container with your custom mail server URL, use the following command:
docker run -d \
--name davmail \
-e DOMAIN=example.com \
-e EX=mail.example.com \
-p 1025:1025 morgan404/custom-davmail
Content type
Image
Digest
sha256:e93e45482…
Size
72 MB
Last updated
about 2 years ago
docker pull morgan404/custom-davmail