Configurable sieve script directory
This commit is contained in:
parent
ee1ad50830
commit
c00fc587f5
3 changed files with 24 additions and 16 deletions
|
@ -452,6 +452,14 @@ in
|
|||
'';
|
||||
};
|
||||
|
||||
sieveDirectory = mkOption {
|
||||
type = types.path;
|
||||
default = "/var/sieve";
|
||||
description = ''
|
||||
Where to store the sieve scripts.
|
||||
'';
|
||||
};
|
||||
|
||||
virusScanning = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue