<?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>Sat, 18 Jul 2026 09:14:01 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>carbonio-auth service missing entirely — no package, no registration, no systemd unit — causing 502 on webmail login</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/carbonio-auth-service-missing-entirely-no-package-no-registration-no-systemd-unit-causing-502-on-webmail-login-2/</link>
                        <pubDate>Sat, 18 Jul 2026 00:04:54 +0000</pubDate>
                        <description><![CDATA[Running Carbonio CE, carbonio-core 4.5.12-1jammy, Ubuntu 22.04.5.
Webmail/admin login fails with 502 Bad Gateway on GET /zx/login/v3/auth/config. Traced this to the carbonio-proxy upstream ...]]></description>
                        <content:encoded><![CDATA[<p class="font-claude-response-body break-words whitespace-normal">Running Carbonio CE, <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">carbonio-core 4.5.12-1jammy</code>, Ubuntu 22.04.5.</p>
<p class="font-claude-response-body break-words whitespace-normal">Webmail/admin login fails with <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">502 Bad Gateway</code> on <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">GET /zx/login/v3/auth/config</code>. Traced this to the <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">carbonio-proxy</code> upstream <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">carbonio-auth</code>, which routes to <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">127.78.0.1:20008</code> (an Envoy sidecar). The sidecar itself is up and listening, but nothing is registered behind it.</p>
<p class="font-claude-response-body break-words whitespace-normal"><strong>What I've confirmed:</strong></p>
<ul class=":mb-0 :mt-1 :gap-1 :pb-1 :pb-1 list-disc flex flex-col gap-1 pl-8 mb-3">
<li class="font-claude-response-body whitespace-normal break-words pl-2"><code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">consul catalog services</code> shows no <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">carbonio-auth</code> entry at all (not unhealthy — completely absent)</li>
<li class="font-claude-response-body whitespace-normal break-words pl-2">No <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">.hcl</code> file for it exists in <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">/etc/zextras/service-discover/</code> (only <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">carbonio-proxy.hcl</code> references the name, as a destination)</li>
<li class="font-claude-response-body whitespace-normal break-words pl-2">No systemd unit <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">carbonio-auth-sidecar.service</code> exists anywhere on disk</li>
<li class="font-claude-response-body whitespace-normal break-words pl-2"><code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">dpkg -S carbonio-auth-sidecar</code> returns no matching package</li>
<li class="font-claude-response-body whitespace-normal break-words pl-2"><code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">apt-cache search carbonio | grep auth</code> and <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">apt list -a carbonio-auth*</code> show only <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">carbonio-auth-ui</code> (a frontend module), no backend service</li>
<li class="font-claude-response-body whitespace-normal break-words pl-2">Not served directly by mailboxd either (<code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">curl localhost:8080/zx/login/v3/auth/config</code> → 404)</li>
<li class="font-claude-response-body whitespace-normal break-words pl-2">No trace of any process ever attempting to register this service name in <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">mailbox.log</code></li>
<li class="font-claude-response-body whitespace-normal break-words pl-2"><code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">pending-setups -a</code> runs clean, nothing pending</li>
<li class="font-claude-response-body whitespace-normal break-words pl-2">Full <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">zmcontrol restart</code> and individual service restarts don't resolve it</li>
<li class="font-claude-response-body whitespace-normal break-words pl-2">Repointing the proxy upstream to <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">carbonio-user-management</code> (the service that appears to actually handle auth-related SOAP requests) also didn't resolve it — reverted that change</li>
</ul>
<p class="font-claude-response-body break-words whitespace-normal"><strong>What's healthy:</strong> everything else — mail delivery, IMAP, SMTP, LDAP, MTA, proxy itself, mailbox backend. This is isolated to the webmail/admin login flow specifically.</p>
<p class="font-claude-response-body break-words whitespace-normal">Found one other user with the exact same symptom (<code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">community.zextras.com/forum/carbonio-general-thread/carbonio-auth-problem/</code>, Feb 2024) with no public resolution shown.</p>
<p class="font-claude-response-body break-words whitespace-normal">Is <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">carbonio-auth</code> supposed to be provided by a specific package? Was it possibly deprecated/replaced by <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">carbonio-user-management</code> in a later version and this proxy template just wasn't updated to match? Any pointers appreciated.</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/"></category>                        <dc:creator>jajaish</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/carbonio-auth-service-missing-entirely-no-package-no-registration-no-systemd-unit-causing-502-on-webmail-login-2/</guid>
                    </item>
				                    <item>
                        <title>carbonio-auth service missing entirely — no package, no registration, no systemd unit — causing 502 on webmail login</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/carbonio-auth-service-missing-entirely-no-package-no-registration-no-systemd-unit-causing-502-on-webmail-login/</link>
                        <pubDate>Sat, 18 Jul 2026 00:04:01 +0000</pubDate>
                        <description><![CDATA[Running Carbonio CE, carbonio-core 4.5.12-1jammy, Ubuntu 22.04.5.
Webmail/admin login fails with 502 Bad Gateway on GET /zx/login/v3/auth/config. Traced this to the carbonio-proxy upstream ...]]></description>
                        <content:encoded><![CDATA[<p class="font-claude-response-body break-words whitespace-normal">Running Carbonio CE, <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">carbonio-core 4.5.12-1jammy</code>, Ubuntu 22.04.5.</p>
<p class="font-claude-response-body break-words whitespace-normal">Webmail/admin login fails with <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">502 Bad Gateway</code> on <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">GET /zx/login/v3/auth/config</code>. Traced this to the <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">carbonio-proxy</code> upstream <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">carbonio-auth</code>, which routes to <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">127.78.0.1:20008</code> (an Envoy sidecar). The sidecar itself is up and listening, but nothing is registered behind it.</p>
<p class="font-claude-response-body break-words whitespace-normal"><strong>What I've confirmed:</strong></p>
<ul class=":mb-0 :mt-1 :gap-1 :pb-1 :pb-1 list-disc flex flex-col gap-1 pl-8 mb-3">
<li class="font-claude-response-body whitespace-normal break-words pl-2"><code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">consul catalog services</code> shows no <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">carbonio-auth</code> entry at all (not unhealthy — completely absent)</li>
<li class="font-claude-response-body whitespace-normal break-words pl-2">No <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">.hcl</code> file for it exists in <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">/etc/zextras/service-discover/</code> (only <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">carbonio-proxy.hcl</code> references the name, as a destination)</li>
<li class="font-claude-response-body whitespace-normal break-words pl-2">No systemd unit <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">carbonio-auth-sidecar.service</code> exists anywhere on disk</li>
<li class="font-claude-response-body whitespace-normal break-words pl-2"><code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">dpkg -S carbonio-auth-sidecar</code> returns no matching package</li>
<li class="font-claude-response-body whitespace-normal break-words pl-2"><code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">apt-cache search carbonio | grep auth</code> and <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">apt list -a carbonio-auth*</code> show only <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">carbonio-auth-ui</code> (a frontend module), no backend service</li>
<li class="font-claude-response-body whitespace-normal break-words pl-2">Not served directly by mailboxd either (<code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">curl localhost:8080/zx/login/v3/auth/config</code> → 404)</li>
<li class="font-claude-response-body whitespace-normal break-words pl-2">No trace of any process ever attempting to register this service name in <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">mailbox.log</code></li>
<li class="font-claude-response-body whitespace-normal break-words pl-2"><code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">pending-setups -a</code> runs clean, nothing pending</li>
<li class="font-claude-response-body whitespace-normal break-words pl-2">Full <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">zmcontrol restart</code> and individual service restarts don't resolve it</li>
<li class="font-claude-response-body whitespace-normal break-words pl-2">Repointing the proxy upstream to <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">carbonio-user-management</code> (the service that appears to actually handle auth-related SOAP requests) also didn't resolve it — reverted that change</li>
</ul>
<p class="font-claude-response-body break-words whitespace-normal"><strong>What's healthy:</strong> everything else — mail delivery, IMAP, SMTP, LDAP, MTA, proxy itself, mailbox backend. This is isolated to the webmail/admin login flow specifically.</p>
<p class="font-claude-response-body break-words whitespace-normal">Found one other user with the exact same symptom (<code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">community.zextras.com/forum/carbonio-general-thread/carbonio-auth-problem/</code>, Feb 2024) with no public resolution shown.</p>
<p class="font-claude-response-body break-words whitespace-normal">Is <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">carbonio-auth</code> supposed to be provided by a specific package? Was it possibly deprecated/replaced by <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">carbonio-user-management</code> in a later version and this proxy template just wasn't updated to match? Any pointers appreciated.</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/"></category>                        <dc:creator>jajaish</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/carbonio-auth-service-missing-entirely-no-package-no-registration-no-systemd-unit-causing-502-on-webmail-login/</guid>
                    </item>
				                    <item>
                        <title>Attachments with Content-Type &quot;application/pkcs7-signature&quot; are hidden in Carbonio webmail (composer and Sent folder)</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/attachments-with-content-type-application-pkcs7-signature-are-hidden-in-carbonio-webmail-composer-and-sent-folder/</link>
                        <pubDate>Thu, 16 Jul 2026 13:16:52 +0000</pubDate>
                        <description><![CDATA[Hi everyone,
We&#039;ve run into an issue with Carbonio CE 4.25.2 and would like to share our findings, since it looks like a known long-standing behavior inherited from Zimbra rather than somet...]]></description>
                        <content:encoded><![CDATA[<p class="font-claude-response-body break-words whitespace-normal" data-sourcepos="3:1-3:13;128-140">Hi everyone,</p>
<p class="font-claude-response-body break-words whitespace-normal" data-sourcepos="5:1-5:186;142-327">We've run into an issue with Carbonio CE 4.25.2 and would like to share our findings, since it looks like a known long-standing behavior inherited from Zimbra rather than something new.</p>
<p class="font-claude-response-body break-words whitespace-normal" data-sourcepos="7:1-7:24;329-352"><strong>Problem description</strong></p>
<p class="font-claude-response-body break-words whitespace-normal" data-sourcepos="9:1-9:393;354-746">Attachments with Content-Type <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">application/pkcs7-signature</code> (typically <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">.p7s</code> files — standalone signed documents, e.g. tax/legal/HR documents signed with a qualified electronic signature) are not shown in the Carbonio web client, neither while composing a message nor when reopening a message from the Sent folder. The attachment simply doesn't appear in the UI, as if nothing were attached.</p>
<p class="font-claude-response-body break-words whitespace-normal" data-sourcepos="11:1-11:45;748-792">The attachment is NOT actually lost, though:</p>
<ul class=":mb-0 :mt-1 :gap-1 :pb-1 :pb-1 list-disc flex flex-col gap-1 pl-8 mb-3" data-sourcepos="12:1-14:150;793-1157">
<li class="font-claude-response-body whitespace-normal break-words pl-2" data-sourcepos="12:1-12:165;793-957">The file is correctly received and stored by FileUploadServlet (confirmed via mailbox.log — "saveUpload(): received Upload" entries show the file coming in fine).</li>
<li class="font-claude-response-body whitespace-normal break-words pl-2" data-sourcepos="13:1-13:50;958-1007">The message is sent with the attachment intact.</li>
<li class="font-claude-response-body whitespace-normal break-words pl-2" data-sourcepos="14:1-14:150;1008-1157">Any other mail client (Thunderbird, Outlook, other IMAP clients) correctly shows and downloads the very same attachment from the very same message.</li>
</ul>
<p class="font-claude-response-body break-words whitespace-normal" data-sourcepos="16:1-16:121;1159-1279">So it's purely a web client display issue — not an MTA, antivirus, or attachment-blocking problem. We already ruled out:</p>
<ul class=":mb-0 :mt-1 :gap-1 :pb-1 :pb-1 list-disc flex flex-col gap-1 pl-8 mb-3" data-sourcepos="17:1-18:79;1280-1419">
<li class="font-claude-response-body whitespace-normal break-words pl-2" data-sourcepos="17:1-17:61;1280-1340"><code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">zimbraMtaBlockedExtension</code> (p7s/p7m are not in that list)</li>
<li class="font-claude-response-body whitespace-normal break-words pl-2" data-sourcepos="18:1-18:79;1341-1419">Antivirus/antispam (mail is delivered with the attachment intact either way)</li>
</ul>
<p class="font-claude-response-body break-words whitespace-normal" data-sourcepos="20:1-20:57;1421-1477"><strong>Example MIME headers of the affected attachment part</strong></p>
<div class="relative group/copy bg-bg-000/50 border-0.5 border-border-400 rounded-lg focus:outline-none focus-visible:ring-2 focus-visible:ring-accent-100" role="group" aria-label="Code" data-sourcepos="22:1-28:4;1479-1660">
<div class="overflow-x-auto">
<pre class="code-block__code !my-0 !rounded-lg !text-sm !leading-relaxed p-3.5" contenteditable="false"><code><span>Content-Type: application/pkcs7-signature;
</span><span> name="...filename...pdf.p7s"
</span><span>Content-Disposition: attachment;
</span><span> filename="...filename...pdf.p7s"
</span><span>Content-Transfer-Encoding: base64</span></code></pre>
</div>
</div>
<p class="font-claude-response-body break-words whitespace-normal" data-sourcepos="30:1-30:522;1662-2183">Important detail: in our case this attachment is NOT part of a <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">multipart/signed</code> structure — it's not a signature over the message itself (S/MIME-style). It's a plain regular attachment whose payload happens to be a PKCS#7 signed document, which is a common pattern in several countries' e-government/e-document workflows (e.g. Italian PEC "atti.p7m", Ukrainian tax/HR documents "*.pdf.p7s"). It looks like the client filters/hides any attachment part with this Content-Type regardless of the surrounding MIME structure.</p>
<p class="font-claude-response-body break-words whitespace-normal" data-sourcepos="32:1-32:56;2185-2240"><strong>This looks like the same issue as an old Zimbra bug</strong></p>
<p class="font-claude-response-body break-words whitespace-normal" data-sourcepos="34:1-34:447;2242-2688">This exact behavior existed in Zimbra for years and is documented as Zimbra Bugzilla #69476: the web client was changed to ignore <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">application/pkcs7-signature</code> parts, apparently to hide the actual S/MIME signature part of signed messages. The side effect was that any attachment using this same Content-Type got hidden too, breaking legitimate cases where the p7s/p7m file is a standalone signed document rather than a signature over the message.</p>
<p class="font-claude-response-body break-words whitespace-normal" data-sourcepos="36:1-37:197;2690-2972">A community-maintained Zimlet was published back then specifically to work around it: zimbra-patches (folder <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">tk_barrydegraaff_enable_pkcs7_signature</code>) — described as reverting the ignoring of <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">application/pkcs7-signature</code> introduced by that bug.</p>
<p class="font-claude-response-body break-words whitespace-normal" data-sourcepos="39:1-39:211;2974-3184">Since Carbonio's web client is a full rewrite (React-based, not Ext/Zimlet-based anymore), that old Zimlet fix obviously doesn't apply here, but the same filtering logic seems to have carried over conceptually.</p>
<p class="font-claude-response-body break-words whitespace-normal" data-sourcepos="41:1-41:38;3186-3223"><strong>Possibly related area of the code</strong></p>
<p class="font-claude-response-body break-words whitespace-normal" data-sourcepos="43:1-43:230;3225-3454">Carbonio added native S/MIME support in <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">carbonio-mailbox</code> (PR #646, released in 4.20.0, Feb 2025). That's likely the place where <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">application/pkcs7-signature</code> parts get special-cased and excluded from what's shown to the client.</p>
<p class="font-claude-response-body break-words whitespace-normal" data-sourcepos="45:1-45:26;3456-3481"><strong>What we'd love to see</strong></p>
<p class="font-claude-response-body break-words whitespace-normal" data-sourcepos="47:1-47:352;3483-3834">Ideally, the filtering would only apply when the pkcs7-signature part is actually a child of a <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">multipart/signed</code> structure (i.e. a real S/MIME signature on the message), so that standalone p7s/p7m attachments — a very common real-world document type in several jurisdictions — show up normally in the UI, just like they already do in any IMAP client.</p>
<p class="font-claude-response-body break-words whitespace-normal" data-sourcepos="49:1-49:176;3836-4011">Happy to share full raw message headers or a test message/log excerpt if that helps track this down. Has anyone else run into this, or found a workaround on the Carbonio side?</p>
<p class="font-claude-response-body break-words whitespace-normal" data-sourcepos="51:1-51:8;4013-4020">Thanks!</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/"></category>                        <dc:creator>manul</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/attachments-with-content-type-application-pkcs7-signature-are-hidden-in-carbonio-webmail-composer-and-sent-folder/</guid>
                    </item>
				                    <item>
                        <title>Feature Request – Ability to Edit Existing Contact Groups</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/feature-request-ability-to-edit-existing-contact-groups/</link>
                        <pubDate>Wed, 15 Jul 2026 08:09:37 +0000</pubDate>
                        <description><![CDATA[Hi team,
 
First of all, thanks for all your work on Carbonio.
 
I&#039;m writing to request a feature that seems to be missing in the current version of Carbonio (I&#039;m on the latest release):...]]></description>
                        <content:encoded><![CDATA[<p dir="auto">Hi team,</p>
<div class="my-2"> </div>
<p dir="auto">First of all, thanks for all your work on Carbonio.</p>
<div class="my-2"> </div>
<p dir="auto">I'm writing to request a feature that seems to be missing in the current version of Carbonio (I'm on the latest release): <strong>the ability to edit an already created Contact Group</strong>.</p>
<div class="my-2"> </div>
<h3 dir="auto">What I'm trying to do</h3>
<p dir="auto">I have an existing contact group and I need to add 1 or 2 more addresses to it. Currently, there is no option in the web UI to modify a group once it has been saved.</p>
<div class="my-2"> </div>
<h3 dir="auto">What I've checked</h3>
<ul dir="auto">
<li class="text-start ">The official user documentation (<em>Working with Contacts</em>) includes entries for <strong>Creating</strong>, <strong>Using</strong>, and <strong>Sharing</strong> a Contact Group, but there is <strong>no section for Editing</strong> one.</li>
<li class="text-start ">Contact groups can't even be seen in the contact list view for further modification (they don't appear in the list, unlike in Zimbra).</li>
<li class="text-start ">As a workaround, I have to recreate the entire group from scratch and delete the old one, which is not practical when the group has many members.</li>
</ul>
<div class="my-2"> </div>
<h3 dir="auto">Request</h3>
<p dir="auto">It would be really helpful to have:</p>
<div class="my-2"> </div>
<ol dir="auto" start="1">
<li class="text-start"><strong>An "Edit" option</strong> for existing contact groups (right-click → <em>Edit Contact Group</em>, or similar).</li>
<li class="text-start"><strong>Contact groups to be visible</strong> in the contact list when filtering by "Groups" (as it already does with the View Filter), so they can be selected and modified.</li>
</ol>
<div class="my-2"> </div>
<p dir="auto">In Zimbra this was fully supported (contact, group, and distribution sections), so there is an expectation from users migrating over.</p>
<div class="my-2"> </div>
<p dir="auto">Any feedback on whether this is planned for a future release would be greatly appreciated.</p>
<div class="my-2"> </div>
<p dir="auto">Thanks in advance!</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/"></category>                        <dc:creator>omartin</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/feature-request-ability-to-edit-existing-contact-groups/</guid>
                    </item>
				                    <item>
                        <title>Automatic forwarding not working</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/automatic-forwarding-not-working/</link>
                        <pubDate>Fri, 26 Jun 2026 14:49:27 +0000</pubDate>
                        <description><![CDATA[Automatic forwarding to external addresses does not work on distribution list or if a user has an external forwarding address set. This used to work and I&#039;m unsure when it stopped.
The log ...]]></description>
                        <content:encoded><![CDATA[<p>Automatic forwarding to external addresses does not work on distribution list or if a user has an external forwarding address set. This used to work and I'm unsure when it stopped.</p>
<p>The log says "status=bounced (host my.relay.server said: 530 From/Sender name is not valid (in reply to end of DATA command))</p>
<p>Normail sending and receiving works fine. Any advice is greatly appreciated!</p>
<p> </p>
<p>/Cheers</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/"></category>                        <dc:creator>daddycool</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/automatic-forwarding-not-working/</guid>
                    </item>
				                    <item>
                        <title>Disclaimers not working as intended when sending from web client (HTML)</title>
                        <link>https://community.zextras.com/forum/general-info/disclaimers-not-working-as-intended-when-sending-from-web-client-html/</link>
                        <pubDate>Mon, 22 Jun 2026 20:52:44 +0000</pubDate>
                        <description><![CDATA[Hi Everyone,
I&#039;ve just migrated to Carbonio CE and for me its the latest in a long line of migrations.  Pegasus Mail, Zarafa and Kolab have been in there so I have a little experience of em...]]></description>
                        <content:encoded><![CDATA[<p>Hi Everyone,</p>
<p>I've just migrated to Carbonio CE and for me its the latest in a long line of migrations.  Pegasus Mail, Zarafa and Kolab have been in there so I have a little experience of email apps.</p>
<p>So mostly things have been going well, however I have come across a few oddities/quirks and I've managed to work around most.</p>
<p>The one I want to mention though, is the global disclaimer as I think there might be a bug lurking here.</p>
<p>When using the android app, all is well, both text and HTML disclaimers work fine. The same is true when using Thunderbird as the client.  The issue arises when using the web client. It doesn't send the rich text disclaimer but does when using the text only. If I send as rich text and read it as plain text, I will see the plain text disclaimer.  Looking at the email source text shows only the plain text disclaimer.</p>
<p>Looking forward to what people come up with.</p>
<p>Regards</p>
<p>Tanathka</p>
<p>  </p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/"></category>                        <dc:creator>tanathka</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/general-info/disclaimers-not-working-as-intended-when-sending-from-web-client-html/</guid>
                    </item>
				                    <item>
                        <title>Carbonio CE Multiserver</title>
                        <link>https://community.zextras.com/forum/shaping-carbonio/carbonio-ce-multiserver/</link>
                        <pubDate>Mon, 22 Jun 2026 16:38:33 +0000</pubDate>
                        <description><![CDATA[How to install Carbonio CE multiserver, repos for this installation ???]]></description>
                        <content:encoded><![CDATA[<p>How to install Carbonio CE multiserver, repos for this installation ???</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/"></category>                        <dc:creator>jdelavega</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/shaping-carbonio/carbonio-ce-multiserver/</guid>
                    </item>
				                    <item>
                        <title>NO_SUCH_ACCOUNT</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/no_such_account/</link>
                        <pubDate>Mon, 22 Jun 2026 12:06:38 +0000</pubDate>
                        <description><![CDATA[Hello! I have a problem in my production server.I can´t change INDEX and Store in &quot;Storage&quot; &quot;Volumes&quot;The most important thing in the logs is:2026-06-19 14:44:20,219 WARN  [...]]></description>
                        <content:encoded><![CDATA[<p>Hello! I have a problem in my production server.<br />I can´t change INDEX and Store in "Storage" "Volumes"<br /><br />The most important thing in the logs is:<br /><br />2026-06-19 14:44:20,219 WARN   SoapEngine - unable to construct SOAP context<br />com.zimbra.cs.account.AccountServiceException: no such account: b63cfaa1-2a8d-454e-a0e6-c27a7bb76fbf<br />at com.zimbra.cs.account.AccountServiceException.NO_SUCH_ACCOUNT(AccountServiceException.java:243) ~<br />at com.zimbra.soap.ZimbraSoapContext.&lt;init&gt;(ZimbraSoapContext.java:355) ~<br />at com.zimbra.soap.SoapEngine.dispatch(SoapEngine.java:331) ~<br />at com.zimbra.soap.SoapEngine.dispatch(SoapEngine.java:278) ~<br />at com.zimbra.soap.SoapServlet.doWork(SoapServlet.java:318) ~<br />at com.zimbra.soap.SoapServlet.doPost(SoapServlet.java:219) ~<br /><br /></p>
<p> </p>
<p>And in the browser<br /><br />POST /service/admin/soap/GetVolumeRequest<br />422 Unprocessable Entity<br /><br /><br />HELP</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/"></category>                        <dc:creator>apascal</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/no_such_account/</guid>
                    </item>
				                    <item>
                        <title>Submission ports not open after upgrade to 4.25.2</title>
                        <link>https://community.zextras.com/forum/carbonio-setup/submission-ports-not-open-after-upgrade-to-4-25-2/</link>
                        <pubDate>Thu, 18 Jun 2026 12:31:33 +0000</pubDate>
                        <description><![CDATA[Hi there, I did an update via apt, and after following all the instructions I could find, postfix is not listening on 587 or 465
 
root@**:/opt/zextras/log# ss -tlnp | grep -E &quot;:(25|587|46...]]></description>
                        <content:encoded><![CDATA[<p>Hi there, I did an update via apt, and after following all the instructions I could find, postfix is not listening on 587 or 465</p>
<p> </p>
<p>root@**:/opt/zextras/log# ss -tlnp | grep -E ":(25|587|465) "<br />LISTEN 0 100 0.0.0.0:25 0.0.0.0:* users:(("smtpd",pid=35508,fd=6),("master",pid=2713,fd=13))<br />LISTEN 0 100 :25 :* users:(("smtpd",pid=35508,fd=7),("master",pid=2713,fd=14))</p>
<p> </p>
<p>How do I re-enable the submission ports?</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/"></category>                        <dc:creator>LawrenceF</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-setup/submission-ports-not-open-after-upgrade-to-4-25-2/</guid>
                    </item>
				                    <item>
                        <title>Zimbra to Carbonio migration woes...</title>
                        <link>https://community.zextras.com/forum/general-info/zimbra-to-carbonio-migration-woes/</link>
                        <pubDate>Thu, 11 Jun 2026 22:35:43 +0000</pubDate>
                        <description><![CDATA[I&#039;m apparently on the struggle bus to nowheresville in getting my email migrated from Zimbra 8 Community to Carbonio CE.I loaded a new server on Ubuntu 24.04 server, and did the scripted ins...]]></description>
                        <content:encoded><![CDATA[<p>I'm apparently on the struggle bus to nowheresville in getting my email migrated from Zimbra 8 Community to Carbonio CE.<br /><br />I loaded a new server on Ubuntu 24.04 server, and did the scripted installation.  I performed the post installation steps, and copied over my accounts and imported them to the new server.  I was able to login without issue.  I changed the port forwarding on my firewall to send to the new server and am able to send and receive emails.<br /><br />That's where my success stops.<br /><br />I have a couple of issues...<br /><br />I can't get letsencrypt to work at all.<br />I have exported my mail from the old server, and cannot get it to load into the new server at all.<br /><br />The letsencrypt log says this:<br /><br />zextras@mail:~$ more  <span style="color:#aaa">removed link</span> <br />2026-06-11 19:03:18,984:DEBUG:certbot._internal.main:certbot version: 2.11.1<br />2026-06-11 19:03:18,985:DEBUG:certbot._internal.main:Location of certbot entry point: /opt/zextras/common/certbot/bin/carbonio-certbot<br />2026-06-11 19:03:18,985:DEBUG:certbot._internal.main:Arguments: []<br />2026-06-11 19:03:18,985:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)<br />2026-06-11 19:03:18,993:DEBUG:certbot._internal.log:Root logging level set at 30<br />2026-06-11 19:03:18,993:DEBUG:certbot._internal.display.obj:Notifying user: No certificates found.<br /><br />I'm a bit stumped.  I get the email saying I requested the cert in the zextras inbox.  But that's it.<br /><br />As for importing my inbox...<br /><br />zextras@mail:~$ zmmailbox -z -m name@domain.com -t0 postRestURL -u https://&lt;TARGET&gt; "/?fmt=tgz&amp;resolve=skip"  <span style="color:#aaa">removed link</span>  <br />ERROR: service.FAILURE (system failure: POST failed, status=404 404)<br /><br />For the &lt;TARGET&gt; I have used just the domain, the host and domain, the IP address, localhost, I've tried not using -u at all...I always get the double 404 failure.<br /><br />Again...I'm stuck here.<br /><br />Help please!!</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/"></category>                        <dc:creator>JamesG</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/general-info/zimbra-to-carbonio-migration-woes/</guid>
                    </item>
							        </channel>
        </rss>
		