Haraka-Wildduck Docker Mail Server with NodeJS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

28 lines
653 B

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