Updated configuration files + CHANGELOG
This commit is contained in:
Binary file not shown.
@@ -10,10 +10,11 @@ disable = true
|
||||
|
||||
[directory."imap".pool]
|
||||
max-connections = 10
|
||||
min-connections = 0
|
||||
max-lifetime = "30m"
|
||||
idle-timeout = "10m"
|
||||
connect-timeout = "30s"
|
||||
|
||||
[directory."imap".pool.timeout]
|
||||
create = "30s"
|
||||
wait = "30s"
|
||||
recycle = "30s"
|
||||
|
||||
[directory."imap".tls]
|
||||
implicit = true
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
type = "ldap"
|
||||
address = "ldap://localhost:389"
|
||||
base-dn = "dc=example,dc=org"
|
||||
timeout = "30s"
|
||||
disable = true
|
||||
|
||||
[directory."ldap".bind]
|
||||
|
||||
@@ -14,10 +14,11 @@ rcpt = 5
|
||||
|
||||
[directory."lmtp".pool]
|
||||
max-connections = 10
|
||||
min-connections = 0
|
||||
max-lifetime = "30m"
|
||||
idle-timeout = "10m"
|
||||
connect-timeout = "30s"
|
||||
|
||||
[directory."lmtp".pool.timeout]
|
||||
create = "30s"
|
||||
wait = "30s"
|
||||
recycle = "30s"
|
||||
|
||||
[directory."lmtp".tls]
|
||||
implicit = false
|
||||
|
||||
Reference in New Issue
Block a user