Sign inSign up

willwill/dovecot

By willwill

Updated almost 8 years ago

Dovecot IMAP Server

Image
0

431

willwill/dovecot repository overview

Dovecot

Example compose:

version: '2'
services:
  imap:
    image: willwill/dovecot
    restart: unless-stopped
    volumes:
      - dovecot:/etc/dovecot
      - certs:/etc/certs:ro,z
      - mailbox:/var/vpopmail/
    ports:
      - 143:143 # imap
      - 993:993 # imaps
      - 110:110 # pop3
      - 995:995 # pop3s
volumes:
  dovecot: {}
  mailbox: {}
  certs:
    external: true

Note: certs is acme-docker's state volume.

This image have hard coded certificate file name, so you probably need to edit /etc/dovecot/conf.d/91-docker.conf

Tag summary

Content type

Image

Digest

Size

7.2 MB

Last updated

almost 8 years ago

docker pull willwill/dovecot