default.nix, mail-server/users.nix: add per-user sieve script
This commit is contained in:
parent
8b144b44b0
commit
c2495e69f3
3 changed files with 67 additions and 4 deletions
|
@ -107,6 +107,10 @@ in
|
|||
special_use = \Sent
|
||||
}
|
||||
}
|
||||
|
||||
plugin {
|
||||
sieve = file:/var/sieve/%u.sieve
|
||||
}
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue