mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-01-06 08:02:27 +08:00
11 lines
291 B
TOML
11 lines
291 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"
|