From c47807776bd8b6c1a3d56005970a746f24ada2d7 Mon Sep 17 00:00:00 2001 From: downtownallday Date: Sat, 25 Jun 2022 16:56:01 -0400 Subject: [PATCH] Update roundcube config for changes introduced in 1.6 --- setup/webmail.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/setup/webmail.sh b/setup/webmail.sh index a92f6417..258c3c1c 100755 --- a/setup/webmail.sh +++ b/setup/webmail.sh @@ -132,8 +132,7 @@ cat > $RCM_CONFIG < array( 'verify_peer' => false, @@ -141,7 +140,7 @@ cat > $RCM_CONFIG < array( 'verify_peer' => false, @@ -162,8 +161,7 @@ cat > $RCM_CONFIG < 'Directory', - 'hosts' => array('${LDAP_SERVER}'), - 'port' => ${LDAP_SERVER_PORT}, + 'hosts' => array('${LDAP_URL}'), 'user_specific' => false, 'scope' => 'sub', 'base_dn' => '${LDAP_USERS_BASE}',