l exim-retiolum: add root alias
This commit is contained in:
parent
fed3663923
commit
ffb9654b1b
@ -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"; }
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user