default.nix, mail-server/users.nix: add per-user sieve script

This commit is contained in:
Ruben Maher 2017-11-18 14:07:59 +10:30 committed by Ruben Maher
parent 8b144b44b0
commit c2495e69f3
3 changed files with 67 additions and 4 deletions

View file

@ -107,6 +107,10 @@ in
special_use = \Sent
}
}
plugin {
sieve = file:/var/sieve/%u.sieve
}
'';
};
};