haraka-wildduck

Este commit está contenido en:
Your Name
2020-05-27 17:51:39 +00:00
padre 31d55bf967
commit d44513dbd8
Se han modificado 163 ficheros con 8169 adiciones y 0 borrados

Ver fichero

@@ -0,0 +1,24 @@
# 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
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=true
# Greeting message for connecting client
banner="Welcome to WildDuck Mail Server"
# Server hostname. Defaults to os.hostname() if false
name="hatthieves.es"
[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"