<?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>Could not send message: mail.SEND_MESSAGE Archives - rizkiana.my.id</title>
	<atom:link href="https://rizkiana.my.id/tag/could-not-send-message-mail-send_message/feed/" rel="self" type="application/rss+xml" />
	<link>https://rizkiana.my.id/tag/could-not-send-message-mail-send_message/</link>
	<description>Learn and Share</description>
	<lastBuildDate>Wed, 27 Mar 2019 10:14:11 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.5</generator>

<image>
	<url>https://rizkiana.my.id/wp-content/uploads/2024/06/Black-Bold-Typographic-Retro-Night-Club-Restaurant-Bar-Logo-1-150x118.png</url>
	<title>Could not send message: mail.SEND_MESSAGE Archives - rizkiana.my.id</title>
	<link>https://rizkiana.my.id/tag/could-not-send-message-mail-send_message/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Mengatasi Could not send message: mail.SEND_MESSAGE di Zimbra</title>
		<link>https://rizkiana.my.id/mengatasi-could-not-send-message-mail-send_message-di-zimbra/</link>
					<comments>https://rizkiana.my.id/mengatasi-could-not-send-message-mail-send_message-di-zimbra/#comments</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 25 Mar 2019 12:00:03 +0000</pubDate>
				<category><![CDATA[Learn and Share]]></category>
		<category><![CDATA[Zimbra]]></category>
		<category><![CDATA[Could not send message: mail.SEND_MESSAGE]]></category>
		<category><![CDATA[Troubleshoot]]></category>
		<guid isPermaLink="false">https://rizkiana.my.id/?p=338</guid>

					<description><![CDATA[<p>Mengatasi Could not send message: mail.SEND_MESSAGE di Zimbra &#8211; Assalamualaikum, sore-sore menemukan error seperti berikut ketika melakukan compose email. Setelah dilakukan pengecekan menggunakan log kami menemukan log berikut : /var/log/zimbra.log /opt/zimbra/log/cbpolicyd.log Awalnya diduga ada issue di sisi server, namun dilihat dari spesifikasi server yang cukup tinggi sepertinya kecil kemungkinan. Jika dilihat log diatas port 10031 ... <a title="Mengatasi Could not send message: mail.SEND_MESSAGE di Zimbra" class="read-more" href="https://rizkiana.my.id/mengatasi-could-not-send-message-mail-send_message-di-zimbra/" aria-label="Read more about Mengatasi Could not send message: mail.SEND_MESSAGE di Zimbra">Read more</a></p>
<p>The post <a href="https://rizkiana.my.id/mengatasi-could-not-send-message-mail-send_message-di-zimbra/">Mengatasi Could not send message: mail.SEND_MESSAGE di Zimbra</a> appeared first on <a href="https://rizkiana.my.id">rizkiana.my.id</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Mengatasi Could not send message: mail.SEND_MESSAGE di Zimbra &#8211; Assalamualaikum, sore-sore menemukan error seperti berikut ketika melakukan compose email.</p>



<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" src="https://lh3.googleusercontent.com/7kLI50tl9hc-7E4-FjEuUxN7ASrZgOy3VskSTPxkqBooAhnawxP5Oyg0INPZV_Z3GjPX9VZhgNE5fTWy-UpjnZdEJb-OIW6aW1iVJfStsm2he8bM-eYjEziU0U2W7lmbKdEc4YdG" alt="Could not send message: mail.SEND_MESSAGE"/></figure></div>



<p>Setelah dilakukan pengecekan menggunakan log kami menemukan log berikut :</p>



<ul class="wp-block-list"><li>/var/log/zimbra.log</li></ul>



<pre class="wp-block-code"><code>mail postfix/smtpd[19969]: warning: problem talking to server localhost:10031: Connection timed out
mail postfix/smtpd[19969]: NOQUEUE: reject: RCPT from unknown[x.x.x.x]: 451 4.3.5 abc@recipitent.com: Sender address rejected: Server configuration problem; from=def@sender.com to=def@sender.com proto=ESMTP helo=mail.sender.com</code></pre>



<ul class="wp-block-list"><li>/opt/zimbra/log/cbpolicyd.log</li></ul>



<pre class="wp-block-code"><code>[CBPOLICYD] NOTICE: Timed out after 1020s from => Peer: 127.0.0.1:53213, Local: 127.0.0.1:10031</code></pre>



<p>Awalnya diduga ada issue di sisi server, namun dilihat dari spesifikasi server yang cukup tinggi sepertinya kecil kemungkinan. Jika dilihat log diatas port 10031 ialah port cbpolicyd. <a href="https://wiki.zimbra.com/wiki/Cluebringer_Policy_Daemon">Sumber</a></p>



<p> Berikut cara untuk menangani-nya :</p>



<ul class="wp-block-list"><li>Disable/uncomment IPv6 di /etc/hosts</li></ul>



<pre class="wp-block-code"><code># vim /etc/hosts
127.0.0.1       localhost localhost.localdomain localhost4 localhost4.localdomain4
#::1          localhost localhost.localdomain localhost6 localhost6.localdomain6
</code></pre>



<ul class="wp-block-list"><li>Restart service cbpolicyd</li></ul>



<pre class="wp-block-code"><code># su - zimbra
$ zmcbpolicydctl restart</code></pre>



<p>Apabila error masih terjadi, lakukan disable service cbpolicyd dengan command berikut :</p>



<pre class="wp-block-code"><code>zmprov ms `zmhostname` -zimbraServiceEnabled cbpolicyd</code></pre>



<p>Diduga issue berasal dari service cbpolicyd yang hang sehingga menyebabkan tidak bisa melakukan compose email.</p>



<p>Baca juga : <a href="https://rizkiana.my.id/mengatasi-link-forgot-password-tidak-muncul-di-zimbra/">Mengatasi Link Forgot Password Tidak Muncul di Zimbra 8.8.11</a></p>



<p>Semoga bermanfaat &amp; enjoy, wassalamualaikum<br></p>
<p><a class="a2a_button_whatsapp" href="https://www.addtoany.com/add_to/whatsapp?linkurl=https%3A%2F%2Frizkiana.my.id%2Fmengatasi-could-not-send-message-mail-send_message-di-zimbra%2F&amp;linkname=Mengatasi%20Could%20not%20send%20message%3A%20mail.SEND_MESSAGE%20di%20Zimbra" title="WhatsApp" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_telegram" href="https://www.addtoany.com/add_to/telegram?linkurl=https%3A%2F%2Frizkiana.my.id%2Fmengatasi-could-not-send-message-mail-send_message-di-zimbra%2F&amp;linkname=Mengatasi%20Could%20not%20send%20message%3A%20mail.SEND_MESSAGE%20di%20Zimbra" title="Telegram" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Frizkiana.my.id%2Fmengatasi-could-not-send-message-mail-send_message-di-zimbra%2F&amp;linkname=Mengatasi%20Could%20not%20send%20message%3A%20mail.SEND_MESSAGE%20di%20Zimbra" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Frizkiana.my.id%2Fmengatasi-could-not-send-message-mail-send_message-di-zimbra%2F&amp;linkname=Mengatasi%20Could%20not%20send%20message%3A%20mail.SEND_MESSAGE%20di%20Zimbra" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Frizkiana.my.id%2Fmengatasi-could-not-send-message-mail-send_message-di-zimbra%2F&amp;linkname=Mengatasi%20Could%20not%20send%20message%3A%20mail.SEND_MESSAGE%20di%20Zimbra" title="LinkedIn" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Frizkiana.my.id%2Fmengatasi-could-not-send-message-mail-send_message-di-zimbra%2F&#038;title=Mengatasi%20Could%20not%20send%20message%3A%20mail.SEND_MESSAGE%20di%20Zimbra" data-a2a-url="https://rizkiana.my.id/mengatasi-could-not-send-message-mail-send_message-di-zimbra/" data-a2a-title="Mengatasi Could not send message: mail.SEND_MESSAGE di Zimbra"></a></p><p>The post <a href="https://rizkiana.my.id/mengatasi-could-not-send-message-mail-send_message-di-zimbra/">Mengatasi Could not send message: mail.SEND_MESSAGE di Zimbra</a> appeared first on <a href="https://rizkiana.my.id">rizkiana.my.id</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://rizkiana.my.id/mengatasi-could-not-send-message-mail-send_message-di-zimbra/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
