forked from Billionmail/BillionMail
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv_init
More file actions
52 lines (38 loc) · 1.18 KB
/
env_init
File metadata and controls
52 lines (38 loc) · 1.18 KB
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
46
47
48
49
50
51
52
# Default Billion Mail Username password
ADMIN_USERNAME=billion
ADMIN_PASSWORD=billion
# Manage Safe entrance
SafePath=billion
# BILLIONMAIL_HOSTNAME configuration, Postfix myhostname configuration
BILLIONMAIL_HOSTNAME=mail.example.com
# pgsql NAME and USER and PASSWORD configuration
DBNAME=billionmail
DBUSER=billionmail
DBPASS=NauF7ysRYyt9HTOiOn4JjIAL3QcRZnzj
# REDIS PASSWORD configuration
REDISPASS=zKLnZQr3riFpcS2lEy3MOtfncztaCGKp
## MAIL Ports
SMTP_PORT=25
SMTPS_PORT=465
SUBMISSION_PORT=587
IMAP_PORT=143
IMAPS_PORT=993
POP_PORT=110
POPS_PORT=995
REDIS_PORT=127.0.0.1:26379
SQL_PORT=127.0.0.1:25432
## Manage Ports
HTTP_PORT=80
HTTPS_PORT=443
# You can use this script to set the time zone for your container.
# See https://en.wikipedia.org/wiki/List_of_tz_database_time_zones for a list of timezones"
# echo -e "Use a column named "TZ identifier" + note the column named "Notes""
TZ=Etc/UTC
# Default containers IPV4 intranet segment
IPV4_NETWORK=172.66.1
# Enable fail2ban Access restrictions, specify that the IP exceeds the access limit
FAIL2BAN_INIT=y
# Console ip whitelist Disabled:false Enabled:true
IP_WHITELIST_ENABLE=false
# Number of days to keep log backup
RETENTION_DAYS=7