nixcfg/cluster/prod/app/email/build/dovecot
2022-08-25 04:39:44 +02:00
..
legacy Add email support 2022-08-25 04:39:44 +02:00
.gitignore Add email support 2022-08-25 04:39:44 +02:00
Dockerfile Add email support 2022-08-25 04:39:44 +02:00
entrypoint.sh Add email support 2022-08-25 04:39:44 +02:00
README.md Add email support 2022-08-25 04:39:44 +02: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