mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2025-02-26 08:53:03 +08:00
24 lines
567 B
TOML
24 lines
567 B
TOML
#############################################
|
|
# SQL Directory configuration
|
|
#############################################
|
|
|
|
[directory."sql"]
|
|
type = "sql"
|
|
store = "__SQL_STORE__"
|
|
disable = true
|
|
|
|
[directory."sql".options]
|
|
catch-all = true
|
|
#catch-all = { map = "(.+)@(.+)$", to = "info@${2}" }
|
|
subaddressing = true
|
|
#subaddressing = { map = "^([^.]+)\.([^.]+)@(.+)$", to = "${2}@${3}" }
|
|
|
|
[directory."sql".cache]
|
|
entries = 500
|
|
ttl = {positive = '1h', negative = '10m'}
|
|
|
|
[directory."sql".columns]
|
|
type = "type"
|
|
secret = "secret"
|
|
description = "description"
|
|
quota = "quota"
|