summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2016-03-14 21:52:56 +0100
committerPeter Simons <simons@cryp.to>2016-03-14 21:52:56 +0100
commitb7c8085c30e176443de1798c3a78e6efbe3ccf62 (patch)
tree407119bb64e9473dd9375a7ef2602128ef96681c /nixos
parent2aae2af8452a4ba45721cfb32016313046826625 (diff)
parent24fe7bab087a6302671511e24fa49130985b8c29 (diff)
downloadnixlib-b7c8085c30e176443de1798c3a78e6efbe3ccf62.tar
nixlib-b7c8085c30e176443de1798c3a78e6efbe3ccf62.tar.gz
nixlib-b7c8085c30e176443de1798c3a78e6efbe3ccf62.tar.bz2
nixlib-b7c8085c30e176443de1798c3a78e6efbe3ccf62.tar.lz
nixlib-b7c8085c30e176443de1798c3a78e6efbe3ccf62.tar.xz
nixlib-b7c8085c30e176443de1798c3a78e6efbe3ccf62.tar.zst
nixlib-b7c8085c30e176443de1798c3a78e6efbe3ccf62.zip
Merge pull request #13837 from peti/drop-old-postfix-versions
Drop support for postfix 2.x from Nixpkgs and NixOS.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/mail/postfix.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/mail/postfix.nix b/nixos/modules/services/mail/postfix.nix
index 404cdf0f564b..bad9d527f9a1 100644
--- a/nixos/modules/services/mail/postfix.nix
+++ b/nixos/modules/services/mail/postfix.nix
@@ -27,7 +27,7 @@ let
 
   mainCf =
     ''
-      compatibility_level = 2
+      compatibility_level = 9999
 
       mail_owner = ${user}
       default_privs = nobody