Loading nixos/modules/services/mail/postfix.nix +1 −1 Original line number Diff line number Diff line Loading @@ -773,7 +773,7 @@ in }; services.postfix.config = (mapAttrs (_: v: mkDefault v) { compatibility_level = "9999"; compatibility_level = pkgs.postfix.version; mail_owner = cfg.user; default_privs = "nobody"; Loading nixos/tests/rspamd.nix +5 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ let machine = { services.rspamd.enable = true; networking.enableIPv6 = enableIPv6; virtualisation.memorySize = 1024; }; testScript = '' start_all() Loading Loading @@ -68,6 +69,7 @@ in group = "rspamd"; }]; }; virtualisation.memorySize = 1024; }; testScript = '' Loading Loading @@ -116,6 +118,7 @@ in ''; }; }; virtualisation.memorySize = 1024; }; testScript = '' Loading Loading @@ -221,6 +224,7 @@ in rspamd_logger.infox(rspamd_config, 'Work dammit!!!') ''; }; virtualisation.memorySize = 1024; }; testScript = '' ${initMachine} Loading Loading @@ -287,6 +291,7 @@ in postfix.enable = true; workers.rspamd_proxy.type = "rspamd_proxy"; }; virtualisation.memorySize = 1024; }; testScript = '' ${initMachine} Loading Loading
nixos/modules/services/mail/postfix.nix +1 −1 Original line number Diff line number Diff line Loading @@ -773,7 +773,7 @@ in }; services.postfix.config = (mapAttrs (_: v: mkDefault v) { compatibility_level = "9999"; compatibility_level = pkgs.postfix.version; mail_owner = cfg.user; default_privs = "nobody"; Loading
nixos/tests/rspamd.nix +5 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ let machine = { services.rspamd.enable = true; networking.enableIPv6 = enableIPv6; virtualisation.memorySize = 1024; }; testScript = '' start_all() Loading Loading @@ -68,6 +69,7 @@ in group = "rspamd"; }]; }; virtualisation.memorySize = 1024; }; testScript = '' Loading Loading @@ -116,6 +118,7 @@ in ''; }; }; virtualisation.memorySize = 1024; }; testScript = '' Loading Loading @@ -221,6 +224,7 @@ in rspamd_logger.infox(rspamd_config, 'Work dammit!!!') ''; }; virtualisation.memorySize = 1024; }; testScript = '' ${initMachine} Loading Loading @@ -287,6 +291,7 @@ in postfix.enable = true; workers.rspamd_proxy.type = "rspamd_proxy"; }; virtualisation.memorySize = 1024; }; testScript = '' ${initMachine} Loading