summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index 3dabcd3c..8e8859de 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -636,7 +636,7 @@ in rec {
636 privileged = true; 636 privileged = true;
637 chroot = false; 637 chroot = false;
638 command = "pipe"; 638 command = "pipe";
639 args = [ "flags=ORhu" "user=mlmmj" ''argv=${pkgs.mlmmj}/bin/mlmmj-receive -F -L /srv/mail/lists/''${user} -e ''${extension}'' ]; 639 args = [ "flags=ORhu" "user=mlmmj" ''argv=${pkgs.mlmmj}/bin/mlmmj-receive -F -L /srv/mail/lists/''${user} -s ''${sender} -e ''${extension}'' ];
640 }; 640 };
641 mlmmj-subs = { 641 mlmmj-subs = {
642 type = "unix"; 642 type = "unix";