<?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[Gmail - ipv6. Anyone else with this experience?]]></title><description><![CDATA[<p dir="auto">I have a Cloudron instance with netcup. The instance is <strong>not</strong> configured with ipv6.<br />
Today i got a <em>Message delivery failure notice</em> with this content:</p>
<pre><code>I'm afraid I wasn't able to deliver your message
    "Your daily summary"
to the following addresses.

This is a permanent error; I've given up. Sorry it didn't work out.

Intended Recipients: &lt;firstname.lastname@gmail.com&gt;
Failure Reason: Error: 550 5.7.25 [2a03:xxx:xxx:xxxxxx:xxx:xxx:xxx] The IP address sending this 5.7.25 message does not have a PTR record setup, or the corresponding 5.7.25 forward DNS entry does not match the sending IP. As a policy, Gmail 5.7.25 does not accept messages from IPs with missing PTR records. For more 5.7.25 information, go to 5.7.25  https://support.google.com/a?p=sender-guidelines-ip  5.7.25 To learn more about Gmail requirements for bulk senders, visit 5.7.25  https://support.google.com/a?p=sender-guidelines.
</code></pre>
<p dir="auto">To me it feels like: Your hosting provider has attached an ipv6 address to your VPS that you are not using. Sorry, we (Gmail) did a reverse lookup and you (dump administrator) did not create a PTR record for your IPv6 address. Sorry: you are a spammer.</p>
<p dir="auto">IMHO lesson learned: no more vps without configuring for ipv6. Anyone else with a different mindset?</p>
]]></description><link>https://forum.cloudron.io/topic/13072/gmail-ipv6-anyone-else-with-this-experience</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Apr 2026 20:53:17 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/13072.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 07 Jan 2025 21:15:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Gmail - ipv6. Anyone else with this experience? on Fri, 14 Feb 2025 22:10:28 GMT]]></title><description><![CDATA[<p dir="auto">Right so we have a bunch of similar topics referencing the same problem.</p>
<ul>
<li><a href="https://forum.cloudron.io/topic/13162/unable-to-send-emails-to-gmail">https://forum.cloudron.io/topic/13162/unable-to-send-emails-to-gmail</a></li>
<li><a href="https://forum.cloudron.io/topic/13145/problems-with-sending-mail">https://forum.cloudron.io/topic/13145/problems-with-sending-mail</a></li>
<li><a href="https://forum.cloudron.io/topic/13122/email-sending-broken-after-updating-to-8-2-x-due-to-ipv6-issues">https://forum.cloudron.io/topic/13122/email-sending-broken-after-updating-to-8-2-x-due-to-ipv6-issues</a></li>
<li><a href="https://forum.cloudron.io/topic/13072/gmail-ipv6-anyone-else-with-this-experience">https://forum.cloudron.io/topic/13072/gmail-ipv6-anyone-else-with-this-experience</a></li>
</ul>
<p dir="auto">Should they all be merged and/or marked as solved?</p>
<p dir="auto">The solution is provided by <a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> (<a href="https://forum.cloudron.io/post/99981">here</a>) and <a class="plugin-mentions-user plugin-mentions-a" href="/user/jdaviescoates" aria-label="Profile: jdaviescoates">@<bdi>jdaviescoates</bdi></a> (<a href="https://forum.cloudron.io/post/100398">here</a>) which I'll compile and summarise here again:</p>
<ol>
<li>Activate IPv6 on Cloudron via going to Network &gt; IPv6 &gt; Configure &gt; Public IP</li>
<li>Check your IPv6 address either via reading the IPv6 address detected by Cloudron when doing 1. or via running <code>curl https://ipv6.api.cloudron.io/api/v1/helper/public_ip</code> on your server (via ssh).</li>
<li>Set an IPv6 PTR record on your VPS/server provider (not your domain provider) for the above IPv6 address. The next Cloudron release will implement a check on IPv6 PTR record like it currently does for IPv4.</li>
<li>If using Wildcard DNS then create a * AAAA record for the above IPv6 address.</li>
<li>If things still don't work, you can go to Cloudron -&gt; Domains -&gt; hit Sync DNS</li>
</ol>
<p dir="auto">If your VPS provider does not allow you to set IPv6 PTR, then disable IPv6 that way:</p>
<ol>
<li>disable IPv6 in Cloudron (Network -&gt; IPv6 -&gt; Disable)</li>
<li>on your server via ssh run <code>sysctl -w net.ipv6.conf.ens18.disable_ipv6=1</code> (replacing ens18 for your specific network interface, in my case eth0)</li>
<li>make it persistent by adding <code>net.ipv6.conf.ens18.disable_ipv6=1</code> to /etc/sysctl.conf (replacing ens18 for your specific network interface, in my case eth0)</li>
</ol>
<p dir="auto"><strong>Update:</strong> I personally still faced issues with Gmail using IPv6 so I ended up disabling it persistently.</p>
]]></description><link>https://forum.cloudron.io/post/100505</link><guid isPermaLink="true">https://forum.cloudron.io/post/100505</guid><dc:creator><![CDATA[avatar1024]]></dc:creator><pubDate>Fri, 14 Feb 2025 22:10:28 GMT</pubDate></item><item><title><![CDATA[Reply to Gmail - ipv6. Anyone else with this experience? on Thu, 09 Jan 2025 18:04:49 GMT]]></title><description><![CDATA[<p dir="auto">Can't think of a drawback of disabling IPv6 on the server. You should disable IPv6 on Cloudron side if this got auto-enabled Network -&gt; IPv6 -&gt; Diable. This way it won't configure AAAA records. You will have issues when installing new apps otherwise.</p>
]]></description><link>https://forum.cloudron.io/post/99665</link><guid isPermaLink="true">https://forum.cloudron.io/post/99665</guid><dc:creator><![CDATA[joseph]]></dc:creator><pubDate>Thu, 09 Jan 2025 18:04:49 GMT</pubDate></item><item><title><![CDATA[Reply to Gmail - ipv6. Anyone else with this experience? on Thu, 09 Jan 2025 17:23:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joseph" aria-label="Profile: joseph">@<bdi>joseph</bdi></a> Brill, that works, thank you!! All messages are now going through <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=665e13d50c8" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
<p dir="auto">Is there any big drawbacks in disabling IPv6? Also since it only happens with Gmail, is there a way to tell the system with IPv6 to only use IPv4 for google MX?</p>
]]></description><link>https://forum.cloudron.io/post/99663</link><guid isPermaLink="true">https://forum.cloudron.io/post/99663</guid><dc:creator><![CDATA[avatar1024]]></dc:creator><pubDate>Thu, 09 Jan 2025 17:23:40 GMT</pubDate></item><item><title><![CDATA[Reply to Gmail - ipv6. Anyone else with this experience? on Thu, 09 Jan 2025 17:15:42 GMT]]></title><description><![CDATA[<p dir="auto">You can just disable ipv6 on the server. It's the OS that decides IPv4/IPv6 for outbound connections. For example, <code>sysctl -w net.ipv6.conf.ens18.disable_ipv6=1</code> (replace ens18) for specific interface.</p>
]]></description><link>https://forum.cloudron.io/post/99661</link><guid isPermaLink="true">https://forum.cloudron.io/post/99661</guid><dc:creator><![CDATA[joseph]]></dc:creator><pubDate>Thu, 09 Jan 2025 17:15:42 GMT</pubDate></item><item><title><![CDATA[Reply to Gmail - ipv6. Anyone else with this experience? on Thu, 09 Jan 2025 17:13:06 GMT]]></title><description><![CDATA[<p dir="auto">Until this is solved, is it possible to disable IPv6 completely from the mail service? This is affecting basically all of my servers.</p>
]]></description><link>https://forum.cloudron.io/post/99660</link><guid isPermaLink="true">https://forum.cloudron.io/post/99660</guid><dc:creator><![CDATA[avatar1024]]></dc:creator><pubDate>Thu, 09 Jan 2025 17:13:06 GMT</pubDate></item><item><title><![CDATA[Reply to Gmail - ipv6. Anyone else with this experience? on Thu, 09 Jan 2025 14:06:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/avatar1024" aria-label="Profile: avatar1024">@<bdi>avatar1024</bdi></a> said in <a href="/post/99622">Gmail - ipv6. Anyone else with this experience?</a>:</p>
<blockquote>
<p dir="auto">on two of them, the emails do end up delivering after a couple of retry by the mail server (the retries are still because of the PTR record)</p>
</blockquote>
<p dir="auto">Actually in some rare case, the server retries indefinitely and emails are never delivered. From the email event log:</p>
<p dir="auto">Delivery failure. Will retry in Xs. Upstream error: 421 4.7.23 [2a03:xxxx:xx:xxx:xxxx:7fff:fe49:51af] The IP address sending this 4.7.23 message does not have a PTR record, or the corresponding forward DNS 4.7.23 entry does not match the sending IP. To protect our users from spam, 4.7.23 mail has been temporarily rate limited. To learn more about IP 4.7.23 address requirements for sending to Gmail, visit  4.7.23  <a href="https://support.google.com/a?p=sender-guidelines-ip" target="_blank" rel="noopener noreferrer nofollow ugc">https://support.google.com/a?p=sender-guidelines-ip</a>  4.7.23 To learn more about Gmail requirements for bulk senders, visit 4.7.23  <a href="https://support.google.com/a?p=sender-guidelines" target="_blank" rel="noopener noreferrer nofollow ugc">https://support.google.com/a?p=sender-guidelines</a>. 4fb4d7f45d1cf-5d807030e25si25472762a12.537 - gsmtp",</p>
<p dir="auto">Using the exact IPv6 in the error message on <a href="https://toolbox.googleapps.com/apps/dig/#PTR/" target="_blank" rel="noopener noreferrer nofollow ugc">https://toolbox.googleapps.com/apps/dig/#PTR/</a> gives the correct PTR.</p>
]]></description><link>https://forum.cloudron.io/post/99645</link><guid isPermaLink="true">https://forum.cloudron.io/post/99645</guid><dc:creator><![CDATA[avatar1024]]></dc:creator><pubDate>Thu, 09 Jan 2025 14:06:41 GMT</pubDate></item><item><title><![CDATA[Reply to Gmail - ipv6. Anyone else with this experience? on Thu, 09 Jan 2025 12:31:39 GMT]]></title><description><![CDATA[<p dir="auto">I've now also set a PTR record against the short IPv6, it has propagated but I'm still getting the straight bounce.</p>
]]></description><link>https://forum.cloudron.io/post/99637</link><guid isPermaLink="true">https://forum.cloudron.io/post/99637</guid><dc:creator><![CDATA[avatar1024]]></dc:creator><pubDate>Thu, 09 Jan 2025 12:31:39 GMT</pubDate></item><item><title><![CDATA[Reply to Gmail - ipv6. Anyone else with this experience? on Thu, 09 Jan 2025 12:09:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/andreasdueren" aria-label="Profile: andreasdueren">@<bdi>andreasdueren</bdi></a> said in <a href="/post/99634">Gmail - ipv6. Anyone else with this experience?</a>:</p>
<blockquote>
<p dir="auto">Just to clarify: take the IPv6 that is written in the google mail and compare it to the PTR record. Are they identical?</p>
</blockquote>
<p dir="auto">Yes they are!</p>
]]></description><link>https://forum.cloudron.io/post/99635</link><guid isPermaLink="true">https://forum.cloudron.io/post/99635</guid><dc:creator><![CDATA[avatar1024]]></dc:creator><pubDate>Thu, 09 Jan 2025 12:09:09 GMT</pubDate></item><item><title><![CDATA[Reply to Gmail - ipv6. Anyone else with this experience? on Thu, 09 Jan 2025 12:05:05 GMT]]></title><description><![CDATA[<p dir="auto">Just to clarify: take the IPv6 that is written in the google mail and compare it to the PTR record. Are they identical?</p>
]]></description><link>https://forum.cloudron.io/post/99634</link><guid isPermaLink="true">https://forum.cloudron.io/post/99634</guid><dc:creator><![CDATA[andreasdueren]]></dc:creator><pubDate>Thu, 09 Jan 2025 12:05:05 GMT</pubDate></item><item><title><![CDATA[Reply to Gmail - ipv6. Anyone else with this experience? on Thu, 09 Jan 2025 12:08:39 GMT]]></title><description><![CDATA[<p dir="auto">So the IP is much longer than yours:<br />
<img src="/assets/uploads/files/1736424011659-1afebe3f-58d8-4e3e-8f3a-1363bf289ea0-image.png" alt="image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">As you can tell, I probably do not understand IPv6 very well...</p>
<p dir="auto">From my provider my server IPv6 seem to be:<br />
<img src="/assets/uploads/files/1736424269205-c6996231-3682-4f5f-95a3-4c0b1b643eab-image.png" alt="c6996231-3682-4f5f-95a3-4c0b1b643eab-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">So a bit like yours and something much shorter that what Google write in the bounce error message. Bur I thought this was normal as elsewhere in the provider settings page for my server it says:<br />
<img src="/assets/uploads/files/1736424443269-e0f205c5-b891-4fa5-9fca-d4f4728c8dbc-image.png" alt="e0f205c5-b891-4fa5-9fca-d4f4728c8dbc-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">So putting top and bottom address together I get the long IP google is writing in the error message.</p>
]]></description><link>https://forum.cloudron.io/post/99633</link><guid isPermaLink="true">https://forum.cloudron.io/post/99633</guid><dc:creator><![CDATA[avatar1024]]></dc:creator><pubDate>Thu, 09 Jan 2025 12:08:39 GMT</pubDate></item><item><title><![CDATA[Reply to Gmail - ipv6. Anyone else with this experience? on Thu, 09 Jan 2025 11:54:39 GMT]]></title><description><![CDATA[<p dir="auto">What I did is take the IPv6 google wrote in the bounce error message and added the mail serve name against that.</p>
]]></description><link>https://forum.cloudron.io/post/99630</link><guid isPermaLink="true">https://forum.cloudron.io/post/99630</guid><dc:creator><![CDATA[avatar1024]]></dc:creator><pubDate>Thu, 09 Jan 2025 11:54:39 GMT</pubDate></item><item><title><![CDATA[Reply to Gmail - ipv6. Anyone else with this experience? on Thu, 09 Jan 2025 11:39:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/avatar1024" aria-label="Profile: avatar1024">@<bdi>avatar1024</bdi></a> I'd encourage you to double check. The IP <strong>without</strong> the 2 at the end is my actual IPv6. But google kept complaining that the one <strong>with</strong> the two didn't match. So I set a PTR record for it as well and now things seem to be fine.</p>
<p dir="auto"><img src="/assets/uploads/files/1736422728077-screenshot-2025-01-09-at-12.38.02.png" alt="Screenshot 2025-01-09 at 12.38.02.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.cloudron.io/post/99624</link><guid isPermaLink="true">https://forum.cloudron.io/post/99624</guid><dc:creator><![CDATA[andreasdueren]]></dc:creator><pubDate>Thu, 09 Jan 2025 11:39:51 GMT</pubDate></item><item><title><![CDATA[Reply to Gmail - ipv6. Anyone else with this experience? on Thu, 09 Jan 2025 11:33:06 GMT]]></title><description><![CDATA[<p dir="auto">Also I spoke a bit too quickly I'm actually getting delivery issues on all domains, just on two of them, the emails do end up delivering after a couple of retry by the mail server (the retries are still because of the PTR record), whereas on the third one it's just a straight bounce.</p>
]]></description><link>https://forum.cloudron.io/post/99622</link><guid isPermaLink="true">https://forum.cloudron.io/post/99622</guid><dc:creator><![CDATA[avatar1024]]></dc:creator><pubDate>Thu, 09 Jan 2025 11:33:06 GMT</pubDate></item><item><title><![CDATA[Reply to Gmail - ipv6. Anyone else with this experience? on Thu, 09 Jan 2025 11:25:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/andreasdueren" aria-label="Profile: andreasdueren">@<bdi>andreasdueren</bdi></a> As far as I can tell yes.</p>
]]></description><link>https://forum.cloudron.io/post/99619</link><guid isPermaLink="true">https://forum.cloudron.io/post/99619</guid><dc:creator><![CDATA[avatar1024]]></dc:creator><pubDate>Thu, 09 Jan 2025 11:25:18 GMT</pubDate></item><item><title><![CDATA[Reply to Gmail - ipv6. Anyone else with this experience? on Thu, 09 Jan 2025 11:20:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/avatar1024" aria-label="Profile: avatar1024">@<bdi>avatar1024</bdi></a> Are the IPv6 reported by google and the one issued by your provider the same?</p>
]]></description><link>https://forum.cloudron.io/post/99617</link><guid isPermaLink="true">https://forum.cloudron.io/post/99617</guid><dc:creator><![CDATA[andreasdueren]]></dc:creator><pubDate>Thu, 09 Jan 2025 11:20:40 GMT</pubDate></item><item><title><![CDATA[Reply to Gmail - ipv6. Anyone else with this experience? on Thu, 09 Jan 2025 11:02:31 GMT]]></title><description><![CDATA[<p dir="auto">For one of my domain, even though the DNS has propagated and checks all fine on <a href="https://www.whatsmydns.net/#PTR" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.whatsmydns.net/#PTR</a> and <a href="https://toolbox.googleapps.com/apps/dig/#PTR/" target="_blank" rel="noopener noreferrer nofollow ugc">https://toolbox.googleapps.com/apps/dig/#PTR/</a> I'm still getting the bounce error....damn google!</p>
<p dir="auto">On two other domains it now works well <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f937.png?v=665e13d50c8" class="not-responsive emoji emoji-android emoji--shrug" style="height:23px;width:auto;vertical-align:middle" title=":shrug:" alt="🤷" /></p>
]]></description><link>https://forum.cloudron.io/post/99613</link><guid isPermaLink="true">https://forum.cloudron.io/post/99613</guid><dc:creator><![CDATA[avatar1024]]></dc:creator><pubDate>Thu, 09 Jan 2025 11:02:31 GMT</pubDate></item><item><title><![CDATA[Reply to Gmail - ipv6. Anyone else with this experience? on Thu, 09 Jan 2025 08:46:14 GMT]]></title><description><![CDATA[<p dir="auto">You don't have to configure anything in Cloudron as such. The PTR setup is completely in your VPS provider. Set it to the mail server name (just like IPv4). I have added the IPv6 RDNS check now for next release.</p>
]]></description><link>https://forum.cloudron.io/post/99583</link><guid isPermaLink="true">https://forum.cloudron.io/post/99583</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 09 Jan 2025 08:46:14 GMT</pubDate></item><item><title><![CDATA[Reply to Gmail - ipv6. Anyone else with this experience? on Wed, 08 Jan 2025 19:10:17 GMT]]></title><description><![CDATA[<p dir="auto">I've also hit this on three of my servers! I've set-up the PTR record for the IPv6 (hopefully correctly) and waiting for it to propagate...let's hope it works.</p>
]]></description><link>https://forum.cloudron.io/post/99563</link><guid isPermaLink="true">https://forum.cloudron.io/post/99563</guid><dc:creator><![CDATA[avatar1024]]></dc:creator><pubDate>Wed, 08 Jan 2025 19:10:17 GMT</pubDate></item><item><title><![CDATA[Reply to Gmail - ipv6. Anyone else with this experience? on Wed, 08 Jan 2025 10:13:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/luckow" aria-label="Profile: luckow">@<bdi>luckow</bdi></a> I've been having similar issues. After the latest cloudron update and me manually setting the PTR record for both, the correct and incorrect IPv6 seems to have fixed it.</p>
]]></description><link>https://forum.cloudron.io/post/99535</link><guid isPermaLink="true">https://forum.cloudron.io/post/99535</guid><dc:creator><![CDATA[andreasdueren]]></dc:creator><pubDate>Wed, 08 Jan 2025 10:13:34 GMT</pubDate></item><item><title><![CDATA[Reply to Gmail - ipv6. Anyone else with this experience? on Tue, 07 Jan 2025 21:38:15 GMT]]></title><description><![CDATA[<p dir="auto">The PTR records of IPv6 and IPv4 are set separately. Cloudron only check for IPv4 (in the status tab). I have a TODO to check the IPv6 PTR record as well . Will do it next release!</p>
]]></description><link>https://forum.cloudron.io/post/99503</link><guid isPermaLink="true">https://forum.cloudron.io/post/99503</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Tue, 07 Jan 2025 21:38:15 GMT</pubDate></item></channel></rss>