diff --git a/setup/webmail.sh b/setup/webmail.sh index 4855d0dc..59f01d32 100755 --- a/setup/webmail.sh +++ b/setup/webmail.sh @@ -154,7 +154,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://${DAV_HOSTNAME}/cloud/remote.php/carddav/addressbooks/%u/contacts', # Fix this URL with a variable for 'active' => true, 'readonly' => false, 'refresh_time' => '02:00:00',