add action store to documentation

This commit is contained in:
2020-06-17 16:40:20 +02:00
parent 3a97b649e0
commit 55bbc5a2b7
2 changed files with 28 additions and 3 deletions

View File

@@ -191,6 +191,22 @@
# Value: [ wrap | ignore | reject ]
#
"error_policy": "wrap"
}, {
"name": "store_message",
"type": "store",
# Option: storage_type
# Type: String
# Notes: The storage type used to store e-mails.
# Value: [ file ]
"storage_type": "file",
# Option: directory
# Type: String
# Notes: Directory used to store e-mails.
# Value: [ file ]
"directory": "/mnt/messages"
}
]
}