-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env
45 lines (34 loc) · 819 Bytes
/
.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
39
40
41
42
43
44
45
#####################
# Project setting #
#####################
COMPOSE_PROJECT_NAME=mailserver
PROJECT_IP_MASK=172.23.1
####################
# PostgreSQL #
####################
POSTGRES_DB=DB_NAME
POSTGRES_USER=DB_USER
POSTGRES_PASSWORD=DB_PASSWORD
####################
# PostfixAdmin #
####################
POSTFIXADMIN_DB_TYPE=pgsql
POSTFIXADMIN_DB_HOST=172.23.1.2
POSTFIXADMIN_DB_USER=DB_USER
POSTFIXADMIN_DB_NAME=DB_NAME
POSTFIXADMIN_DB_PASSWORD=DB_PASSWORD
###################
# Dovecot #
###################
DOVECOT_VERSION=CHANGE_ME
###################
# Redis #
###################
REDIS_PASSWORD=REDIS_PASSWORD
REDIS_PORT=6379
REDIS_PRODECTED_MODE=yes
###################
# Rspam #
###################
RSPAM_enable_password=yes
RSPAM_password=RSPAM_password