2018-01-02 21:04:01 +08:00
|
|
|
# If enabled then WildDuck exposes a LMTP interface for pushing messages to mail store
|
|
|
|
# NB! If you are using WildDuck plugin for Haraka then LMTP is not needed
|
2017-08-15 21:41:18 +08:00
|
|
|
enabled=true
|
|
|
|
port=2424
|
2017-10-19 16:19:16 +08:00
|
|
|
|
2017-08-15 21:41:18 +08:00
|
|
|
# by default bind to localhost only
|
|
|
|
host="127.0.0.1"
|
|
|
|
|
|
|
|
# Max accepted size for messages pushed via LMTP
|
|
|
|
maxMB=25
|
|
|
|
|
2017-09-11 03:53:12 +08:00
|
|
|
# If true then disables STARTTLS usage
|
2017-10-20 18:43:44 +08:00
|
|
|
disableSTARTTLS=true
|
2017-09-11 03:53:12 +08:00
|
|
|
|
|
|
|
# Greeting message for connecting client
|
2018-01-02 21:04:01 +08:00
|
|
|
banner="Welcome to WildDuck Mail Server"
|
2017-09-11 03:53:12 +08:00
|
|
|
|
|
|
|
# Server hostname. Defaults to os.hostname() if false
|
|
|
|
name=false
|
|
|
|
|
2017-08-15 21:41:18 +08:00
|
|
|
[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"
|