mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-19 02:48:18 +00:00
214 B
214 B
path
Specifies the path to the directory into which the spool will be stored.
kumo.on('init', function()
kumo.define_spool {
name = 'data',
path = '/var/spool/kumo-spool/data',
}
end)