summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorFlorian Baumann <flo@noqqe.de>2015-08-25 15:27:58 +0200
committerFlorian Baumann <flo@noqqe.de>2015-08-25 15:27:58 +0200
commitd43496300e0064afa940c8fe822762983051793c (patch)
tree6d41901996eb49ff0a8999342f81884d87692d39 /nixos/modules
parent3c114b827ee418a040973671e1ab4898118a5886 (diff)
downloadnixlib-d43496300e0064afa940c8fe822762983051793c.tar
nixlib-d43496300e0064afa940c8fe822762983051793c.tar.gz
nixlib-d43496300e0064afa940c8fe822762983051793c.tar.bz2
nixlib-d43496300e0064afa940c8fe822762983051793c.tar.lz
nixlib-d43496300e0064afa940c8fe822762983051793c.tar.xz
nixlib-d43496300e0064afa940c8fe822762983051793c.tar.zst
nixlib-d43496300e0064afa940c8fe822762983051793c.zip
fixed: mlmmj-recieve: No such file or directory
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/mail/mlmmj.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/mail/mlmmj.nix b/nixos/modules/services/mail/mlmmj.nix
index db3a266d011f..5843a6745f58 100644
--- a/nixos/modules/services/mail/mlmmj.nix
+++ b/nixos/modules/services/mail/mlmmj.nix
@@ -11,7 +11,7 @@ let
   listCtl = domain: list: "${listDir domain list}/control";
   transport = domain: list: "${domain}--${list}@local.list.mlmmj mlmmj:${domain}/${list}";
   virtual = domain: list: "${list}@${domain} ${domain}--${list}@local.list.mlmmj";
-  alias = domain: list: "${list}: \"|${pkgs.mlmmj}/mlmmj-receive -L ${listDir domain list}/\"";
+  alias = domain: list: "${list}: \"|${pkgs.mlmmj}/bin/mlmmj-receive -L ${listDir domain list}/\"";
   subjectPrefix = list: "[${list}]";
   listAddress = domain: list: "${list}@${domain}";
   customHeaders = list: domain: [ "List-Id: ${list}" "Reply-To: ${list}@${domain}" ];