How to make Zimbra Webmail default mailto client in Chrome and Firefox

Cédric 96 Reputation points
2021-07-21T12:49:19.213+00:00

Hi,

I have a client which has migrated on Zimbra there is 1 month and use only the webmail (no mail client).

There is ~50 users and they use IE11/Firefox/Chrome.
They work on 2008R2 RDS server, a part of them (~ 5 users) work localy on Windows 10.

Local IT manager asks me if we can define Zimbra webmail as default mail client (I know that a webmail isn't an email client, it is a website...).
After discussions, we decided to define Zimbra webmail only on Firefox and Chrome.

So I look for a solution to set up Zimbra webmail as default mail client throught GPO (for mailto links among others).

I searched a solution on the web but I didn't find good solutions.

Have you an idea ? A solution ?

Thanks in advance.

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
5,391 questions
0 comments No comments
{count} votes

Accepted answer
  1. Cédric 96 Reputation points
    2021-07-30T10:41:17.2+00:00

    I solved this by using ADMX for Chrome and Firefox; you can define mailto handler easly :

    For Chrome : [{"url":"https://zimbra.contoso.com/?view=compose&to=%s","default": true,"protocol":"mailto"}]

    For Firefox : {"schemes":{"mailto":{"action":"useHelperApp","ask":false,"handlers":[{"name":"zimbra.contoso.com","uriTemplate":"https://zimbra.contoso.com/?view=compose&to=%s"}]}}}

    And create this reg key :

    HKCU\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\MAILTO\UserChoice]
    "Progid"="ChromeHTML"
    or
    HKCU\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\MAILTO\UserChoice]
    "Progid"="FirefoxURL"

    Tested on 2008R2, 2019 Server Std with last Chrome and Firefox version and Firefox EST last version

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Daisy Zhou 23,726 Reputation points Microsoft Vendor
    2021-07-22T02:37:20.047+00:00

    Hello @Cédric ,

    Thank you for posting here.

    I am sorry, because Zimbra webmail is a third-part product, based on my knowledge, there is no such GPO settings in Windows AD group policy management.

    You can try the solution you searched on the web.

    Or you can try to set up Zimbra webmail as default mail client on one machine manually to see if it helps.

    Hope the information above is helpful to you.

    Should you have any question or concern, please feel free to let us know.

    Best Regards,
    Daisy Zhou

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.