coreos-home-server/config/service/dovecot/dovecot.env.template
Alex Palaistras d9f675817e First public release for CoreOS Home Server
This contains the culmination of work done privately for a few months,
and is intended to be a solid basis for other peoples' experimentations
with setting up single-node, home-server setups using Fedora CoreOS.
2021-03-20 16:32:42 +00:00

13 lines
349 B
Plaintext

# Mail-server options.
DOVECOT_HOST=${DOVECOT_HOST}
# Database connection options.
DOVECOT_DATABASE_HOST=mariadb
DOVECOT_DATABASE_NAME=${DOVECOT_DATABASE_NAME}
DOVECOT_DATABASE_USERNAME=${DOVECOT_DATABASE_USERNAME}
DOVECOT_DATABASE_PASSWORD=${DOVECOT_DATABASE_PASSWORD}
# Rspamd options.
RSPAMD_CONTROLLER_HOST=rspamd
RSPAMD_CONTROLLER_PORT=11334