<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									amavis, antispam and antivirus not starting with IPV6 disabled. - Install &amp; Setup				            </title>
            <link>https://community.zextras.com/forum/carbonio-setup/amavis-antispam-and-antivirus-not-starting-with-ipv6-disabled/</link>
            <description>Zextras Community Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Fri, 14 Aug 2026 00:56:25 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: amavis, antispam and antivirus not starting with IPV6 disabled.</title>
                        <link>https://community.zextras.com/forum/carbonio-setup/amavis-antispam-and-antivirus-not-starting-with-ipv6-disabled/#post-6426</link>
                        <pubDate>Thu, 16 Nov 2023 22:49:14 +0000</pubDate>
                        <description><![CDATA[Hi all,
Server status is getting this as output:
amavis Runningantispam Runningdirectory-server Runningmailbox Runningmemcached Runningmta Runningopendkim Runningproxy Runningservice webap...]]></description>
                        <content:encoded><![CDATA[<p>Hi all,</p>
<p>Server status is getting this as output:</p>
<p>amavis Running<br />antispam Running<br />directory-server Running<br />mailbox Running<br />memcached Running<br />mta Running<br />opendkim Running<br />proxy Running<br />service webapp Running<br />service-discover Running<br />stats Running<br />config service Running</p>
<p>Messages are arriving with *** unchecked *** in the subject</p>
<p>zmclamdctl status<br />clamd is not runnning</p>
<p>If i start it with</p>
<p>zmclamdctl start</p>
<p>It works</p>
<p>Any ideia of what could be going?</p>
<p>Thanks in advance</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-setup/">Install &amp; Setup</category>                        <dc:creator>mrzsilva</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-setup/amavis-antispam-and-antivirus-not-starting-with-ipv6-disabled/#post-6426</guid>
                    </item>
				                    <item>
                        <title>RE: amavis, antispam and antivirus not starting with IPV6 disabled.</title>
                        <link>https://community.zextras.com/forum/carbonio-setup/amavis-antispam-and-antivirus-not-starting-with-ipv6-disabled/#post-5833</link>
                        <pubDate>Fri, 22 Sep 2023 11:17:31 +0000</pubDate>
                        <description><![CDATA[We&#039;ll need logs.
tail-f /var/log/carbonio.log | grep -i amavis
and then restart carbonio and send us the output]]></description>
                        <content:encoded><![CDATA[<p>We'll need logs.</p>
<p>tail-f /var/log/carbonio.log | grep -i amavis</p>
<p>and then restart carbonio and send us the output</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-setup/">Install &amp; Setup</category>                        <dc:creator>anahuac</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-setup/amavis-antispam-and-antivirus-not-starting-with-ipv6-disabled/#post-5833</guid>
                    </item>
				                    <item>
                        <title>RE: amavis, antispam and antivirus not starting with IPV6 disabled.</title>
                        <link>https://community.zextras.com/forum/carbonio-setup/amavis-antispam-and-antivirus-not-starting-with-ipv6-disabled/#post-5832</link>
                        <pubDate>Fri, 22 Sep 2023 09:56:10 +0000</pubDate>
                        <description><![CDATA[Still not running. I had already made those changes.
I don&#039;t know how to solve this.]]></description>
                        <content:encoded><![CDATA[
<p>Add the lines below in /etc/sysct.conf</p>
<pre contenteditable="false">net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
vm.swappiness=10</pre>
<p>Then run:</p>
<pre contenteditable="false">sysctl -p</pre>
<p> </p>
<p>and then restart Carbonio </p>
<pre contenteditable="false">zmcontrol restart</pre>
<p> </p>
<p></p>
<p> </p>
<p>Still not running. <span>I had already made those changes.</span></p>
<p>I don't know how to solve this.</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-setup/">Install &amp; Setup</category>                        <dc:creator>BelluX</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-setup/amavis-antispam-and-antivirus-not-starting-with-ipv6-disabled/#post-5832</guid>
                    </item>
				                    <item>
                        <title>RE: amavis, antispam and antivirus not starting with IPV6 disabled.</title>
                        <link>https://community.zextras.com/forum/carbonio-setup/amavis-antispam-and-antivirus-not-starting-with-ipv6-disabled/#post-5823</link>
                        <pubDate>Fri, 22 Sep 2023 00:16:20 +0000</pubDate>
                        <description><![CDATA[Add the lines below in /etc/sysct.conf
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
vm.swappiness=10
Then run:
sysctl -p...]]></description>
                        <content:encoded><![CDATA[<p>Add the lines below in /etc/sysct.conf</p>
<pre contenteditable="false">net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
vm.swappiness=10</pre>
<p>Then run:</p>
<pre contenteditable="false">sysctl -p</pre>
<p> </p>
<p>and then restart Carbonio </p>
<pre contenteditable="false">zmcontrol restart</pre>
<p> </p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-setup/">Install &amp; Setup</category>                        <dc:creator>anahuac</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-setup/amavis-antispam-and-antivirus-not-starting-with-ipv6-disabled/#post-5823</guid>
                    </item>
				                    <item>
                        <title>amavis, antispam and antivirus not starting with IPV6 disabled.</title>
                        <link>https://community.zextras.com/forum/carbonio-setup/amavis-antispam-and-antivirus-not-starting-with-ipv6-disabled/#post-5820</link>
                        <pubDate>Thu, 21 Sep 2023 14:48:33 +0000</pubDate>
                        <description><![CDATA[Hi,
 
i can&#039;t find a solution to my problem.
i have an Ubuntu 20.04.06 server behind a firewall. UFW is disabled.
 
I followed entirely the single node guide for Carbonio. After i disab...]]></description>
                        <content:encoded><![CDATA[<p>Hi,</p>
<p> </p>
<p>i can't find a solution to my problem.</p>
<p>i have an Ubuntu 20.04.06 server behind a firewall. UFW is disabled.</p>
<p> </p>
<p>I followed entirely the single node guide for Carbonio. After i disable IPV6 </p>
<ol class="arabic">
<li>
<p>IPv6 must be disabled. Make also sure that the<span> </span><code class="file docutils literal notranslate"><span class="pre">/etc/hosts</span></code><span> </span>does not contain any IPv6 entries.</p>
</li>
</ol>
<p> </p>
<p>I got this situation:</p>
<p>amavis Stopped<br />amavisd is not running.</p>
<p><br />antispam Stopped<br />zmamavisdctl is not running</p>
<p><br />antivirus Stopped<br />zmamavisdctl is not running</p>
<p><br />directory-server Running<br />mailbox Running<br />memcached Running<br />mta Running<br />opendkim Running<br />proxy Running<br />service webapp Running<br />service-discover Running<br />stats Running<br />config service Running</p>
<p> </p>
<p>Can't send and receive email.</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-setup/">Install &amp; Setup</category>                        <dc:creator>BelluX</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-setup/amavis-antispam-and-antivirus-not-starting-with-ipv6-disabled/#post-5820</guid>
                    </item>
							        </channel>
        </rss>
		