Day: March 18, 2024
How-to for CBPolicyd Zimbra
Introduction Packaged as part of the zimbra-mta package Configured to run as a daemon on 127.0.0.1:10031 Integrated with postfix as a check_policy_service Cbpolicyd database uses sqlite Default configuration enables quotas module Enable/Disable To enable : zmprov ms <mta server> +zimbraServiceEnabled cbpolicyd The following changes get written by zmconfigd to postconf : smtpd_end_of_data_restrictions…
How to create an Admin account and password Zimbra
In the examples below replace example.com with your actual domain. First install `pwgen` command: apt install pwgen This will create an additional admin account with a random password: newpass=$(pwgen 16 -n1) echo $newpass zmprov ca testadmin@example.com "$newpass" zimbraIsAdminAccount TRUE This will transform a normal existed user account into an admin…
How To Set Secure Password Policy on Zimbra
In this guide, we’ll look at all the modification you need to Set a secure Password Policy on Zimbra server. By default, Zimbra doesn’t enforce any strong password requirements for a user account. This poses a risk of the account being compromised and ultimately used for spamming. How To Set Password Policy…