<?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>
									Unable to send mail after fresh install - Carbonio General				            </title>
            <link>https://community.zextras.com/forum/carbonio-general-thread/unable-to-send-mail-after-fresh-install/</link>
            <description>Zextras Community Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 18 Jul 2026 09:20:41 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Unable to send mail after fresh install</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/unable-to-send-mail-after-fresh-install/#post-10350</link>
                        <pubDate>Mon, 21 Apr 2025 20:55:42 +0000</pubDate>
                        <description><![CDATA[@arman
Version 25 has too many problems installing. I&#039;ve tried all the manuals, and none of them work. They all fail.

Error account: no_such_server. No such server exists.
 
apt instal...]]></description>
                        <content:encoded><![CDATA[@arman
<pre id="tw-target-text" class="tw-data-text tw-text-large tw-ta" dir="ltr" contenteditable="false" data-placeholder="Traducción" data-ved="2ahUKEwjRz6jZ_emMAxVwTDABHbtEIHoQ3ewLegQICBAV" aria-label="Texto traducido: Version 25 has too many problems installing. I've tried all the manuals, and none of them work. They all fail.

Error account: no_such_server. No such server exists."><span class="Y2IQFc">Version 25 has too many problems installing. I've tried all the manuals, and none of them work. They all fail.

Error account: no_such_server. No such server exists.</span></pre>
<p> </p>
<p>apt install dnsmasq -y<br />cp  <span style="color:#aaa">removed link</span>   <span style="color:#aaa">removed link</span> .old<br />&gt;  <span style="color:#aaa">removed link</span> <br />vi  <span style="color:#aaa">removed link</span> <br /><br /></p>
<p>domain=example.pro<br />mx-host=example.pro,webmail.example.pro,0<br />address= <span style="color:#aaa">removed link</span> <br />host-record=example.pro,10.110.15.10<br />host-record=awebmail.example.pro,10.110.15.10</p>
<p>server=8.8.8.8<br />server=8.8.4.4<br />systemctl enable --now dnsmasq<br />systemctl restart dnsmasq<br />systemctl start dnsmasq<br /><br />dnsmasq --test<br /><br />vi  <span style="color:#aaa">removed link</span> </p>
<p># Set localhost as nameserevr<br />nameserver 127.0.0.1<br /><br />chattr +i  <span style="color:#aaa">removed link</span> <br /><br />lsattr  <span style="color:#aaa">removed link</span> </p>
<p>ssystemctl disable systemd-resolved<br />systemctl stop systemd-resolved</p>
<p> </p>
<p>hostnamectl set-hostname mailweb.example.pro<br />echo -e "127.0.0.1 localhost\n10.110.15.10 mailweb.example.pro mailweb" &gt; /etc/hosts<br />echo "$(hostname -I) $(hostname -f)"</p>
<p>sysctl -w net.ipv6.conf.all.disable_ipv6=1 &amp;&amp; sudo sysctl -w net.ipv6.conf.default.disable_ipv6=</p>
<p>systemctl stop firewalld<br />systemctl disable firewalld</p>
<p>reboot </p>
<p>echo "deb  <span style="color:#aaa">removed link</span>  $(lsb_release -cs)-pgdg main" &gt;  <span style="color:#aaa">removed link</span> <br /><br />wget -O- " <span style="color:#aaa">removed link</span> " | \<br />gpg --dearmor | sudo tee  <span style="color:#aaa">removed link</span>  &gt; \<br />/dev/null<br /><br />chmod 644  <span style="color:#aaa">removed link</span> <br />sed -i 's/deb/deb  /'  <span style="color:#aaa">removed link</span> </p>
<p> </p>
<p>apt update<br />apt install postgresql-16 -y</p>
<p>read -s -p "Insert Password:" DB_ADM_PWD</p>
<p>su - postgres -c "psql --command=\"CREATE DATABASE carbonio_adm owner carbonio_adm;\""</p>
<p>unset DB_ADM_PWD</p>
<p>su - postgres -c "psql --command=\"ALTER SYSTEM SET listen_addresses TO '*';\""<br />su - postgres -c "psql --command=\"ALTER SYSTEM SET max_connections = 500;\""<br />su - postgres -c "psql --command=\"ALTER SYSTEM SET shared_buffers = 5000;\""<br />echo "host all all 0.0.0.0/0 md5" &gt;&gt;  <span style="color:#aaa">removed link</span> <br />systemctl restart postgresql</p>
<p>vi <span> <span style="color:#aaa">removed link</span> </span></p>
<p>deb   <span style="color:#aaa">removed link</span>  jammy main</p>
<p>wget -O- "https://keyserver.ubuntu.com/pks/lookup?op=get&amp;search=0x5dc7680bc4378c471a7fa80f52fd40243e584a21" | gpg --dearmor | sudo tee  <span style="color:#aaa">removed link</span>  &gt; /dev/null</p>
<p>chmod 644  <span style="color:#aaa">removed link</span> </p>
<p>apt update &amp;&amp; apt upgrade</p>
<p> </p>
<p>apt install service-discover-server \<br />carbonio-directory-server carbonio-proxy carbonio-webui \<br />carbonio-files-ui carbonio-mta carbonio-mailbox-db \<br />carbonio-appserver carbonio-user-management \<br />carbonio-files-ce carbonio-files-public-folder-ui \<br />carbonio-files-db carbonio-tasks-ce carbonio-tasks-db \<br />carbonio-tasks-ui carbonio-storages-ce carbonio-preview-ce \<br />carbonio-docs-connector-ce carbonio-docs-connector-db \<br />carbonio-docs-editor carbonio-prometheus \<br />carbonio-message-broker carbonio-message-dispatcher \<br />carbonio-message-dispatcher-db carbonio-ws-collaboration-ce \<br />carbonio-ws-collaboration-db carbonio-ws-collaboration-ui \<br />carbonio-videoserver-ce carbonio-catalog</p>
<p> </p>
<p>systemctl restart carbonio-prometheus-nginx-exporter.service</p>
<p> </p>
<p>carbonio-bootstrap</p>
<p> </p>
<p>From now on, the full installation fails.</p>
<p>error account no_such_server no such server: webmail.example.pro</p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>Kido20039</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/unable-to-send-mail-after-fresh-install/#post-10350</guid>
                    </item>
				                    <item>
                        <title>RE: Unable to send mail after fresh install</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/unable-to-send-mail-after-fresh-install/#post-10264</link>
                        <pubDate>Sun, 06 Apr 2025 16:22:16 +0000</pubDate>
                        <description><![CDATA[@anahuac
Your advice helped me to address the problem. 
I&#039;ve used the following command to check the SMTP port configured globally:
zextras@mail:~$ carbonio prov gacf zimbraSmtpPort
zimb...]]></description>
                        <content:encoded><![CDATA[<p>@anahuac</p>
<p>Your advice helped me to address the problem. </p>
<p>I've used the following command to check the SMTP port configured globally:</p>
<pre contenteditable="false">zextras@mail:~$ carbonio prov gacf zimbraSmtpPort
zimbraSmtpPort: 20025
</pre>
<p>As you can see, it was 20025.</p>
<p>I changed it with the following command:</p>
<pre contenteditable="false">zextras@mail:~$ carbonio prov mcf zimbraSmtpPort 25
zextras@mail:~$ zmcontrol restart</pre>
<p>After that, all worked.</p>
<p>Thank you</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>jovanmal</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/unable-to-send-mail-after-fresh-install/#post-10264</guid>
                    </item>
				                    <item>
                        <title>RE: Unable to send mail after fresh install</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/unable-to-send-mail-after-fresh-install/#post-6220</link>
                        <pubDate>Thu, 26 Oct 2023 20:51:21 +0000</pubDate>
                        <description><![CDATA[Try this:
zmprov ms `zmhostname` zimbraSmtpPort 25
zmcontrol restart
Hope it helps]]></description>
                        <content:encoded><![CDATA[<p>Try this:</p>
<pre contenteditable="false">zmprov ms `zmhostname` zimbraSmtpPort 25
zmcontrol restart</pre>
<p>Hope it helps</p>
<p> </p>
<p> </p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>anahuac</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/unable-to-send-mail-after-fresh-install/#post-6220</guid>
                    </item>
				                    <item>
                        <title>RE: Unable to send mail after fresh install</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/unable-to-send-mail-after-fresh-install/#post-6209</link>
                        <pubDate>Tue, 24 Oct 2023 11:18:57 +0000</pubDate>
                        <description><![CDATA[Hi @amitchell,
Were you able to figure out what was the cause of it?
 
Thanks]]></description>
                        <content:encoded><![CDATA[<p>Hi @amitchell,</p>
<p>Were you able to figure out what was the cause of it?</p>
<p> </p>
<p>Thanks</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>mrzsilva</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/unable-to-send-mail-after-fresh-install/#post-6209</guid>
                    </item>
				                    <item>
                        <title>RE: Unable to send mail after fresh install</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/unable-to-send-mail-after-fresh-install/#post-3926</link>
                        <pubDate>Sat, 22 Oct 2022 18:49:19 +0000</pubDate>
                        <description><![CDATA[After following the instructions provided, we re-installed Zextras Carbonio CE and successfully are able to send and receive mail. I would like to thank all of the Forum users who helped us....]]></description>
                        <content:encoded><![CDATA[<p>After following the instructions provided, we re-installed Zextras Carbonio CE and successfully are able to send and receive mail. I would like to thank all of the Forum users who helped us. I look forward to learning more about the product. Who knows, one day I may be able to return the favor and help someone else. Open Source at its best. Again, thanks to all! :) </p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>amitchell</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/unable-to-send-mail-after-fresh-install/#post-3926</guid>
                    </item>
				                    <item>
                        <title>RE: Unable to send mail after fresh install</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/unable-to-send-mail-after-fresh-install/#post-3897</link>
                        <pubDate>Thu, 20 Oct 2022 06:20:29 +0000</pubDate>
                        <description><![CDATA[@amitchell 
Hi,
Sorry to hear that.Just to ensure we are on the same page, I am sharing the installation procedure.
Step-1 Update &amp; upgrade the repository database

root@mail~# apt ...]]></description>
                        <content:encoded><![CDATA[<p><span style="font-size: 12pt">@amitchell </span></p>
<p><span style="font-size: 12pt">Hi,</span></p>
<p><span style="font-size: 12pt">Sorry to hear that.</span><br /><span style="font-size: 12pt">Just to ensure we are on the same page, I am sharing the installation procedure.</span></p>
<p data-renderer-start-pos="53"><span style="font-size: 12pt"><strong data-renderer-mark="true">Step-1 Update &amp; upgrade the repository database</strong></span><span style="font-size: 12pt"></span><code style="font-size: 12pt"><span class=""></span></code></p>
<div class="code-block  css-iwznuw">
<pre contenteditable="false">root@mail~# apt update &amp;&amp; apt upgrade -y</pre>
<p><span class="prismjs css-rwxs72" style="font-size: 12pt" data-code-lang=""><code><span class=""></span></code></span><span class="prismjs css-rwxs72" style="font-size: 12pt" data-code-lang=""><code></code></span></p>
</div>
<p data-renderer-start-pos="124"><span style="font-size: 12pt"><strong data-renderer-mark="true">Step-2 Set Static IP address</strong></span></p>
<p data-renderer-start-pos="124"><span style="font-size: 12pt">Set static IP on your server</span></p>
<p data-renderer-start-pos="453"> </p>
<p data-renderer-start-pos="455"><span style="font-size: 12pt"><strong data-renderer-mark="true">Step-3 Set /etc/hostname</strong></span><span style="font-size: 12pt"></span><code style="font-size: 12pt"><span class=""></span></code></p>
<div class="code-block  css-iwznuw">
<pre contenteditable="false">root@mail:~# cat /etc/hostname
mail.example.com</pre>
<p><span class="prismjs css-rwxs72" style="font-size: 12pt" data-code-lang=""><code><span class=""></span></code></span><span class="prismjs css-rwxs72" style="font-size: 12pt" data-code-lang=""><code></code></span></p>
</div>
<p data-renderer-start-pos="532"> </p>
<p data-renderer-start-pos="532"><span style="font-size: 12pt"><strong data-renderer-mark="true">Step-4 Set /etc/hosts</strong></span></p>
<p data-renderer-start-pos="532"><span style="font-size: 12pt">Set the hosts file properly</span></p>
<p data-renderer-start-pos="532"><strong><span style="color: #ff0000">Warning: Do not keep any ipV6 configuration in your /etc/hosts file.</span></strong></p>
<pre contenteditable="false">root@mail:~# cat /etc/hosts
127.0.0.1               localhost
161.97.99.162   mail.latestserver.xyz   mail
root@mail:~#
</pre>
<p> </p>
<h2 id="Reboot-The-Server" data-renderer-start-pos="872"><span style="font-size: 12pt"><strong data-renderer-mark="true"><span class="fabric-text-color-mark" data-renderer-mark="true" data-text-custom-color="#bf2600">Reboot The Server</span></strong><span class="heading-anchor-wrapper"><button class="css-779anb" aria-label="Copy link to heading"><span class="css-1afrefi" aria-label="Copy"></span></button></span></span></h2>
<div class="code-block  css-iwznuw">
<div role="presentation">
<div>
<pre contenteditable="false">root@mail~# reboot now</pre>
<p> </p>
</div>
<div> </div>
</div>
</div>
<p data-renderer-start-pos="905"><span style="font-size: 12pt"><strong data-renderer-mark="true">Step-5 Add zextras repository</strong></span></p>
<p><span style="font-size: 12pt">You need to download and add the zextras repository to your system to install the necessary carbonio CE packages.</span></p>
<p><span style="font-size: 12pt">Head to the <a href="https://www.zextras.com/carbonio-community-edition/#discoverproduct" target="_blank" rel="noreferrer noopener"><strong>Carbonio Community Edition webpage</strong></a> and <strong>fill out the form</strong>. You will soon receive an e-mail including very easy instructions to add the repository to your operating system.</span></p>
<p><span style="font-size: 12pt">After you successfully added the repository, upgrade the system.</span></p>
<br />
<p data-renderer-start-pos="1037"> </p>
<p data-renderer-start-pos="1039"><span style="font-size: 12pt"><strong data-renderer-mark="true">Step-6 Update &amp; upgrade repository database</strong></span></p>
<div class="code-block  css-iwznuw">
<pre contenteditable="false">root@mail~# apt update &amp;&amp; apt upgrade -y</pre>
</div>
<p data-renderer-start-pos="1096"> </p>
<p data-renderer-start-pos="1098"><span style="font-size: 12pt"><strong data-renderer-mark="true">Step-7 Set up dnsmasq </strong></span></p>
<p data-renderer-start-pos="1121"><span style="font-size: 12pt"><strong data-renderer-mark="true"><span class="fabric-text-color-mark" data-renderer-mark="true" data-text-custom-color="#bf2600">Warning:</span></strong><span class="fabric-text-color-mark" data-renderer-mark="true" data-text-custom-color="#bf2600"> </span></span></p>
<ul>
<li data-renderer-start-pos="1121"><span style="font-size: 12pt"><strong><span style="color: #ff0000">If you have published the DNS records into any public DNS server then you do not need DNSMASQ</span></strong></span></li>
<li data-renderer-start-pos="1121"><span style="font-size: 12pt">During the installation of dnsmasq, you may face conflict on port 53. To resolve this, remove and disable systemd-resolved.</span></li>
</ul>
<div class="code-block  css-iwznuw">
<div role="presentation">
<div>
<pre contenteditable="false">root@mail:~# systemctl stop systemd-resolved
root@mail:~# systemctl disable systemd-resolved
root@mail:~# systemctl mask systemd-resolved</pre>
</div>
</div>
</div>
<p data-renderer-start-pos="1355"><span style="font-size: 12pt">Now install dnsmasq: </span></p>
<div class="code-block  css-iwznuw">
<p><span class="prismjs css-1g7m763" style="font-size: 12pt" data-code-lang=""><code></code></span></p>
<pre contenteditable="false">root@mail:~# apt install dnsmasq -y

vi /etc/dnsmasq.conf



server=1.1.1.1
mx-host=example.com,mail.example.com,50
host-record=example.com,192.168.1.152
host-record=mail.example.com,192.168.1.152


#Restart the service#
root@mail:~# /etc/init.d/dnsmasq restart
root@mail:~# /etc/init.d/dnsmasq status</pre>
<p><span class="prismjs css-1g7m763" style="font-size: 12pt" data-code-lang=""><code></code></span></p>
</div>
<p data-renderer-start-pos="1751"> </p>
<p data-renderer-start-pos="1753"><span style="font-size: 12pt"><strong data-renderer-mark="true">Step-8 Install Carbonio CE packages</strong></span></p>
<p data-renderer-start-pos="1753"><span style="font-size: 12pt"> </span></p>
<p data-renderer-start-pos="1753"><span style="font-size: 12pt"><strong>Install and configure postgresql</strong></span></p>
<pre contenteditable="false">root@mail:~# apt install postgresql-12 -y
root@mail:~# systemctl reload postgresql</pre>
<p data-renderer-start-pos="1753"><span style="font-size: 12pt">Check out <strong><a href="https://docs.zextras.com/carbonio-ce/html/install/single-server-installation.html#preliminary-task" target="_blank" rel="noopener">this link</a></strong> to get the details of PostgreSQL configuration.</span></p>
<p data-renderer-start-pos="1753"><span style="font-size: 12pt"> </span></p>
<div class="code-block  css-iwznuw">
<pre contenteditable="false">root@mail:~# apt install service-discover-server \
carbonio-directory-server \
carbonio-proxy \
carbonio-webui carbonio-files-ui \
carbonio-mta \
carbonio-appserver \
carbonio-user-management \
carbonio-files-ce carbonio-files-db \
carbonio-tasks-ce carbonio-tasks-db \
carbonio-tasks-ui \
carbonio-storages-ce \
carbonio-preview-ce \
carbonio-docs-connector-ce carbonio-docs-editor \
carbonio-prometheus -y</pre>
</div>
<p data-renderer-start-pos="2221"> </p>
<p data-renderer-start-pos="2223"><span style="font-size: 12pt"><strong data-renderer-mark="true">Step-9 Use the following command to configure and launch Carbonio CE</strong></span></p>
<div class="code-block  css-iwznuw">
<pre contenteditable="false">carbonio-bootstrap</pre>
</div>
<p data-renderer-start-pos="2313"> </p>
<p data-renderer-start-pos="2315"><span style="font-size: 12pt"><strong data-renderer-mark="true">Step-10 Setup Carbonio Mesh &amp; pending setups</strong></span></p>
<div class="code-block  css-iwznuw">
<p><span class="prismjs css-rwxs72" style="font-size: 12pt" data-code-lang=""><code><span class=""></span></code></span></p>
<pre contenteditable="false">service-discover setup-wizard</pre>
<p><span style="font-size: 12pt"><span class="prismjs css-rwxs72" data-code-lang=""><code><span class=""></span></code></span><span class="prismjs css-rwxs72" data-code-lang=""><code>&amp;<br />
</code></span></span></p>
<pre contenteditable="false">pending-setups -a</pre>
</div>
<p data-renderer-start-pos="2544"><span style="font-size: 12pt"> </span></p>
<p data-renderer-start-pos="2546"><span style="font-size: 12pt"><strong data-renderer-mark="true">Step-11 Configure Carbonio CE databases</strong></span></p>
<div>
<pre contenteditable="false">root@mail:~# read -s -p "Password:" DB_ADM_PWD

root@mail:~# su - postgres -c "psql --command=\"CREATE ROLE carbonio_adm WITH LOGIN SUPERUSER encrypted password '$DB_ADM_PWD';\""

root@mail:~# su - postgres -c "psql --command=\"CREATE DATABASE carbonio_adm owner carbonio_adm;\""


root@mail:~# PGPASSWORD=$DB_ADM_PWD carbonio-files-db-bootstrap carbonio_adm 127.0.0.1
root@mail:~# PGPASSWORD=$DB_ADM_PWD carbonio-tasks-db-bootstrap carbonio_adm 127.0.0.1


# To unset the variable value
root@mail:~# unset DB_ADM_PWD</pre>
</div>
<p data-renderer-start-pos="2794"> </p>
<p data-renderer-start-pos="2794"><span style="font-size: 12pt"><strong data-renderer-mark="true">Step-13 Bootstrap database of Carbonio files</strong></span></p>
<div class="code-block  css-iwznuw"><span class="prismjs css-1g7m763" style="font-size: 12pt" data-code-lang=""><span class="prismjs css-1g7m763" data-code-lang=""><code></code></span></span>
<pre contenteditable="false">root@mail:~# su - zextras
root@mail:~# su - zextras -c "zmcontrol restart"
root@mail:~# systemctl restart carbonio-prometheus-nginx-exporter.service

root@mail:~# su - zextras -c "zmcontrol -v"
root@mail:~# su - zextras -c "zmcontrol status"
 
root@mail:~# consul members
root@mail:~# systemctl list-units carbonio*</pre>
<span class="prismjs css-1g7m763" style="font-size: 12pt" data-code-lang=""><code></code></span></div>
<p data-renderer-start-pos="3751"><span style="font-size: 12pt">With this step, the installation process is completed.</span></p>
<p> </p>
<p data-renderer-start-pos="3751"><span style="font-size: 12pt">If you followed all of these steps and still not been able to send mail, please check below issues:</span></p>
<p data-renderer-start-pos="3751"><span style="font-size: 12pt">1. You server can resolve dns; i.e ping google.com or query mx</span></p>
<p data-renderer-start-pos="3751"><span style="font-size: 12pt">2. You have set the server hostname properly.</span></p>
<p data-renderer-start-pos="3751"> </p>
<p data-renderer-start-pos="3751"><span style="font-size: 12pt">Thanks and regards,</span></p>
<p data-renderer-start-pos="3751"><span style="font-size: 12pt">Sharif</span></p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>Sharif</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/unable-to-send-mail-after-fresh-install/#post-3897</guid>
                    </item>
				                    <item>
                        <title>RE: Unable to send mail after fresh install</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/unable-to-send-mail-after-fresh-install/#post-3896</link>
                        <pubDate>Wed, 19 Oct 2022 23:51:37 +0000</pubDate>
                        <description><![CDATA[@mgarbo Thank you for the info on fixing those errors in the log. I followed the instructions and it did remove the errors from the log file. Unfortunately it did not have any impact on the ...]]></description>
                        <content:encoded><![CDATA[<p>@mgarbo Thank you for the info on fixing those errors in the log. I followed the instructions and it did remove the errors from the log file. Unfortunately it did not have any impact on the issue I am experiencing with sending mail. We tried to send a message from carbonio it immediately goes to drafts, no attempt to send the message is shown in the logfile.</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>amitchell</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/unable-to-send-mail-after-fresh-install/#post-3896</guid>
                    </item>
				                    <item>
                        <title>RE: Unable to send mail after fresh install</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/unable-to-send-mail-after-fresh-install/#post-3895</link>
                        <pubDate>Wed, 19 Oct 2022 23:11:00 +0000</pubDate>
                        <description><![CDATA[@shariful-islam  Initially I did not install dnsmaq because I was using a real domain name that was pointing to the carbonio server ands had been configured in our dns to do so. Upon receivi...]]></description>
                        <content:encoded><![CDATA[<p>@shariful-islam  Initially I did not install dnsmaq because I was using a real domain name that was pointing to the carbonio server ands had been configured in our dns to do so. Upon receiving your reply I did a fresh new install, following all steps including dnsmasq and disabling systemd-resolved. Unfortunately we are still experiencing the same exact problem. Is there anything else you need to know that would help us resolve this issue?</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>amitchell</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/unable-to-send-mail-after-fresh-install/#post-3895</guid>
                    </item>
				                    <item>
                        <title>RE: Unable to send mail after fresh install</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/unable-to-send-mail-after-fresh-install/#post-3871</link>
                        <pubDate>Mon, 17 Oct 2022 12:06:16 +0000</pubDate>
                        <description><![CDATA[Posted by: @amitchell 
I just set up Carbonio CE server for the 1st time to try it out. Immediately after install I tried sending an email to myself, which originated from the newly install...]]></description>
                        <content:encoded><![CDATA[<blockquote data-userid="64927" data-postid="3860" data-mention="amitchell">
<div class="wpforo-post-quote-author"><strong> Posted by: @amitchell </strong></div>
<p>I just set up Carbonio CE server for the 1st time to try it out. Immediately after install I tried sending an email to myself, which originated from the newly installed Carbonio CE server and was to an account on an already existing Zimbra server.  The mail did not send, it went immediately to drafts. Upon checking /var/log/carbonio.log, I did not see an attempt to send the mail. What i did notice was the following error:</p>
<p> </p>
<p>Oct 16 18:46:40 cmail zmconfigd: File "/opt/zextras/common/lib/jylibs/state.py", line 796, in rewriteConfig for line in open(fr).readlines(): <br />Oct 16 18:46:40 cmail zmconfigd: Rewrite failed:  No such file or directory: '/opt/zextras/mailboxd/etc/zimbra.web.xml.in' ( No such file or directory: '/opt/zextras/mailboxd/etc/zimbra.web.xml.in')</p>
<p> </p>
<p>Can someone tell me if these errors are related to sending mail?</p>
<p> </p>
<p>Receiving mail appears to work just fine.</p>
<p> </p>
<p>Thanks for the help.</p>
<p> </p>
<p> </p>
<p> </p>
</blockquote>
<p>Here a solution for zimbra.log errors : <a href="https://community.zextras.com/forum/postid/3864/" target="_blank" rel="noopener">https://community.zextras.com/forum/postid/3864/</a></p>
<p> </p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>mgarbo</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/unable-to-send-mail-after-fresh-install/#post-3871</guid>
                    </item>
				                    <item>
                        <title>RE: Unable to send mail after fresh install</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/unable-to-send-mail-after-fresh-install/#post-3862</link>
                        <pubDate>Mon, 17 Oct 2022 08:24:36 +0000</pubDate>
                        <description><![CDATA[@amitchellHi Amitchell,Meanwhile, could you please help us with some information:Did you follow all instructions mentioned in the official documentation upto step 7 also including setup of d...]]></description>
                        <content:encoded><![CDATA[<p>@amitchell<br /><br />Hi Amitchell,<br /><br />Meanwhile, could you please help us with some information:<br /><br />Did you follow all instructions mentioned in the official documentation upto step 7 also including setup of dnsmasq?<br /><br />Thanks and regards,<br />Sharif</p>
<p> </p>
<p> </p>
<p> </p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>Sharif</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/unable-to-send-mail-after-fresh-install/#post-3862</guid>
                    </item>
							        </channel>
        </rss>
		