piler-docker/piler.conf

54 lines
817 B
Text
Raw Normal View History

2022-03-08 14:12:53 +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-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"
############################################
########### MySql Settings #################
# MySql Database
MYSQL_DATABASE="piler"
# MySql User
MYSQL_USER="piler"
# MySql Password
MYSQL_PASSWORD="<your-mysql-password>"
#############################################
######### 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"