summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorFlorian Baumann <flo@noqqe.de>2015-09-11 13:27:15 +0200
committerFlorian Baumann <flo@noqqe.de>2015-09-11 13:27:15 +0200
commit7adb779d1fa0d6e8331d6a17373019defcf48234 (patch)
treecf059aa0a6e20d8208124a4c458eb3a934b973e5 /nixos
parentd5505ae75732b3313015804b915aca30746767cd (diff)
downloadnixpkgs-7adb779d1fa0d6e8331d6a17373019defcf48234.tar
nixpkgs-7adb779d1fa0d6e8331d6a17373019defcf48234.tar.gz
nixpkgs-7adb779d1fa0d6e8331d6a17373019defcf48234.tar.bz2
nixpkgs-7adb779d1fa0d6e8331d6a17373019defcf48234.tar.lz
nixpkgs-7adb779d1fa0d6e8331d6a17373019defcf48234.tar.xz
nixpkgs-7adb779d1fa0d6e8331d6a17373019defcf48234.tar.zst
nixpkgs-7adb779d1fa0d6e8331d6a17373019defcf48234.zip
mlmmj: postfix master config uses deprecated nextHop instead of nexthop
Diffstat (limited to 'nixos')
-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 08ed4d232a1..8cd7d5a8ca7 100644
--- a/nixos/modules/services/mail/mlmmj.nix
+++ b/nixos/modules/services/mail/mlmmj.nix
@@ -90,7 +90,7 @@ in
       enable = true;
       recipientDelimiter= "+";
       extraMasterConf = ''
-        mlmmj unix - n n - - pipe flags=ORhu user=mlmmj argv=${pkgs.mlmmj}/bin/mlmmj-receive -F -L ${spoolDir}/$nextHop
+        mlmmj unix - n n - - pipe flags=ORhu user=mlmmj argv=${pkgs.mlmmj}/bin/mlmmj-receive -F -L ${spoolDir}/$nexthop
       '';
 
       extraAliases = concatMapStrings (alias cfg.listDomain) cfg.mailLists;