<?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>
									Zextras Forum - Recent Topics				            </title>
            <link>https://community.zextras.com/forum/</link>
            <description>Zextras Community Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Thu, 30 Apr 2026 02:29:12 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Troubleshooting error messages from IMAP clients attaching via LAN to new carbonio CE server</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/troubleshooting-error-messages-from-imap-clients-attaching-via-lan-to-new-carbonio-ce-server-2/</link>
                        <pubDate>Tue, 28 Apr 2026 06:28:55 +0000</pubDate>
                        <description><![CDATA[so - after working on this for a few hours, this has become basically an entry for posterity, in the hope that zextras lasts long enough to make this a searchable resource.  I&#039;ll also post b...]]></description>
                        <content:encoded><![CDATA[<p>so - after working on this for a few hours, this has become basically an entry for posterity, in the hope that zextras lasts long enough to make this a searchable resource.  I'll also post back here with the results of my flailing.  I still want a decent reference, but I'm not holding my breath.</p>
<p>Here is the problem description, in brief.</p>
<p>I am migrating from zimbra FOSS 8.8.15 to carbonio CE.  I appear to have hit some kind of connection limit on the new server that I long ago fixed on the zimbra server (although that is a conclusion drawn from the intensive searching I have been doing. I have no notes of the changes, but the fixes are changes to the zimbra defaults).  Specifically, we have approx 13 IMAP clients connecting to the same account on either server.  When we get to attempting to connect the 12th and 13th clients to the carbonio server, Betterbird (the IMAP client) takes about 90 seconds to timeout and report "unable to connect to .... If the problem persists you may have exceeded the maximum number of connections to this server" (I see no way to include a screenshot, except as a link, which will be useless in very short order).</p>
<p>Is there a command-line reference for the carbonio prov commands and options?  The 'carbonio help prov' command gives less-than-useful hints for this particular situation.  </p>
<p>In particular, is there a provisioning command for carbonio CE for thie ZimbraImapNumThreads and zimbraImapMaxConnections?  This is what I (must have) used for zimbra FOSS 8.8.15 ('cause the defaults recorded in various search hits from years ago for zimbra are both <strong>200</strong>), since the current setting for both on the zimbra server is <strong>500.</strong></p>
<pre contenteditable="false">zmprov ms `zmhostname` zimbraImapNumThreads 500
zmprov ms `zmhostname` zimbraImapMaxConnections 500</pre>
<p>This command, after a long wrestling match with claude and gemini, to get zextras to give up its secrets gives me a clue...</p>
<pre contenteditable="false">carbonio prov gs $(zmhostname) | grep -i imap
  zimbraImapMaxConnections: 200
  zimbraImapNumThreads: 200
  &lt;much output elided&gt;</pre>
<p>The attributes exist! Now, how the bleep do I change them?</p>
<pre contenteditable="false">zextras@mail:~$ carbonio prov ms $(zmhostname) zimbraImapMaxConnections 500
zextras@mail:~$ carbonio prov ms $(zmhostname) zimbraImapNumThreads 500
carbonio prov gs $(zmhostname) | grep -i zimbraImap
  zimbraImapMaxConnections: 500
  zimbraImapNumThreads: 500
</pre>
<p>now all I need to do is wait for the bulk email migration to complete so I can restart and see if it truly does have an effect</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/"></category>                        <dc:creator>BISI_II</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/troubleshooting-error-messages-from-imap-clients-attaching-via-lan-to-new-carbonio-ce-server-2/</guid>
                    </item>
				                    <item>
                        <title>Troubleshooting error messages from IMAP clients attaching via LAN to new carbonio CE server</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/troubleshooting-error-messages-from-imap-clients-attaching-via-lan-to-new-carbonio-ce-server/</link>
                        <pubDate>Tue, 28 Apr 2026 06:20:37 +0000</pubDate>
                        <description><![CDATA[so - after working on this for a few hours, this has become basically an entry for posterity, in the hope that zextras lasts long enough to make this a searchable resource.  I&#039;ll also post b...]]></description>
                        <content:encoded><![CDATA[<p>so - after working on this for a few hours, this has become basically an entry for posterity, in the hope that zextras lasts long enough to make this a searchable resource.  I'll also post back here with the results of my flailing.  I still want a decent reference, but I'm not holding my breath.</p>
<p>Here is the problem description, in brief.</p>
<p>I am migrating from zimbra FOSS 8.8.15 to carbonio CE.  I appear to have hit some kind of connection limit on the new server that I long ago fixed on the zimbra server (although that is a conclusion drawn from the intensive searching I have been doing. I have no notes of the changes, but the fixes are changes to the zimbra defaults).  Specifically, we have approx 13 IMAP clients connecting to the same account on either server.  When we get to attempting to connect the 12th and 13th clients to the carbonio server, Betterbird (the IMAP client) takes about 90 seconds to timeout and report "unable to connect to .... If the problem persists you may have exceeded the maximum number of connections to this server" (I see no way to include a screenshot, except as a link, which will be useless in very short order).</p>
<p>Is there a command-line reference for the carbonio prov commands and options?  The 'carbonio help prov' command gives less-than-useful hints for this particular situation.  </p>
<p>In particular, is there a provisioning command for carbonio CE for thie ZimbraImapNumThreads and zimbraImapMaxConnections?  This is what I (must have) used for zimbra FOSS 8.8.15 ('cause the defaults recorded in various search hits from years ago for zimbra are both <strong>200</strong>), since the current setting for both on the zimbra server is <strong>500.</strong></p>
<pre contenteditable="false">zmprov ms `zmhostname` zimbraImapNumThreads 500
zmprov ms `zmhostname` zimbraImapMaxConnections 500</pre>
<p>This command, after a long wrestling match with claude and gemini, to get zextras to give up its secrets gives me a clue...</p>
<pre contenteditable="false">carbonio prov gs $(zmhostname) | grep -i imap
  zimbraImapMaxConnections: 200
  zimbraImapNumThreads: 200
  &lt;much output elided&gt;</pre>
<p>The attributes exist! Now, how the bleep do I change them?</p>
<pre contenteditable="false">zextras@mail:~$ carbonio prov ms $(zmhostname) zimbraImapMaxConnections 500
zextras@mail:~$ carbonio prov ms $(zmhostname) zimbraImapNumThreads 500
carbonio prov gs $(zmhostname) | grep -i zimbraImap
  zimbraImapMaxConnections: 500
  zimbraImapNumThreads: 500
</pre>
<p>now all I need to do is wait for the bulk email migration to complete so I can restart and see if it truly does have an effect</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/"></category>                        <dc:creator>BISI_II</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/troubleshooting-error-messages-from-imap-clients-attaching-via-lan-to-new-carbonio-ce-server/</guid>
                    </item>
				                    <item>
                        <title>&quot;For technical discussion, threads, conversation, and solutions please feel free to use the Zextras Forum dedicated to Carbonio CE&quot;</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/for-technical-discussion-threads-conversation-and-solutions-please-feel-free-to-use-the-zextras-forum-dedicated-to-carbonio-ce/</link>
                        <pubDate>Tue, 28 Apr 2026 05:01:01 +0000</pubDate>
                        <description><![CDATA[Where, exactly, can I find the forum described in the resources described in the &quot;title page&quot; of this forum?
Would dearly love to find a community discussion of how to do things in CE by pe...]]></description>
                        <content:encoded><![CDATA[<p>Where, exactly, can I find the forum described in the resources described in the "title page" of this forum?</p>
<p>Would dearly love to find a community discussion of how to do things in CE by people who have done it.</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/"></category>                        <dc:creator>BISI_II</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/for-technical-discussion-threads-conversation-and-solutions-please-feel-free-to-use-the-zextras-forum-dedicated-to-carbonio-ce/</guid>
                    </item>
				                    <item>
                        <title>Carbonio CE Migrating from One Server to Another – A Simple Method?</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/carbonio-ce-migrating-from-one-server-to-another-a-simple-method/</link>
                        <pubDate>Mon, 27 Apr 2026 09:38:59 +0000</pubDate>
                        <description><![CDATA[Hello everyone,I&#039;m currently working with Carbonio CE and I&#039;m looking for the best way to migrate a complete instance from one server to another, simply and reliably.Context:Old Ubuntu 22 se...]]></description>
                        <content:encoded><![CDATA[<p><br />Hello everyone,<br /><br />I'm currently working with Carbonio CE and I'm looking for the best way to migrate a complete instance from one server to another, simply and reliably.<br /><br />Context:<br />Old Ubuntu 22 server: already in production (existing accounts, emails, and configurations)<br />New Ubuntu 24 server: clean, ready to receive Carbonio<br />Objective: migrate all data (accounts, emails, configurations, etc.)<br />My questions:<br />Is there an official or recommended method for this migration?<br /><br />Is it better to:<br />restore from a backup?<br /><br />or use a synchronization tool?<br /><br />What are the key steps to avoid data loss?<br /><br />Are there any sensitive points (DNS, certificates, permissions, proxy…) to monitor?<br /><br />If anyone has already done this migration, I would appreciate any feedback or a step-by-step guide.<br /><br />Thank you in advance for your help.</p>
<div id="gtx-trans" style="position: absolute;left: 175px;top: -5px">
<div class="gtx-trans-icon"> </div>
</div>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/"></category>                        <dc:creator>jane</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/carbonio-ce-migrating-from-one-server-to-another-a-simple-method/</guid>
                    </item>
				                    <item>
                        <title>Carbonio CE 26.3 – Ubuntu 24.94 Auth v3 (/zx/login/v3/*) returns 502 from Internet, works only inside LAN (Envoy issue?)</title>
                        <link>https://community.zextras.com/forum/carbonio-setup/carbonio-ce-26-3-ubuntu-24-94-auth-v3-zx-login-v3-returns-502-from-internet-works-only-inside-lan-envoy-issue/</link>
                        <pubDate>Mon, 27 Apr 2026 06:39:41 +0000</pubDate>
                        <description><![CDATA[Hello,
I am running Carbonio CE 26.3.0 on Ubuntu 24.04 (single-server setup).
 
Issue:
Mobile apps (Chats / Mobile login) fail from Internet with:
  /zx/login/v3/auth/config → HTTP 502 ...]]></description>
                        <content:encoded><![CDATA[<div class="scriptor-paragraph"><span>Hello,</span></div>
<div class="scriptor-paragraph"><span>I am running Carbonio CE 26.3.0 on Ubuntu 24.04 (single-server setup).</span><span></span></div>
<div> </div>
<div class="scriptor-paragraph"><span>Issue:</span></div>
<div class="scriptor-paragraph"><span>Mobile apps (Chats / Mobile login) fail from Internet with:</span></div>
<div class="scriptor-paragraph"><span>  /zx/login/v3/auth/config → HTTP 502 (Connection to upstream refused)</span><span></span></div>
<div> </div>
<div class="scriptor-paragraph"><span>However:</span></div>
<div class="scriptor-paragraph"><span>- Web UI works normally</span></div>
<div class="scriptor-paragraph"><span>- Mobile apps work when the client is inside the same LAN as the server</span></div>
<div class="scriptor-paragraph"><span>- Services are all running and “green”</span><span></span></div>
<div> </div>
<div class="scriptor-paragraph"><span>Technical findings:</span></div>
<div class="scriptor-paragraph"><span>- carbonio-user-management is healthy and listening on an internal IP:</span></div>
<div class="scriptor-paragraph"><span>    127.78.0.5:10000 (confirmed via ss -lntp)</span></div>
<div class="scriptor-paragraph"><span>- Envoy sidecar listens on 127.78.0.5:20000</span></div>
<div class="scriptor-paragraph"><span>- NGINX routes /zx/* through Envoy by design</span><span></span></div>
<div> </div>
<div class="scriptor-paragraph"><span>Tests performed:</span></div>
<div class="scriptor-paragraph"><span>- Direct access to the backend does NOT expose Auth v3:</span></div>
<div class="scriptor-paragraph"><span>    curl  <span style="color:#aaa">removed link</span> </span></div>
<div class="scriptor-paragraph"><span>    curl  <span style="color:#aaa">removed link</span> </span></div>
<div class="scriptor-paragraph"><span>   (no response (no JSON))</span><span></span></div>
<div> </div>
<div class="scriptor-paragraph"><span>This confirms:</span></div>
<div class="scriptor-paragraph"><span>- Auth v3 endpoints are NOT exposed by carbonio-user-management directly</span></div>
<div class="scriptor-paragraph"><span>- Envoy is REQUIRED to publish /zx/login/v3/*</span></div>
<div class="scriptor-paragraph"><span>- There is no viable NGINX bypass/workaround for Auth v3</span><span></span></div>
<div> </div>
<div class="scriptor-paragraph"><span>Observed behavior strongly suggests:</span></div>
<div class="scriptor-paragraph"><span>- Envoy does not mark the Auth v3 upstream as healthy in CE 26.3</span></div>
<div class="scriptor-paragraph"><span>- This only affects traffic coming from outside the LAN</span></div>
<div class="scriptor-paragraph"><span>- Results in consistent 502 errors for mobile apps</span><span></span></div>
<div> </div>
<div class="scriptor-paragraph"><span>Has anyone else confirmed this behavior on CE 26.3 (Ubuntu 24.04)?</span></div>
<div class="scriptor-paragraph"><span>Is there a known issue or planned fix regarding Envoy/Auth v3 upstream health?</span><span></span></div>
<div> </div>
<div class="scriptor-paragraph"><span>Thanks,</span></div>
<div class="scriptor-paragraph"> </div>
<div>Giovanny.</div>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/"></category>                        <dc:creator>Giovanny-E</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-setup/carbonio-ce-26-3-ubuntu-24-94-auth-v3-zx-login-v3-returns-502-from-internet-works-only-inside-lan-envoy-issue/</guid>
                    </item>
				                    <item>
                        <title>failed systemd units on new install of carbonio ce - implications and how do I troubleshoot?</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/failed-systemd-units-on-new-install-of-carbonio-ce-implications-and-how-do-i-troubleshoot/</link>
                        <pubDate>Thu, 23 Apr 2026 21:42:27 +0000</pubDate>
                        <description><![CDATA[script-based single server installation of carbiono ce 26.03.0 on Ubundtu server 24.04.4
I have a basically unconfigured carbonio server - the password for zextras has been changed, and I&#039;v...]]></description>
                        <content:encoded><![CDATA[<p><a href="https://docs.zextras.com/carbonio-ce/html/_downloads/bed211d6fc1b9ca35f15be01eb9aa3fc/install_carbonio_ce_singleserver_ubuntu.sh" target="_blank" rel="noopener">script-based single server installation of carbiono ce 26.03.0</a> on Ubundtu server 24.04.4</p>
<p>I have a basically unconfigured carbonio server - the password for zextras has been changed, and I've added a test user (to determine where I need to provision storage for the the mail I will be migrating here).  In the rehersals/testing, e.g. shutting down all the carbonio services cleanly  I have discovered that after some amount of idle time and/or light testing (sending email between two on-host users) that service units (not sure of the correct jargon) have failed:</p>
<p class="sd-card-text">Get the list of all Carbonio services</p>
<div class="highlight-console notranslate">
<div class="highlight">
<pre contenteditable="false">systemctl list-unit-files</pre>
<p> get a status of the whole systemd </p>
<pre contenteditable="false">systemctl status
● mail.domain.com
   State: degraded
● mail.doamin.com
   State: degraded
   Units: 556 loaded (incl. loaded aliases)
    Jobs: 0 queued
  Failed: 2 units
   Since: Tue 2026-04-21 23:19:36 PDT; 1 day 15h ago
 systemd: 255.4-1ubuntu8.15</pre>
</div>
</div>
<p>so - what has failed?</p>
<pre contenteditable="false">~# systemctl list-units --failed
   UNIT                             LOAD   ACTIVE SUB    DESCRIPTION                   
   ● carbonio-docs-editor.service     loaded failed failed Carbonio Docs Server
   ● carbonio-preview-sidecar.service loaded failed failed Carbonio Preview sidecar proxy
 
   Legend: LOAD   → Reflects whether the unit definition was properly loaded.
           ACTIVE → The high-level unit activation state, i.e. generalization of SUB.
           SUB    → The low-level unit activation state, values depend on unit type.
  
  2 loaded units listed.</pre>
<p>anybody with any knowledge about what this means  for ongoing operations, and what, if anything I can do about it -- please weigh in.</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/"></category>                        <dc:creator>BISI_II</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/failed-systemd-units-on-new-install-of-carbonio-ce-implications-and-how-do-i-troubleshoot/</guid>
                    </item>
				                    <item>
                        <title>Why, after shutting down all the carbiono CE 26.3 services on ubuntu 24.04.4 does /usr/bin/envoy continue to run (with 1 zombie following it around)?</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/why-after-shutting-down-all-the-carbiono-ce-26-3-services-on-ubuntu-24-04-4-does-usr-bin-envoy-continue-to-run-with-1-zombie-following-it-around/</link>
                        <pubDate>Wed, 22 Apr 2026 01:55:26 +0000</pubDate>
                        <description><![CDATA[Shutting down carbonio ce before downing the server.
root@mail1:/opt/zextras# systemctl stop carbonio.target
root@mail1:/opt/zextras# systemctl status carbonio.target
○ carbonio.target - ...]]></description>
                        <content:encoded><![CDATA[<p>Shutting down carbonio ce before downing the server.</p>
<pre contenteditable="false">root@mail1:/opt/zextras# systemctl stop carbonio.target
root@mail1:/opt/zextras# systemctl status carbonio.target
○ carbonio.target - Zextras Carbonio
Loaded: loaded ( <span style="color:#aaa">removed link</span> ; enabled; preset: enabled)
Active: inactive (dead) since Tue 2026-04-21 18:25:34 PDT; 11s ago
Docs: man:systemd.special(7)
</pre>
<p><br />Apr 20 18:13:50 mail1.kibro.com systemd: Reached target carbonio.target - Zextras Carbonio.<br />Apr 21 18:25:34 mail1.kibro.com systemd: Stopped target carbonio.target - Zextras Carbonio.</p>
<pre contenteditable="false">top - 18:40:10 up 1 day, 27 min, 1 user, load average: 0.02, 0.11, 0.45
Tasks: 294 total, 1 running, 292 sleeping, 0 stopped, 1 zombie</pre>
<p><span style="font-size: 12pt">here is what I am talking about... </span><br /><span style="font-size: 12pt">as an aside, the whole carbonio mesh thing seems to generate 26-29 zombie</span><br /><span style="font-size: 12pt">processes at cold boot...</span><br /><br /></p>
<pre contenteditable="false">root@mail1:/opt/zextras# ps aux | awk '$8 ~ /^/'
carboni+ 3733 0.0 0.0 0 0 ? Z Apr20 0:00  &lt;defunct&gt;
root@mail1:/opt/zextras# ps -o ppid= -p 3733
3200
root@mail1:/opt/zextras# ps aux | grep 3200 | grep -v root
carboni+ 3200 0.7 0.0 2398496 62096 ? Ssl Apr20 10:51 /usr/bin/envoy --config-path  <span style="color:#aaa">removed link</span>  --disable-hot-restart
</pre>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/"></category>                        <dc:creator>BISI_II</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/why-after-shutting-down-all-the-carbiono-ce-26-3-services-on-ubuntu-24-04-4-does-usr-bin-envoy-continue-to-run-with-1-zombie-following-it-around/</guid>
                    </item>
				                    <item>
                        <title>Can I search the zextras community forum(s) ?</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/can-i-search-the-zextras-community-forums/</link>
                        <pubDate>Tue, 21 Apr 2026 23:54:29 +0000</pubDate>
                        <description><![CDATA[I would really like to be able to search the forums on this site for answers to questions that must have been answered by now.  It helps in so many ways, especially for users like me with lo...]]></description>
                        <content:encoded><![CDATA[<p><span style="font-size: 12pt">I would really like to be able to search the forums on this site for answers to questions that must have been answered by now.  It helps in so many ways, especially for users like me with long experience in the field who are attempting to deploy the product (note that I created the account over 6 years ago</span><span style="font-size: 12pt">). </span></p>
<p>Unfortunately, clicking on the little magnifying glass has no effect, and I'm guessing that is its intended function, since there is no mouse-over to actually describe it.  This is true with Firefox and Chrome, on both Linux and windows</p>
<p>So, is it your site, or is it me?</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/"></category>                        <dc:creator>BISI_II</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/can-i-search-the-zextras-community-forums/</guid>
                    </item>
				                    <item>
                        <title>550-No Such User Here</title>
                        <link>https://community.zextras.com/forum/carbonio-setup/550-no-such-user-here-2/</link>
                        <pubDate>Tue, 21 Apr 2026 02:55:10 +0000</pubDate>
                        <description><![CDATA[Hi,
Is there a way to enable Carbonio to verify the user to the recipients domain? It looks like Carbonio is not doing this. I sent the email from Carbonio webmail so it should have authent...]]></description>
                        <content:encoded><![CDATA[<p>Hi,</p>
<p>Is there a way to enable Carbonio to verify the user to the recipients domain? It looks like Carbonio is not doing this. I sent the email from Carbonio webmail so it should have authenticated.</p>
<p>Here is the bounced email I got.</p>
<p>&lt;user1@nauoi.com&gt;: host nauoi.com said: <span>550-Verification failed for &lt;user2@hq.pub.com.ki&gt; 550-No Such User Here</span><br /><span>550 Sender verify failed (in reply to RCPT TO command)</span></p>
<p>Really appreciate how I can solve this problem so that if there are very strict, our mail server will be able to comply.</p>
<p>I am using Carbonio CE 24.9.5.</p>
<p>Carbonio is on hq.pub.com.ki</p>
<p>Thanks in advance.</p>
<p>Tanka</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/"></category>                        <dc:creator>tanka</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-setup/550-no-such-user-here-2/</guid>
                    </item>
				                    <item>
                        <title>550-No Such User Here</title>
                        <link>https://community.zextras.com/forum/carbonio-setup/550-no-such-user-here/</link>
                        <pubDate>Tue, 21 Apr 2026 02:54:03 +0000</pubDate>
                        <description><![CDATA[Hi,
Is there a way to enable Carbonio to verify the user to the recipients domain? It looks like Carbonio is not doing this. I sent the email from Carbonio webmail so it should have authent...]]></description>
                        <content:encoded><![CDATA[<p>Hi,</p>
<p>Is there a way to enable Carbonio to verify the user to the recipients domain? It looks like Carbonio is not doing this. I sent the email from Carbonio webmail so it should have authenticated.</p>
<p>Here is the bounced email I got.</p>
<p>&lt;user1@nauoi.com&gt;: host nauoi.com said: <span>550-Verification failed for &lt;user2@hq.pub.com.ki&gt; 550-No Such User Here</span><br /><span>550 Sender verify failed (in reply to RCPT TO command)</span></p>
<p>Really appreciate how I can solve this problem so that if there are very strict, our mail server will be able to comply.</p>
<p>I am using Carbonio CE 24.9.5.</p>
<p>Thanks in advance.</p>
<p>Tanka</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/"></category>                        <dc:creator>tanka</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-setup/550-no-such-user-here/</guid>
                    </item>
							        </channel>
        </rss>
		