From 1ba239a3288700b3da3379be446915190e707ae2 Mon Sep 17 00:00:00 2001 From: kiekerjan Date: Sat, 20 Mar 2021 16:54:41 +0100 Subject: [PATCH] Update carddav url towards nextcloud --- setup/webmail.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/webmail.sh b/setup/webmail.sh index 912bd5e5..5df4bdf3 100755 --- a/setup/webmail.sh +++ b/setup/webmail.sh @@ -145,7 +145,7 @@ cat > ${RCM_PLUGIN_DIR}/carddav/config.inc.php < 'ownCloud', 'username' => '%u', // login username 'password' => '%p', // login password - 'url' => 'https://${PRIMARY_HOSTNAME}/cloud/remote.php/carddav/addressbooks/%u/contacts', + 'url' => 'https://${PRIMARY_HOSTNAME}/cloud/remote.php/dav/addressbooks/users/%u/contacts', 'active' => true, 'readonly' => false, 'refresh_time' => '02:00:00',