mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-12-28 11:14:46 +08:00
23 lines
599 B
TOML
23 lines
599 B
TOML
# If enabled then Wild Duck exposes a LMTP interface for pushing messages to mail store
|
|
enabled=true
|
|
port=2424
|
|
|
|
# by default bind to localhost only
|
|
host="127.0.0.1"
|
|
|
|
# Max accepted size for messages pushed via LMTP
|
|
maxMB=25
|
|
|
|
# If true then disables STARTTLS usage
|
|
disableSTARTTLS=false
|
|
|
|
# Greeting message for connecting client
|
|
banner="Welcome to Wild Duck Mail Server"
|
|
|
|
# Server hostname. Defaults to os.hostname() if false
|
|
name=false
|
|
|
|
[tls]
|
|
# If certificate path is not defined, use global or built-in self-signed certs for STARTTLS
|
|
#key="/path/to/server/key.pem"
|
|
#cert="/path/to/server/cert.pem"
|