From 9e0621a13e924b87f2ec460a975bc1dce4d7eb47 Mon Sep 17 00:00:00 2001 From: Francesco Montanari Date: Mon, 11 Nov 2019 19:09:23 +0200 Subject: [PATCH] install php-ldap extension --- setup/webmail.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/webmail.sh b/setup/webmail.sh index ce5c3fd0..5f61b366 100755 --- a/setup/webmail.sh +++ b/setup/webmail.sh @@ -194,4 +194,5 @@ chmod 664 $STORAGE_ROOT/mail/roundcube/roundcube.sqlite # Enable PHP modules. phpenmod -v php mcrypt imap +apt install -y php7.2-ldap restart_service php7.2-fpm