l 2 exim-*: remove redundant setuid code
This commit is contained in:
parent
8014c48550
commit
d811a50f7c
|
@ -4,10 +4,6 @@ with config.krebs.lib;
|
|||
|
||||
{
|
||||
krebs.exim-retiolum.enable = true;
|
||||
krebs.setuid.sendmail = {
|
||||
filename = "${pkgs.exim}/bin/exim";
|
||||
mode = "4111";
|
||||
};
|
||||
krebs.iptables.tables.filter.INPUT.rules = [
|
||||
{ predicate = "-i retiolum -p tcp --dport smtp"; target = "ACCEPT"; }
|
||||
];
|
||||
|
|
|
@ -42,11 +42,6 @@ with config.krebs.lib;
|
|||
{ from = "root"; to = "lass"; }
|
||||
];
|
||||
};
|
||||
|
||||
krebs.setuid.sendmail = {
|
||||
filename = "${pkgs.exim}/bin/exim";
|
||||
mode = "4111";
|
||||
};
|
||||
krebs.iptables.tables.filter.INPUT.rules = [
|
||||
{ predicate = "-p tcp --dport smtp"; target = "ACCEPT"; }
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue