summary refs log tree commit diff
path: root/pkgs/servers/mail/postfix
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2018-10-15 12:56:23 +0100
committerJörg Thalheim <joerg@thalheim.io>2018-10-15 13:02:01 +0100
commitc7214bd17eae1cfcb13aafc214c7172ce7f38c7f (patch)
treea15487162b7f9995e2a0d777e6ba17732d46280a /pkgs/servers/mail/postfix
parentb7d39746782d442d4a2fe0b118dfcdfe329badfb (diff)
downloadnixpkgs-c7214bd17eae1cfcb13aafc214c7172ce7f38c7f.tar
nixpkgs-c7214bd17eae1cfcb13aafc214c7172ce7f38c7f.tar.gz
nixpkgs-c7214bd17eae1cfcb13aafc214c7172ce7f38c7f.tar.bz2
nixpkgs-c7214bd17eae1cfcb13aafc214c7172ce7f38c7f.tar.lz
nixpkgs-c7214bd17eae1cfcb13aafc214c7172ce7f38c7f.tar.xz
nixpkgs-c7214bd17eae1cfcb13aafc214c7172ce7f38c7f.tar.zst
nixpkgs-c7214bd17eae1cfcb13aafc214c7172ce7f38c7f.zip
postfix: enable openldap by default
Ldap authentication is fairly common in any reasonable sized mail setup.
Our dovecot also comes with ldap support.
Other distributions like debian, archlinux, ubuntu and fedora also
provide ldap support along with there postfix server.
It might be also useful to have database support, but this is a different pull request.
Diffstat (limited to 'pkgs/servers/mail/postfix')
-rw-r--r--pkgs/servers/mail/postfix/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/mail/postfix/default.nix b/pkgs/servers/mail/postfix/default.nix
index d88b9f8b0db..796d5696ebf 100644
--- a/pkgs/servers/mail/postfix/default.nix
+++ b/pkgs/servers/mail/postfix/default.nix
@@ -1,9 +1,9 @@
 { stdenv, lib, fetchurl, makeWrapper, gnused, db, openssl, cyrus_sasl, libnsl
 , coreutils, findutils, gnugrep, gawk, icu, pcre
+, withLDAP ? true, openldap
 , withPgSQL ? false, postgresql
 , withMySQL ? false, mysql
 , withSQLite ? false, sqlite
-, withLDAP ? false, openldap
 }:
 
 let