---
title: "Zimbra - Set up a WebDAV folder on your computer"
description: "Set up WebDAV access to your Zimbra Briefcase on your computer to manage and share your files directly from your system"
url: https://docs.ovhcloud.com/en/guides/web-cloud/email-and-collaborative-solutions/zimbra/webdav-mount
lang: en
lastUpdated: 2026-02-10
---
# Zimbra - Set up a WebDAV folder on your computer

## Objective

Zimbra Pro email accounts have a storage space, called **Briefcase**, which can be used to exchange files via the WebDAV feature. This feature is available via the Zimbra Webmail and can also be set up on your computer to display the Briefcase as a storage volume.

**Find out how to mount a Zimbra WebDAV folder on your computer.**

## Requirements

- An OVHcloud [Zimbra Pro](https://www.ovhcloud.com/en-gb/emails/) email address.
- A Windows or macOS computer.
- The credentials related to the email address attached to the Zimbra Pro account.

## Instructions

WebDAV (Web-based Distributed Authoring and Versioning) is an extension of the HTTP protocol that allows you to manage files remotely on a server and modify them as if they were local.

The storage space allocated to your Zimbra email account is shared between your emails and the files in the Briefcase. Each file uploaded to the Zimbra Briefcase cannot exceed 100 MB.

In this documentation, we will use the example email address `john.smith@mydomain.ovh` and we will mount the `Briefcase` folder which is present by default.

### Mount a folder from Windows

Before you can connect to your WebDAV folder from the Windows Explorer, you need to enable and configure the services related to connecting to a WebDAV volume.

#### 1. Enable the WebClient service


**Step 1**

- Open <code className="action">Services</code> from the Windows Start menu.
![MX plan](/images/web-cloud/email-and-collaborative-solutions/zimbra/zimbra-webdav-mount/windows-services-01.png)

**Step 2**

1. Identify the **WebClient** service in the list.
2. Right-click on **WebClient**, then click on <code className="action">Properties</code>.
3. Switch the _Startup type_ to **Automatic**.
4. Click on <code className="action">Start</code> to start the service, then click on <code className="action">OK</code> to confirm the changes.
![MX plan](/images/web-cloud/email-and-collaborative-solutions/zimbra/zimbra-webdav-mount/windows-services-02.png)

#### 2. Modify the WebClient registry key


**Step 1**

- Open the <code className="action">Registry Editor</code> from the Windows Start menu.
![MX plan](/images/web-cloud/email-and-collaborative-solutions/zimbra/zimbra-webdav-mount/windows-regedit-01.png)

**Step 2**

1. Identify the **WebClient** service in the `HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters\BasicAuthLevel` tree.
2. Double-click on the registry key `BasicAuthLevel`.
3. Change the _Value data_: by default set to `1`, replace it with the value `2` and then click on <code className="action">OK</code> to confirm the changes.
![MX plan](/images/web-cloud/email-and-collaborative-solutions/zimbra/zimbra-webdav-mount/windows-regedit-02.png)

#### 3. Import the Zimbra server SSL certificate

:::info
To export the SSL certificate, we used the [Mozilla Firefox](https://www.firefox.com/) browser.
:::


**Step 1**

1. Open your web browser, load the page [https://zimbra1.mail.ovh.net/](https://zimbra1.mail.ovh.net/), then click on the padlock icon in the address bar.
2. Click on <code className="action">Secure Connection</code>.
3. Click on <code className="action">More information</code>.
![MX plan](/images/web-cloud/email-and-collaborative-solutions/zimbra/zimbra-webdav-mount/windows-ssl-01.png)

**Step 2**

1. Click on <code className="action">View Certificate</code>.
2. From the window that appears, stay on the `zimbra1.mail.ovh.net` tab and click on <code className="action">PEM (cert)</code> to download the SSL certificate.
![MX plan](/images/web-cloud/email-and-collaborative-solutions/zimbra/zimbra-webdav-mount/windows-ssl-02.png)

**Step 3**

- Change the file extension from `.pem` to `.cer`.
![MX plan](/images/web-cloud/email-and-collaborative-solutions/zimbra/zimbra-webdav-mount/windows-ssl-03.png)

**Step 4**

1. Open the file `zimbra1-mail-ovh-net.cer`, then click on <code className="action">Install Certificate…</code>.
2. Click on <code className="action">Local Machine</code>, then click on <code className="action">Next</code>.
3. Check `Place all certificates in the following store`, then click on <code className="action">Browse…</code>.
4. Select the `Trusted Root Certification Authorities` folder, then click on <code className="action">OK</code>.
![MX plan](/images/web-cloud/email-and-collaborative-solutions/zimbra/zimbra-webdav-mount/windows-ssl-04.png)

#### 4. Mount the volume

In our example, we are using the Zimbra account email address `john.smith@mydomain.ovh` and the `Briefcase` folder, created by default in the Zimbra storage space.

1. Open the Windows file explorer and click on <code className="action">This PC</code>.
2. In the top bar, click on the button <code className="action">…</code>, then on <code className="action">Map network drive</code>.
3. In the window that appears, enter the folder path. According to our example, the path is `\\zimbra1.mail.ovh.net@SSL\dav\john.smith@mydomain.ovh\Briefcase`. Click on <code className="action">Finish</code>.
4. An authentication window opens, enter the `Username` corresponding to the full email address and the `Password` associated with it. Click on <code className="action">OK</code>.

![MX plan](/images/web-cloud/email-and-collaborative-solutions/zimbra/zimbra-webdav-mount/windows-mount-01.png)
Your network volume is now displayed. You can place your files in it, up to a limit of 100 MB per file.

![MX plan](/images/web-cloud/email-and-collaborative-solutions/zimbra/zimbra-webdav-mount/windows-mount-02.png)
### Mount a folder from macOS

On macOS, it is not necessary to enable a service or register the SSL certificate, you just need to mount the volume directly from the **Finder**.


**Step 1**

- Open the **Finder**.
- In the top bar, click on the <code className="action">Go</code> menu.
- Click on <code className="action">Connect to Server</code> (`⌘ + K`).
![MX plan](/images/web-cloud/email-and-collaborative-solutions/zimbra/zimbra-webdav-mount/macos-mount-01.png)

**Step 2**

:::warning
It is important to replace the `@` in your email address with `%40` in the path entry.
:::
- From the window that appears, enter the connection path suitable for your email address and the folder you want to connect. According to our example, the path is `https://zimbra1.mail.ovh.net/dav/john.smith%40mydomain.ovh/Briefcase`.
- Click on <code className="action">Connect</code>.
![MX plan](/images/web-cloud/email-and-collaborative-solutions/zimbra/zimbra-webdav-mount/macos-mount-02.png)

**Step 3**

1. A server validation window for `zimbra1.mail.ovh.net` appears, click on <code className="action">Connect</code>.
2. A new window will ask you to enter the `Name` corresponding to your full email address and the `Password` associated with it. Check `Remember this password in my keychain` if you want to keep it for a future connection to another folder. Click on <code className="action">Connect</code> to mount the volume.
![MX plan](/images/web-cloud/email-and-collaborative-solutions/zimbra/zimbra-webdav-mount/macos-mount-03.png)

You now have access to your Zimbra Briefcase storage space. You can place any type of file in it that does not exceed 100 MB.

![MX plan](/images/web-cloud/email-and-collaborative-solutions/zimbra/zimbra-webdav-mount/macos-mount-04.png)
## Go further [](#)
[Getting started with the Zimbra offer](/en/guides/web-cloud/email-and-collaborative-solutions/zimbra/getting-started-zimbra.md)

[Set up your Zimbra email address on an email client](/en/guides/web-cloud/email-and-collaborative-solutions/zimbra/mail-apps.md)

[Using the Zimbra webmail](/en/guides/web-cloud/email-and-collaborative-solutions/mx-plan/email-zimbra.md)

[Zimbra OVHcloud solution FAQ](/en/guides/web-cloud/email-and-collaborative-solutions/mx-plan/faq-zimbra.md)

For specialized services (SEO, development, etc.), contact the [OVHcloud partners](https://partner.ovhcloud.com/en-gb/directory/).

If you need assistance with the use and configuration of your OVHcloud solutions, we offer you to consult our various [support offers](https://www.ovhcloud.com/en-gb/support-levels/).

Join our [community of users](https://community.ovhcloud.com/community/en).
