<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Cloudron 10.0.3: MXGuarddog SRS-forwarded mail rejected when MAIL FROM local-part exceeds 64 octets]]></title><description><![CDATA[<p dir="auto">Cloudron 10.0.3 / Haraka 3.3.2</p>
<p dir="auto">After upgrading to Cloudron 10.0.3, inbound mail forwarded<br />
through MXGuarddog is being rejected when MXGuarddog's<br />
Sender Rewriting Scheme creates an envelope sender local-part<br />
greater than 64 octets.</p>
<p dir="auto">Example:</p>
<p dir="auto">MAIL FROM:<br />
<a href="mailto:SRS0=FNUu=G2=em.brighttalk.com=bounces+3639386-906e-andy=azaz-tech.com@ik2.com" target="_blank" rel="noopener noreferrer nofollow ugc">SRS0=FNUu=G2=em.brighttalk.com=bounces+3639386-906e-andy=azaz-tech.com@ik2.com</a></p>
<p dir="auto">Cloudron response:<br />
501 Invalid MAIL FROM address ... RFC-5321 local-part exceeds 64 octets</p>
<p dir="auto">Shorter SRS0 addresses from the same MXGuarddog servers are<br />
accepted and delivered normally.</p>
]]></description><link>https://forum.cloudron.io/topic/15906/cloudron-10.0.3-mxguarddog-srs-forwarded-mail-rejected-when-mail-from-local-part-exceeds-64-octets</link><generator>RSS for Node</generator><lastBuildDate>Tue, 08 Sep 2026 13:08:57 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/15906.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 02 Sep 2026 18:13:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Cloudron 10.0.3: MXGuarddog SRS-forwarded mail rejected when MAIL FROM local-part exceeds 64 octets on Wed, 02 Sep 2026 21:21:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> I just wanted to relay that this workaround works.</p>
]]></description><link>https://forum.cloudron.io/post/128926</link><guid isPermaLink="true">https://forum.cloudron.io/post/128926</guid><dc:creator><![CDATA[mariolop77]]></dc:creator><pubDate>Wed, 02 Sep 2026 21:21:02 GMT</pubDate></item><item><title><![CDATA[Reply to Cloudron 10.0.3: MXGuarddog SRS-forwarded mail rejected when MAIL FROM local-part exceeds 64 octets on Wed, 02 Sep 2026 20:12:18 GMT]]></title><description><![CDATA[<p dir="auto">Thank you <a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a>!</p>
]]></description><link>https://forum.cloudron.io/post/128925</link><guid isPermaLink="true">https://forum.cloudron.io/post/128925</guid><dc:creator><![CDATA[mariolop77]]></dc:creator><pubDate>Wed, 02 Sep 2026 20:12:18 GMT</pubDate></item><item><title><![CDATA[Reply to Cloudron 10.0.3: MXGuarddog SRS-forwarded mail rejected when MAIL FROM local-part exceeds 64 octets on Wed, 02 Sep 2026 20:08:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mariolop77" aria-label="Profile: mariolop77">@<bdi>mariolop77</bdi></a> a temporary workaround is</p>
<p dir="auto"><code>docker exec -it mail /bin/bash</code></p>
<p dir="auto">Then edit <code>/run/haraka/config/connection.ini</code> . Add postel=true like this in the main section:</p>
<pre><code>[main]
smtputf8=true
postel=true

&lt;rest of the file&gt;
</code></pre>
<p dir="auto">Then <code>supervisorctl restart haraka</code> . This config file gets overwritten on server restart, so you have to do this again.</p>
]]></description><link>https://forum.cloudron.io/post/128924</link><guid isPermaLink="true">https://forum.cloudron.io/post/128924</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 02 Sep 2026 20:08:26 GMT</pubDate></item><item><title><![CDATA[Reply to Cloudron 10.0.3: MXGuarddog SRS-forwarded mail rejected when MAIL FROM local-part exceeds 64 octets on Wed, 02 Sep 2026 20:05:31 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for reaching out <a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a>. I also reached out to MXGuarddog to see if they can trim on their side. As of now, many emails are bouncing. I might need to bypass MXGuarddog for now until there is a fix if you can fix.</p>
]]></description><link>https://forum.cloudron.io/post/128923</link><guid isPermaLink="true">https://forum.cloudron.io/post/128923</guid><dc:creator><![CDATA[mariolop77]]></dc:creator><pubDate>Wed, 02 Sep 2026 20:05:31 GMT</pubDate></item><item><title><![CDATA[Reply to Cloudron 10.0.3: MXGuarddog SRS-forwarded mail rejected when MAIL FROM local-part exceeds 64 octets on Wed, 02 Sep 2026 20:03:17 GMT]]></title><description><![CDATA[<p dir="auto">We switched to <a href="https://github.com/haraka/email-address" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/haraka/email-address</a> and it seems by default it is quite strict. See <a href="https://github.com/haraka/email-address/blob/4bea96181e4db2718cc523876856e2c0f32ea7fc/lib/address.js#L163" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/haraka/email-address/blob/4bea96181e4db2718cc523876856e2c0f32ea7fc/lib/address.js#L163</a> . I have to set the postel option on our mail server.</p>
]]></description><link>https://forum.cloudron.io/post/128921</link><guid isPermaLink="true">https://forum.cloudron.io/post/128921</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 02 Sep 2026 20:03:17 GMT</pubDate></item></channel></rss>