Files
docker-compose-hatthieves/production/haraka-wildduck/webmail/config/default.toml
2020-08-23 12:06:04 +00:00

80 líneas
1.8 KiB
TOML

name="webmail.hatthieves.es"
title="Wild Duck Mail - HatThieves.es"
[service]
# email domain for new users
domain="hatthieves.es"
# default quotas for new users
quota=1024
recipients=2000
forwards=2000
identities=10
allowIdentityEdit=true
allowJoin=false
enableSpecial=true # if true the allow creating addresses with special usernames
# allowed domains for new addresses
domains=["hatthieves.es","hatthieves.com","hatthieves.co"]
generalNotification=""
[api]
# url="http://127.0.0.1:8080"
# accessToken=""
url="http://172.200.0.101"
accessToken="nohaytoken"
[dbs]
# mongodb connection string for the main database
mongo="mongodb://172.200.0.103:27017/wildduck"
# redis connection string for Express sessions
redis="redis://172.200.0.102:6379/3"
[www]
host="172.200.0.104"
port=3000
proxy=true
postsize="5MB"
log="dev"
secret="secret time for hatthieves"
secure=false
# baseurl="https://webmail.hatthieves.es"
listSize=50
[recaptcha]
enabled=false
siteKey=""
secretKey=""
[totp]
# Issuer name for TOTP, defaults to config.name
issuer=false
# once setup do not change as it would invalidate all existing 2fa sessions
secret="a secret cat"
[u2f]
# set to false if not using HTTPS
enabled=true
# must be https url or use default
#appId="https://127.0.0.1:8080"
appId="https://webmail.hatthieves.es"
[log]
level="silly"
mail=true
[setup]
# these values are shown in the configuration help page
[setup.imap]
hostname="imap.hatthieves.es"
secure=true
port=993
[setup.pop3]
hostname="imap.hatthieves.es"
secure=true
port=993
[setup.smtp]
hostname="smtp.hatthieves.es"
secure=true
port=587