forked from hardware/mailserver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample.env
38 lines (27 loc) · 819 Bytes
/
sample.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# This file is used to define environment variables to be used
# for variable substitution in your docker compose file.
# https://docs.docker.com/compose/env-file/
#
# MANDATORY
# /!\ if this variables are unset, the mail server will not start.
#
# Your domain name (eg. domain.tld)
MAILSERVER_DOMAIN=
# MariaDB/PostgreSQL database password
DATABASE_USER_PASSWORD=
# Rspamd WebUI and controller password
RSPAMD_PASSWORD=
#
# NOT MANDATORY
#
# Your mailserver hostname (eg. mail for mail.domain.tld)
MAILSERVER_HOSTNAME=mail
# Mailserver version
MAILSERVER_DOCKER_TAG=1.1.1
POSTFIXADMIN_DOCKER_TAG=3.2.4
RAINLOOP_DOCKER_TAG=1.14.0
# Docker volumes parent folder
VOLUMES_ROOT_PATH=/mnt/docker
# Docker containers restart mode
# https://docs.docker.com/compose/compose-file/#restart
RESTART_MODE=unless-stopped