Merge branch '#29_enable_email_sieve' into 'main'
Enables sieve filters for the email Closes #29 See merge request compsoc1/skynet/nixos!20
This commit is contained in:
commit
c97ce628ee
1 changed files with 2 additions and 0 deletions
|
@ -240,6 +240,8 @@ in {
|
||||||
cfg.domain
|
cfg.domain
|
||||||
];
|
];
|
||||||
|
|
||||||
|
enableManageSieve = true;
|
||||||
|
|
||||||
lmtpSaveToDetailMailbox = "yes";
|
lmtpSaveToDetailMailbox = "yes";
|
||||||
|
|
||||||
extraVirtualAliases = {
|
extraVirtualAliases = {
|
||||||
|
|
Loading…
Reference in a new issue