Fixed more ports

This commit is contained in:
2023-09-24 10:23:49 -07:00
parent 213fca416a
commit e9cefb8860

View File

@@ -75,7 +75,7 @@ in {
workers = {
rspamd_proxy = {
type = "rspamd_proxy";
bindSockets = [ "localhost:${toString cfg.port}" ];
bindSockets = [ "localhost:${toString cfg.ports.milter}" ];
count = 4;
extraConfig = ''
milter = yes;
@@ -91,7 +91,7 @@ in {
controller = {
type = "controller";
count = 4;
bindSockets = [ "localhost:${toString cfg.controller-port}" ];
bindSockets = [ "localhost:${toString cfg.ports.controller}" ];
includes = [ ];
};
};