Sign inSign up

dentavita/dovecot

By dentavita

Updated almost 11 years ago

Image
0

380

dentavita/dovecot repository overview

Dovecot docker image

Simple IMAP server.

  • Listens on port 143 (imap)
  • Stores emails in Maildir format
  • Uses insecure plaintext authentication

Usage:

run -p 143:143 -v /mail:/home/vmail dentavita/dovecot

User accounts are maintained in Dovecot passwd file at /home/vmail/passwd.

Example passwd file with one user [email protected] and password "secret":

[email protected]:{PLAIN}secret

Tag summary

Content type

Image

Digest

sha256:555a15054

Size

48.9 MB

Last updated

almost 11 years ago

docker pull dentavita/dovecot