haraka-wildduck
Este commit está contenido en:
24
production/haraka-wildduck/wildduck/config/lmtp.toml
Archivo normal
24
production/haraka-wildduck/wildduck/config/lmtp.toml
Archivo normal
@@ -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"
|
||||
Referencia en una nueva incidencia
Block a user