From a929614f94d11a4f397e72e74f38b3212c24cdee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sun, 23 Jun 2019 21:04:55 +0200 Subject: Configure mail (dovecot, postfix, spam checks) --- pkgs/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pkgs/default.nix') diff --git a/pkgs/default.nix b/pkgs/default.nix index 74f9d18..ff9d477 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -50,4 +50,10 @@ rec { python = python3; inherit mylibs; }; + dovecot_deleted-to-trash = callPackage ./dovecot/plugins/deleted_to_trash { + inherit mylibs; + }; + dovecot_fts-xapian = callPackage ./dovecot/plugins/fts_xapian { + inherit mylibs; + }; } -- cgit v1.2.3