haraka-wildduck
Este commit está contenido en:
78
production/haraka-wildduck/webmail/config/default.toml
Archivo normal
78
production/haraka-wildduck/webmail/config/default.toml
Archivo normal
@@ -0,0 +1,78 @@
|
||||
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"]
|
||||
|
||||
[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=false
|
||||
# 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
|
||||
28
production/haraka-wildduck/webmail/config/development.toml
Archivo normal
28
production/haraka-wildduck/webmail/config/development.toml
Archivo normal
@@ -0,0 +1,28 @@
|
||||
name="Wild Duck Mail Temporary"
|
||||
|
||||
[service]
|
||||
# email domain for new users
|
||||
domain="local.tahvel.info"
|
||||
# default quotas for new users
|
||||
quota=102400
|
||||
# allowed domains for new addresses
|
||||
domains=["local.tahvel.info", "example.com"]
|
||||
|
||||
[www]
|
||||
proxy=true
|
||||
baseurl="https://local.tahvel.info"
|
||||
|
||||
[setup]
|
||||
# these values are shown in the configuration help page
|
||||
[setup.imap]
|
||||
hostname="local.tahvel.info"
|
||||
secure=true
|
||||
port=993
|
||||
[setup.pop3]
|
||||
hostname="local.tahvel.info"
|
||||
secure=true
|
||||
port=995
|
||||
[setup.smtp]
|
||||
hostname="local.tahvel.info"
|
||||
secure=false
|
||||
port=587
|
||||
Referencia en una nueva incidencia
Block a user