mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-11-14 05:19:29 +08:00
15 lines
No EOL
440 B
TOML
15 lines
No EOL
440 B
TOML
# 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"
|
|
|
|
# Hashing secret for loop detection
|
|
# Must be shared with haraka-plugin-wildduck
|
|
# If not set then looping is not tracked
|
|
#loopSecret="secret value" |