l exim-retiolum: add root alias

This commit is contained in:
lassulus 2021-01-24 09:47:52 +01:00
parent fed3663923
commit ffb9654b1b

View File

@ -3,7 +3,12 @@
with import <stockholm/lib>;
{
krebs.exim-retiolum.enable = true;
krebs.exim-retiolum = {
enable = true;
system-aliases = [
{ from = "root"; to = "lass"; }
];
};
krebs.iptables.tables.filter.INPUT.rules = [
{ predicate = "-i retiolum -p tcp --dport smtp"; target = "ACCEPT"; }
];