SAML is an open standard for Single Sign-On. When using SAML an Identity Provider (IdP) will take care of user authentication after which users can use their applications without having to log-on to each of them separately. In SAML these applications are called Service Providers (SP). In this guide we will set-up SimpleSAMLphp to act […]
Archive | PowerTips – Admins
Zimbra SkillZ: Social Justice Zimlet
Hello Zimbra Customers, Partners & Friends, Today’s new Zimlet from Barry de Graaff, Channel Evangelist for Zimbra Synacor, is the Social Justice Zimlet. While you write an email, this Zimlet suggests alternative words when appropriate. For example: master ldap > primary ldap. This post shows you how to write a Zimlet that uses a keyup […]
Zimbra SkillZ: X-Spam Zimlet
Zimbra SkillZ: X-Spam Zimlet Hi Zimbra Customers, Partners & Friends, This week Barry de Graaff, Channel Evangelist for Zimbra Synacor, brings you another new Zimlet … the X-Spam Zimlet. This Zimlet, which runs in the Modern UI, displays the X-Spam-Status and X-Spam-Score header fields from an email message. Zimbra API JS Client This blog post […]
Zimbra SkillZ: How to Hide Zimbra from Search Engines
Hide Zimbra’s Login Page from Search Engines Hi Zimbra Admins, Partners & Friends, By default, Zimbra’s login page is indexed in search engines. Would you rather hide it from search engines? Here’s how … zmprov mcf +zimbraResponseHeader “X-Content-Type-Options: nosniff” zmprov mcf +zimbraResponseHeader “X-Robots-Tag: noindex” zmprov mcf +zimbraResponseHeader “Referrer-Policy: no-referrer” zmprov mcf zimbraMailKeepOutWebCrawlers TRUE zmmailboxdctl restart […]
Zimbra SkillZ: Configuring Zimlets
Hi Zimbra Friends, Partners & Customers, Today’s post is from Barry de Graaff, Channel Evangelist for Zimbra Synacor, and it provides Zimlet configure info. Zimlets can use additional configuration properties, so you can write a Zimlet that can be configured by the administrator of the Zimbra server. This means you can avoid hard-coding client-id’s, on-premises […]
Zimbra SkillZ: New Appointment Zimlet – Video Conferencing Integration
Hi Zimbra Friends, Partners & Customers, Today’s post is from Barry de Graaff, Channel Evangelist for Zimbra Synacor, and it explains how to write a Zimlet that can set the Location and Notes fields on a new appointment. This is often implemented in Zimlets that integrate 3rd party video conferencing solutions in Zimbra. Download and […]