2022-03-10 10:51:40 +00:00
|
|
|
# ----------- User Settings -----------
|
2022-03-08 11:02:21 +00:00
|
|
|
|
2022-03-08 14:12:53 +00:00
|
|
|
# your Piler Domain
|
2022-03-08 11:02:21 +00:00
|
|
|
|
2022-03-08 14:12:53 +00:00
|
|
|
PILER_DOMAIN="piler.example.com"
|
2022-03-08 11:02:21 +00:00
|
|
|
|
2022-03-08 14:12:53 +00:00
|
|
|
# your Mailserver Admin Mail
|
2022-03-08 11:02:21 +00:00
|
|
|
|
2022-03-08 14:12:53 +00:00
|
|
|
SUPPORT_MAIL="admin@example.com"
|
2022-03-08 11:02:21 +00:00
|
|
|
|
2022-03-10 16:37:54 +00:00
|
|
|
# retention days (default 2555 Days ~ 7 Years)
|
|
|
|
|
|
|
|
DEFAULT_RETENTION_DAYS="2555"
|
|
|
|
|
2022-03-08 14:12:53 +00:00
|
|
|
# your IMAP Server
|
2022-03-08 11:02:21 +00:00
|
|
|
|
2022-03-08 14:12:53 +00:00
|
|
|
IMAP_SERVER="imap.example.com"
|
2022-03-08 11:02:21 +00:00
|
|
|
|
2022-03-08 14:12:53 +00:00
|
|
|
# your Timezone
|
2022-03-08 11:02:21 +00:00
|
|
|
|
2022-03-08 14:12:53 +00:00
|
|
|
TIME_ZONE="Europe/Berlin"
|
|
|
|
|
|
|
|
# Smarthost Default 127.0.0.1
|
|
|
|
|
|
|
|
SMARTHOST="127.0.0.1"
|
|
|
|
|
2022-03-10 10:51:40 +00:00
|
|
|
# ------------ MySql Settings -------------
|
2022-03-08 14:12:53 +00:00
|
|
|
|
|
|
|
# MySql Database
|
|
|
|
|
|
|
|
MYSQL_DATABASE="piler"
|
|
|
|
|
|
|
|
# MySql User
|
|
|
|
|
|
|
|
MYSQL_USER="piler"
|
|
|
|
|
|
|
|
# MySql Password
|
|
|
|
|
|
|
|
MYSQL_PASSWORD="<your-mysql-password>"
|
|
|
|
|
2022-03-10 10:51:40 +00:00
|
|
|
# ------- Let's Encrypt Settings ----------
|
2022-03-09 13:28:14 +00:00
|
|
|
|
|
|
|
# Enabled / Disabled (yes/no) Let's Encrypt
|
|
|
|
# For local Run disabled
|
|
|
|
|
|
|
|
USE_LETSENCRYPT="yes"
|
|
|
|
|
|
|
|
# Let's Encrypt registration contact information
|
|
|
|
|
|
|
|
LETSENCRYPT_EMAIL="admin@example.com"
|
|
|
|
|
2022-03-10 10:51:40 +00:00
|
|
|
# ------ optional Mailcow Settings --------
|
2022-03-08 14:12:53 +00:00
|
|
|
|
|
|
|
# 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"
|
2023-01-22 19:02:53 +00:00
|
|
|
|
|
|
|
# ------ Container Versions --------
|
|
|
|
|
|
|
|
# Piler Version
|
|
|
|
|
2024-06-02 18:45:44 +00:00
|
|
|
PILER_VERSION="1.4.4"
|
2023-01-22 19:02:53 +00:00
|
|
|
|
|
|
|
# MariaDB Version
|
|
|
|
|
2024-06-02 18:45:44 +00:00
|
|
|
MARIA_DB_VERSION="10.6"
|