<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>zimbra &#8211; VeriTeknik</title>
	<atom:link href="https://www.veriteknik.net.tr/en/tag/zimbra/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.veriteknik.net.tr/en/</link>
	<description>VeriTeknik Bilişim &#124; VeriTeknik Bilişim</description>
	<lastBuildDate>Fri, 04 May 2012 13:34:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>(Zimbra Mail Server) Unable to determine enabled services from LDAP</title>
		<link>https://www.veriteknik.net.tr/en/zimbra-mail-server-unable-to-determine-enabled-services-from-ldap/</link>
					<comments>https://www.veriteknik.net.tr/en/zimbra-mail-server-unable-to-determine-enabled-services-from-ldap/#respond</comments>
		
		<dc:creator><![CDATA[Cevdet Kaymaz]]></dc:creator>
		<pubDate>Fri, 04 May 2012 13:34:15 +0000</pubDate>
				<category><![CDATA[LINUX]]></category>
		<category><![CDATA[LINUX Help]]></category>
		<category><![CDATA[ldap service error]]></category>
		<category><![CDATA[service error]]></category>
		<category><![CDATA[zimbra]]></category>
		<guid isPermaLink="false">http://www.plugged.in/?p=377</guid>

					<description><![CDATA[<p>[zimbra@ck]$ zmcontrol start Host mail.plugged.in Starting ldap&#8230;Done. Unable to determine enabled services from ldap. Enabled services read from cache. Service list may be inaccurate. Starting logger&#8230;Failed. Starting logswatch&#8230;ERROR: service.FAILURE (system failure: ZimbraLdapContext) (cause: javax.net.ssl.SSLHandshakeException sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target) zimbra logger service is not enabled! [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.veriteknik.net.tr/en/zimbra-mail-server-unable-to-determine-enabled-services-from-ldap/">(Zimbra Mail Server) Unable to determine enabled services from LDAP</a> appeared first on <a rel="nofollow" href="https://www.veriteknik.net.tr/en/">VeriTeknik</a>.</p>
]]></description>
										<content:encoded><![CDATA[<blockquote>[zimbra@ck]$ zmcontrol start<br />
Host mail.plugged.in<br />
        Starting ldap&#8230;Done.<br />
Unable to determine enabled services from ldap.<br />
Enabled services read from cache. Service list may be inaccurate.<br />
        Starting logger&#8230;Failed.<br />
Starting logswatch&#8230;ERROR: service.FAILURE (system failure: ZimbraLdapContext) (cause: javax.net.ssl.SSLHandshakeException sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target)<br />
zimbra logger service is not enabled!  failed.</p></blockquote>
<p>The usual reason for this error is expired an SSL certificate.</p>
<p><span id="more-377"></span><br />
This error usually happens if your SSL certificate has expired. There are two solutions for this problem.</p>
<p><strong>The first solution is renewing your certificate and deploying it with the following command :</strong></p>
<p>&nbsp;</p>
<blockquote>[zimbra@ck]$ /opt/zimbra/bin/zmcertmgr deploycrt comm /opt/zimbra/ssl/zimbra/commercial/your_new_ssl.crt /path/to/ca_bundle.crt</p></blockquote>
<p>After this you need to restart zmcontrol.</p>
<p><strong>The second solution is regenerating self-signed certificate.</strong></p>
<blockquote>[zimbra@ck]$ su &#8211; zimbra -c &#8216;zmcontrol stop&#8217;<br />
[zimbra@ck]$ rm -rf /opt/zimbra/ssl/*<br />
[zimbra@ck]$ rm -rf /opt/zimbra/ssl/.rnd<br />
[zimbra@ck]$ /opt/zimbra/java/bin/keytool -delete -alias my_ca -keystore /opt/zimbra/java/jre/lib/security/cacerts -storepass changeit<br />
[zimbra@ck]$ /opt/zimbra/java/bin/keytool -delete -alias jetty -keystore /opt/zimbra/mailboxd/etc/keystore -storepass `su &#8211; zimbra -c &#8216;zmlocalconfig -s -m nokey mailboxd_keystore_password&#8217;`</p></blockquote>
<p>Then you need to edit  /opt/zimbra/bin/zmcertmgr file ( you can use &#8216;vi&#8217; )</p>
<p>Find validation_days=365 and change to validation_days=3650</p>
<p>And save /opt/zimbra/bin/zmcertmgr</p>
<blockquote>[zimbra@ck]$ /opt/zimbra/bin/zmcertmgr createca -new<br />
[zimbra@ck]$ /opt/zimbra/bin/zmcertmgr deployca -localonly<br />
[zimbra@ck]$ /opt/zimbra/bin/zmcertmgr createcrt self -new<br />
[zimbra@ck]$ /opt/zimbra/bin/zmcertmgr deploycrt self</p>
[zimbra@ck]$ su &#8211; zimbra -c &#8216;zmcontrol start&#8217;</p>
[zimbra@ck]$ /opt/zimbra/bin/zmcertmgr deploycrt self<br />
[zimbra@ck]$ /opt/zimbra/bin/zmcertmgr deployca</p>
[zimbra@ck]$ su &#8211; zimbra -c &#8216;zmupdateauthkeys&#8217;<br />
[zimbra@ck]$ /opt/zimbra/bin/zmcertmgr viewdeployedcrt</p></blockquote>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://www.veriteknik.net.tr/en/zimbra-mail-server-unable-to-determine-enabled-services-from-ldap/">(Zimbra Mail Server) Unable to determine enabled services from LDAP</a> appeared first on <a rel="nofollow" href="https://www.veriteknik.net.tr/en/">VeriTeknik</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.veriteknik.net.tr/en/zimbra-mail-server-unable-to-determine-enabled-services-from-ldap/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">377</post-id>	</item>
	</channel>
</rss>
