https://github.com/ghazalrana/modoboa-dockerization
docker run -d \
-p 80:80 \
-p 25:25 \
-p 443:443 \
-p 587:587 \
-p 143:143 \
--mount source=gzl-dkim,target=/var/lib/dkim/ \
--mount source=gzl-vmail,target=/srv/vmail \
--mount source=gzl-psql,target=/var/lib/postgresql/12/main \
-v $(pwd)/ssl/certificate.cert:/etc/ssl/certs/mail.localhost.cert \
-v $(pwd)/ssl/private.key:/etc/ssl/private/mail.localhost.key \
-e DOMAIN=mail.example.com \
--name modo-buntu-gzl gzlkhan/modoboa-stable
| type | Name | Content |
|---|---|---|
| A | example.com | xxx.xx.xx.xxx |
| MX | example.com | mail.example.com (domain of mail server) |
| A | mail(subdomain of example.com) | xxx.xx.xx.xxx (IP of mail server) |
| MX | mail(subdomain of example.com) | mail.example.com (domain of mail server) |
Content type
Image
Digest
Size
822.8 MB
Last updated
about 6 years ago
docker pull gzlkhan/modoboa-stable