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/build/dovecot
Quentin a23e08ce20 Refactor 2 2020-09-12 20:17:07 +02:00
..
.gitignore Refactor 2 2020-09-12 20:17:07 +02:00
Dockerfile Refactor 2 2020-09-12 20:17:07 +02:00
README.md Refactor 2 2020-09-12 20:17:07 +02:00
entrypoint.sh Refactor 2 2020-09-12 20:17:07 +02:00

README.md

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