summary refs log tree commit diff
path: root/nixos/modules/services/mail/postfix.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2016-03-11 15:37:50 +0100
committerPeter Simons <simons@cryp.to>2016-03-11 16:01:43 +0100
commit24fe7bab087a6302671511e24fa49130985b8c29 (patch)
treeb67fd83b15bb9e66688d1ade39c15e3d39ee4743 /nixos/modules/services/mail/postfix.nix
parentce6a1a6ceaee7496313bc6dd3f2325b43f65db64 (diff)
downloadnixlib-24fe7bab087a6302671511e24fa49130985b8c29.tar
nixlib-24fe7bab087a6302671511e24fa49130985b8c29.tar.gz
nixlib-24fe7bab087a6302671511e24fa49130985b8c29.tar.bz2
nixlib-24fe7bab087a6302671511e24fa49130985b8c29.tar.lz
nixlib-24fe7bab087a6302671511e24fa49130985b8c29.tar.xz
nixlib-24fe7bab087a6302671511e24fa49130985b8c29.tar.zst
nixlib-24fe7bab087a6302671511e24fa49130985b8c29.zip
Drop support for postfix 2.x from Nixpkgs and NixOS.
Version 3.x has been stable for a long time; let's give up support for
the obsolete versions.
Diffstat (limited to 'nixos/modules/services/mail/postfix.nix')
-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