Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gmitirol/minimal-imap
Dockerized minimal IMAP server for testing and development
https://github.com/gmitirol/minimal-imap
docker docker-image dovecot imap imap-server mail mail-testing
Last synced: 20 days ago
JSON representation
Dockerized minimal IMAP server for testing and development
- Host: GitHub
- URL: https://github.com/gmitirol/minimal-imap
- Owner: gmitirol
- License: lgpl-3.0
- Created: 2019-05-28T09:51:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-03T07:59:19.000Z (over 3 years ago)
- Last Synced: 2024-11-12T04:35:12.024Z (3 months ago)
- Topics: docker, docker-image, dovecot, imap, imap-server, mail, mail-testing
- Language: Shell
- Size: 14.6 KB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Docker image for IMAP
=====================Provides a minimal IMAP server docker image based on our [Alpine Linux 3.12 base image](https://github.com/gmitirol/alpine312) and Dovecot.
This image can be used to provide a simple IMAP server for testing and development.
By default, one IMAP user `imap` with the password `imap` is created.
This can be changed by setting the `IMAP_USERS` environment variable to a space-separated list
of `username:password` entries.Settings for development
------------------------Some environments require SSL to be enabled, so enable in dovecot.conf if necessary.
You can set the IMAP namespace separator e.g. to `/` in `conf.d/10-mail.conf`.
To use the dovecot package configuration files, the last line in `dovecot.conf` must be uncommented.