mirror of
https://blitiri.com.ar/repos/chasquid
synced 2026-01-07 17:47:14 +00:00
config: Add a "data_dir" option
This patch adds a "data_dir" option, that chasquid will use to store persistent data. It defaults to "/var/lib/chasquid" (for now, at least). Users will come in subsequent patches.
This commit is contained in:
@@ -38,5 +38,9 @@ message Config {
|
||||
// - "%domain%" -> domain (anything after the @)
|
||||
// Default: "-d", "%user" (adequate for procmail)
|
||||
repeated string mail_delivery_agent_args = 7;
|
||||
|
||||
// Directory where we store our persistent data.
|
||||
// Default: "/var/lib/chasquid"
|
||||
string data_dir = 8;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user