Files
imap-proxy/example.env

10 lines
244 B
Bash

# Dovecot
DOVECOT_VERSION=2.4.4-root
DOVECOT_CONF=./data/dovecot.conf
IMAP_EXPOSE=143
IMAPS_EXPOSE=993
# SSL certificates
SSL_CERT=/etc/letsencrypt/live/imap.example.com/fullchain.pem
SSL_KEY=/etc/letsencrypt/live/imap.example.com/privkey.pem