Updated configuration files + CHANGELOG

This commit is contained in:
mdecimus
2023-12-25 19:35:15 +01:00
parent ce456c02eb
commit 7ea3460469
7 changed files with 68 additions and 20 deletions

Binary file not shown.

View File

@@ -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

View File

@@ -6,6 +6,7 @@
type = "ldap"
address = "ldap://localhost:389"
base-dn = "dc=example,dc=org"
timeout = "30s"
disable = true
[directory."ldap".bind]

View File

@@ -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