mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2025-12-11 13:56:27 +08:00
18 lines
493 B
TOML
18 lines
493 B
TOML
#############################################
|
|
# Internal Directory configuration
|
|
#############################################
|
|
|
|
[directory."internal"]
|
|
type = "internal"
|
|
store = "%{DEFAULT_STORE}%"
|
|
disable = true
|
|
|
|
[directory."internal".options]
|
|
catch-all = true
|
|
#catch-all = { map = "(.+)@(.+)$", to = "info@${2}" }
|
|
subaddressing = true
|
|
#subaddressing = { map = "^([^.]+)\.([^.]+)@(.+)$", to = "${2}@${3}" }
|
|
|
|
[directory."internal".cache]
|
|
entries = 500
|
|
ttl = {positive = '1h', negative = '10m'}
|