Temporary version of a imap dovecot container
4.3K
This is a simple Dovecot IMAP Server & Alpine. Heavily based on https://github.com/BlackflySolutions/dovecot
Run the container with:
docker run -p 143:143 \
-v /host/path/to/config:/config \
-v /host/path/to/mail:/mail \
-it acaranta/dovecot
You need to create a passwd file for your virtual users. This file is of the format
(username):(password with scheme):(uid):(gid)::(virtual home folder)
An example:
user:{plain}password:1050:1050::/mail/user"
This file lives at /host/path/to/config/dovecot.passwd.
Content type
Image
Digest
sha256:52ebc4559…
Size
7.9 MB
Last updated
about 8 hours ago
docker pull acaranta/dovecot