about summary refs log tree commit diff
path: root/nixos/modules/services/mail/mlmmj.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-06-22 12:33:11 +0200
committerPeter Simons <simons@cryp.to>2015-06-22 12:47:23 +0200
commit88f4b75a00855c878624e465e1a83930aaa92858 (patch)
tree9f23079a409cada267fb948f6efee4d22e270019 /nixos/modules/services/mail/mlmmj.nix
parente08074ff6d57890ea7c1c526e73c998d2dcdcefa (diff)
nixos: recipientDelimiter is no longer a valid configuration option in Postfix 2.11.x or later
Note that this change in Postfix might affect the mlmmj.nix service in
ways I don't fully understand.
Diffstat (limited to 'nixos/modules/services/mail/mlmmj.nix')
-rw-r--r--nixos/modules/services/mail/mlmmj.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/mail/mlmmj.nix b/nixos/modules/services/mail/mlmmj.nix
index db3a266d011f4..1545c60f4de32 100644
--- a/nixos/modules/services/mail/mlmmj.nix
+++ b/nixos/modules/services/mail/mlmmj.nix
@@ -88,7 +88,6 @@ in
 
     services.postfix = {
       enable = true;
-      recipientDelimiter= "+";
       extraMasterConf = ''
         mlmmj unix - n n - - pipe flags=ORhu user=mlmmj argv=${pkgs.mlmmj}/bin/mlmmj-receive -F -L ${spoolDir}/$nextHop
       '';