summaryrefslogtreecommitdiff
path: root/pkgs/default.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-06-23 21:04:55 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-04-25 00:04:26 +0200
commit72844d532b6d3b2a50b7a6412b87446662d55230 (patch)
treeed29329e58c49358b80095d14ff0bfdeb9abd3c0 /pkgs/default.nix
parent2e5c081c473a8b5951f28a916d625ab5bb46c7c5 (diff)
downloadNUR-72844d532b6d3b2a50b7a6412b87446662d55230.tar.gz
NUR-72844d532b6d3b2a50b7a6412b87446662d55230.tar.zst
NUR-72844d532b6d3b2a50b7a6412b87446662d55230.zip
Configure mail (dovecot, postfix, spam checks)
Diffstat (limited to 'pkgs/default.nix')
-rw-r--r--pkgs/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix
index 74f9d184..ff9d477b 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -50,4 +50,10 @@ rec {
50 python = python3; 50 python = python3;
51 inherit mylibs; 51 inherit mylibs;
52 }; 52 };
53 dovecot_deleted-to-trash = callPackage ./dovecot/plugins/deleted_to_trash {
54 inherit mylibs;
55 };
56 dovecot_fts-xapian = callPackage ./dovecot/plugins/fts_xapian {
57 inherit mylibs;
58 };
53} 59}