Mar 18, 2014 | QuickFix
Many public git repositories have several alternate URLs; for instance, the kernel.org repositories have git://, https://, and https:// URLs. The common URL schemes for git repositories are: ssh:// – default port 22 git:// – default port 9418 https://...
Mar 15, 2014 | QuickFix
If you’re trying to work on Zimbra migration etc, you might require to know the Zimbra LDAP master URL. Generally it should work as ldap:domainname:389, if it doesn’t then use the following command as zimbra to get the right ldap master url. #su –...
Mar 14, 2014 | QuickFix
If you want Zimbra to work on both port 80 and 443, You can use the following commands: su zimbra – zmtlsctl both After this, restart zimbra and you will be able to login to Zimbra on port 80 as well. PS: Running Zimbra on port 80 is not...
Mar 13, 2014 | QuickFix
If you’re changing your system and trying to reconfigure your zimbra, you might have to use the following commands: su – zimbra /opt/zimbra/libexec/zmsetservername -n The above commands come very handy when you might have mistakenly typed a wrong hostname...
Mar 13, 2014 | QuickFix
Self-Signed Certificate on your Zimbra server is expired? Follow the instructions given below, and you will be back online asap. 1. Begin by generating a new Certificate Authority (CA). /opt/zimbra/bin/zmcertmgr createca -new 2. Then generate a certificate signed by...
Recent Comments