maddy

Fork https://github.com/foxcpp/maddy

git clone git://git.lin.moe/go/maddy.git

 1# Filesystem
 2
 3This module stores message bodies in a file system directory.
 4
 5```
 6storage.blob.fs {
 7    root <directory>
 8}
 9```
10
11```
12storage.blob.fs <directory>
13```
14
15## Configuration directives
16
17### root _path_
18Default: not set
19
20Path to the FS directory. Must be readable and writable by the server process.
21If it does not exist - it will be created (parent directory should be writable
22for this). Relative paths are interpreted relatively to server state directory.
23