forked from simatec/piler-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
piler.conf.example
74 lines (38 loc) · 1.12 KB
/
piler.conf.example
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# ----------- User Settings -----------
# your Piler Domain
PILER_DOMAIN="piler.example.com"
# your Mailserver Admin Mail
SUPPORT_MAIL="[email protected]"
# retention days (default 2555 Days ~ 7 Years)
DEFAULT_RETENTION_DAYS="2555"
# your IMAP Server
IMAP_SERVER="imap.example.com"
# your Timezone
TIME_ZONE="Europe/Berlin"
# Smarthost Default 127.0.0.1
SMARTHOST="127.0.0.1"
# ------------ MySql Settings -------------
# MySql Database
MYSQL_DATABASE="piler"
# MySql User
MYSQL_USER="piler"
# MySql Password
MYSQL_PASSWORD="<your-mysql-password>"
# ------- Let's Encrypt Settings ----------
# Enabled / Disabled (yes/no) Let's Encrypt
# For local Run disabled
USE_LETSENCRYPT="yes"
# Let's Encrypt registration contact information
LETSENCRYPT_EMAIL="[email protected]"
# ------ optional Mailcow Settings --------
# if Use Mailcow API Options set "true"
USE_MAILCOW=false
# your Mailcow API-Key
MAILCOW_APIKEY="your_Mailcow_API-Key"
# your Mailcow Host Domain
MAILCOW_HOST="mail.example.com"
# ------ Container Versions --------
# Piler Version
PILER_VERSION="1.4.4"
# MariaDB Version
MARIA_DB_VERSION="10.6"