wildduck/config/sender.toml

15 lines
427 B
TOML
Raw Normal View History

2017-08-15 21:41:18 +08:00
# which ZoneMTA queue to use by default
zone="default"
# Collection name for GridFS storage
gfs="mail"
# Collection name for the queue
# see [dbs].sender option for choosing correct database to use for ZoneMTA queues
# by default the main wildduck database is used
collection="zone-queue"
2020-07-16 18:06:38 +08:00
# Hashing secret for loop detection
# Must be shared with haraka-plugin-wildduck
# If not set then looping is not tracked
loopSecret=""