refactor: policyd-spf -> spf-engine
This commit is contained in:
parent
54cbacb6eb
commit
290a995de5
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ in
|
|||
privileged = true;
|
||||
chroot = false;
|
||||
command = "spawn";
|
||||
args = [ "user=nobody" "argv=${pkgs.pypolicyd-spf}/bin/policyd-spf" "${policyd-spf}"];
|
||||
args = [ "user=nobody" "argv=${pkgs.spf-engine}/bin/policyd-spf" "${policyd-spf}"];
|
||||
};
|
||||
"submission-header-cleanup" = {
|
||||
type = "unix";
|
||||
|
|
Loading…
Reference in a new issue