From 868040ee22fe7e79a39b6423095ab4185d584b6b Mon Sep 17 00:00:00 2001 From: "Alexander V. Nikolaev" Date: Tue, 11 Sep 2018 06:20:55 +0300 Subject: rmilter: deprecation notice --- nixos/modules/services/mail/rmilter.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nixos') diff --git a/nixos/modules/services/mail/rmilter.nix b/nixos/modules/services/mail/rmilter.nix index c3e3d8232429..0d91b247cd34 100644 --- a/nixos/modules/services/mail/rmilter.nix +++ b/nixos/modules/services/mail/rmilter.nix @@ -193,6 +193,9 @@ in config = mkMerge [ (mkIf cfg.enable { + warnings = [ + ''`config.services.rmilter' is deprecated, `rmilter' deprecated and unsupported by upstream, and will be removed from next releases. Use built-in rspamd milter instead.'' + ]; users.users = singleton { name = cfg.user; -- cgit 1.4.1