This repository has been archived on 2023-03-15. You can view files and clone it, but cannot push or open issues or pull requests.
infrastructure/app/email/build/dovecot
2021-09-14 17:46:06 +02:00
..
legacy Remove connection limit dovecot 2021-09-14 17:46:06 +02:00
.gitignore Proposal: reorganize app/ folder by modules 2021-01-16 17:07:01 +01:00
Dockerfile Remove connection limit dovecot 2021-09-14 17:46:06 +02:00
entrypoint.sh Proposal: reorganize app/ folder by modules 2021-01-16 17:07:01 +01:00
README.md Proposal: reorganize app/ folder by modules 2021-01-16 17:07:01 +01:00

sudo docker build -t superboum/amd64_dovecot:v2 .
sudo docker run -t -i \
  -e TLSINFO="/C=FR/ST=Bretagne/L=Rennes/O=Deuxfleurs/CN=www.deuxfleurs.fr" \
  -p 993:993 \
  -p 143:143 \
  -p 24:24 \
  -p 1337:1337 \
  -v /mnt/glusterfs/email/ssl:/etc/ssl/ \
  -v /mnt/glusterfs/email/mail:/var/mail \
  -v `pwd`/dovecot-ldap.conf:/etc/dovecot/dovecot-ldap.conf \
  superboum/amd64_dovecot:v1 \
  dovecot -F