<?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[Unable to access mailbox list]]></title><description><![CDATA[<p dir="auto">I've been trying to add an email address, but from the control panel, when I go to the Email menu, I can't edit any of the email settings for any of my associated domains. I can see all eight domains, and I can send a test message from any of them, but clicking the pencil icon to edit them just sends me to a page with a spinning ring that never resolves.</p>
<p dir="auto">Anyone have advice on how to fix this problem?</p>
<p dir="auto">(Yes, I've already tried rebooting the Cloudron server.)</p>
]]></description><link>https://forum.cloudron.io/topic/5135/unable-to-access-mailbox-list</link><generator>RSS for Node</generator><lastBuildDate>Sun, 07 Jun 2026 05:06:14 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/5135.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 27 May 2021 01:50:41 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Unable to access mailbox list on Tue, 20 Jul 2021 00:04:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jegillikin-0" aria-label="Profile: jegillikin-0">@<bdi>jegillikin-0</bdi></a> mm, that shouldn't be the reason. But something for me to ask future users who hit the same problem.</p>
]]></description><link>https://forum.cloudron.io/post/34106</link><guid isPermaLink="true">https://forum.cloudron.io/post/34106</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Tue, 20 Jul 2021 00:04:50 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to access mailbox list on Fri, 16 Jul 2021 22:41:28 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> Come to think of it, I didn't try to delete it, but one of the domains is no longer active in DNS and I removed it entirely from Digital Ocean, but I never bothered to remove it from Cloudron. So I suppose the API is calling nothing. Would that make a difference?</p>
]]></description><link>https://forum.cloudron.io/post/34017</link><guid isPermaLink="true">https://forum.cloudron.io/post/34017</guid><dc:creator><![CDATA[jegillikin 0]]></dc:creator><pubDate>Fri, 16 Jul 2021 22:41:28 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to access mailbox list on Wed, 07 Jul 2021 15:55:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a> said in <a href="/post/33512">Unable to access mailbox list</a>:</p>
<blockquote>
<p dir="auto">Not sure how this could have happened.</p>
</blockquote>
<p dir="auto">This used to happen in some old releases which tried to remove a domain without a database transaction. <a class="plugin-mentions-user plugin-mentions-a" href="/user/jegillikin-0" aria-label="Profile: jegillikin-0">@<bdi>jegillikin-0</bdi></a> Do you happen to remember if you tried to delete this domain by any chance (which would have failed partially but not have given you correct feedback?)?</p>
]]></description><link>https://forum.cloudron.io/post/33517</link><guid isPermaLink="true">https://forum.cloudron.io/post/33517</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 07 Jul 2021 15:55:41 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to access mailbox list on Wed, 07 Jul 2021 14:31:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a></p>
<p dir="auto">Many thanks for the prompt assist -- all is now well in the world. <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=74f512c8ff7" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
]]></description><link>https://forum.cloudron.io/post/33513</link><guid isPermaLink="true">https://forum.cloudron.io/post/33513</guid><dc:creator><![CDATA[jegillikin 0]]></dc:creator><pubDate>Wed, 07 Jul 2021 14:31:53 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to access mailbox list on Wed, 07 Jul 2021 14:11:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jegillikin-0" aria-label="Profile: jegillikin-0">@<bdi>jegillikin-0</bdi></a> thanks, I am updating this thread then so others can see the details.</p>
<p dir="auto">The root cause is that this domain has not entry in the <code>mail</code> config database table for some unknown reason. Not sure how this could have happened.</p>
<p dir="auto">In either case, I've manually added that db record with:</p>
<pre><code>mysql -uroot -ppassword box -e "INSERT INTO mail (domain, enabled, mailFromValidation, catchAllJson, relayJson, dkimSelector, bannerJson) VALUES ('example.com', 0, 0, NULL, NULL, 'cloudron', NULL);"
</code></pre>
<p dir="auto">and things are working now as expected. I will see how to ensure the dashboard does not break entirely when this happens.</p>
]]></description><link>https://forum.cloudron.io/post/33512</link><guid isPermaLink="true">https://forum.cloudron.io/post/33512</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Wed, 07 Jul 2021 14:11:16 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to access mailbox list on Wed, 07 Jul 2021 13:43:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a> Sure -- enabled, and email sent. Thanks!</p>
]]></description><link>https://forum.cloudron.io/post/33511</link><guid isPermaLink="true">https://forum.cloudron.io/post/33511</guid><dc:creator><![CDATA[jegillikin 0]]></dc:creator><pubDate>Wed, 07 Jul 2021 13:43:54 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to access mailbox list on Wed, 07 Jul 2021 13:36:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jegillikin-0" aria-label="Profile: jegillikin-0">@<bdi>jegillikin-0</bdi></a> can you maybe enable remote SSH support for us and send us a mail to <a href="mailto:support@cloudron.io" target="_blank" rel="noopener noreferrer nofollow ugc">support@cloudron.io</a> so I can take a direct look at this? Generally this should not fail regardless if mail is enabled or not.</p>
]]></description><link>https://forum.cloudron.io/post/33510</link><guid isPermaLink="true">https://forum.cloudron.io/post/33510</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Wed, 07 Jul 2021 13:36:47 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to access mailbox list on Wed, 07 Jul 2021 13:36:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scooke" aria-label="Profile: scooke">@<bdi>scooke</bdi></a> Thanks for the thoughts!</p>
<ol>
<li>No IDNs.</li>
<li>Yeah, it worked as recently as six months or so ago, which was the last time I adjusted email stuff. Then I went in around when I opened this thread and ... nothing. And still nothing, after some time elapsed and upgrades/reboots.</li>
<li>Nothing much different between InPrivate and normal browsing, nor when I disable anti-tracking plugins and allow third-party cookies on the dashboard's domain.</li>
</ol>
<p dir="auto">I'm wondering, based on those 404s, whether I need to re-provision the API key into Digital Ocean for one of those domains. Hmm.</p>
]]></description><link>https://forum.cloudron.io/post/33509</link><guid isPermaLink="true">https://forum.cloudron.io/post/33509</guid><dc:creator><![CDATA[jegillikin 0]]></dc:creator><pubDate>Wed, 07 Jul 2021 13:36:40 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to access mailbox list on Wed, 07 Jul 2021 13:31:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a><br />
Here's what I see with devtools active:<br />
<img src="/assets/uploads/files/1625664490966-bd642728-7e31-4dc8-bce7-3fbcc486af7d-image.png" alt="bd642728-7e31-4dc8-bce7-3fbcc486af7d-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">The domain <a href="http://jegillikin.com" target="_blank" rel="noopener noreferrer nofollow ugc">jegillikin.com</a> does NOT have mail configured, by design -- I use Microsoft 365 for email services. It's focused on that domain even when I click the pencil icon for a different domain.</p>
<p dir="auto">I'm currently on 6.3.4 on Ubuntu 18.04.4 LTS, and my subscription is active.</p>
]]></description><link>https://forum.cloudron.io/post/33508</link><guid isPermaLink="true">https://forum.cloudron.io/post/33508</guid><dc:creator><![CDATA[jegillikin 0]]></dc:creator><pubDate>Wed, 07 Jul 2021 13:31:49 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to access mailbox list on Tue, 06 Jul 2021 17:20:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jegillikin-0" aria-label="Profile: jegillikin-0">@<bdi>jegillikin-0</bdi></a> Which version of Cloudron are you on? I remember there was a similar bug in the past but that was a while ago. The latest version is 6.3.4.</p>
]]></description><link>https://forum.cloudron.io/post/33463</link><guid isPermaLink="true">https://forum.cloudron.io/post/33463</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Tue, 06 Jul 2021 17:20:59 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to access mailbox list on Tue, 06 Jul 2021 14:01:10 GMT]]></title><description><![CDATA[<p dir="auto">Are you using any IDN domains? Perhaps it's getting stuck on something like that.</p>
<p dir="auto">Did this work before, and now isn't? When did it stop working? do you recall if it was after adding a certain domain, or a certain email address?</p>
<p dir="auto">You've tried different browsers... have you tried Incognito mode (that's what it is called on Chrome)? I've been able to narrow down problems by checking things out in Incognito mode (but that means you need to have the cloudron login password ready as it won't automatically log you in!).</p>
<p dir="auto">Finally, having the web browsers Developers Tools window open while you are checking things out in both Incognito and regular mode can reveal some error messages that Cloudron's logs might not show.</p>
]]></description><link>https://forum.cloudron.io/post/33451</link><guid isPermaLink="true">https://forum.cloudron.io/post/33451</guid><dc:creator><![CDATA[scooke]]></dc:creator><pubDate>Tue, 06 Jul 2021 14:01:10 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to access mailbox list on Tue, 06 Jul 2021 13:20:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jegillikin-0" aria-label="Profile: jegillikin-0">@<bdi>jegillikin-0</bdi></a> this probably is an issue then in the dashboard code, not so much in the backend maybe. If you open the browser devtools, and then refresh the page, do you see any javascript errors or such?</p>
]]></description><link>https://forum.cloudron.io/post/33448</link><guid isPermaLink="true">https://forum.cloudron.io/post/33448</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Tue, 06 Jul 2021 13:20:50 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to access mailbox list on Tue, 06 Jul 2021 03:35:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/d19dotca" aria-label="Profile: d19dotca">@<bdi>d19dotca</bdi></a> Neither Edge nor Chrome nor Firefox nor Opera ...</p>
<p dir="auto">It simply isn't working, and nothing in the logs explains why.</p>
]]></description><link>https://forum.cloudron.io/post/33439</link><guid isPermaLink="true">https://forum.cloudron.io/post/33439</guid><dc:creator><![CDATA[jegillikin 0]]></dc:creator><pubDate>Tue, 06 Jul 2021 03:35:38 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to access mailbox list on Tue, 06 Jul 2021 03:01:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jegillikin-0" aria-label="Profile: jegillikin-0">@<bdi>jegillikin-0</bdi></a> This may sound silly, but perhaps try in a new web browser or disable all the extensions and try again... I suggest this because it almost seems like there could be a security plugin for example (or any plugin really) that's interfering with the operation of that web page. Alternatively, perhaps looking at the logs for both the Cloudron server itself and the Mail service would be helpful, might point you in the right direction.</p>
]]></description><link>https://forum.cloudron.io/post/33438</link><guid isPermaLink="true">https://forum.cloudron.io/post/33438</guid><dc:creator><![CDATA[d19dotca]]></dc:creator><pubDate>Tue, 06 Jul 2021 03:01:56 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to access mailbox list on Tue, 06 Jul 2021 00:01:14 GMT]]></title><description><![CDATA[<p dir="auto">Gaah, sorry for the long-delayed follow up. I blame the ... oh, look, a squirrel. <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=74f512c8ff7" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
<p dir="auto">After server and Cloudron restarts, the problem persists. Email works just fine, and the email service is active and well within memory limits. I even tried a DNS resync, and a quick scan of the email logs does not suggest that anything is amiss. But when I access the Email option from the control panel menu -- regardless of the domain -- all I see is a spinning ring.</p>
<p dir="auto"><em>Step 1: Click the wrench of any domain:</em><br />
<img src="/assets/uploads/files/1625529402905-4zpr9nxuor.png" alt="4zPr9NXuoR.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><em>Step 2: Get the spinny donut:</em><br />
<img src="/assets/uploads/files/1625529451480-yd0pxi3nrf-resized.png" alt="yD0PxI3nrf.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">The grey- and red-dotted domains are doing what they should; one is expired and will eventually be deleted, and the other has no email service through the Cloudron instance. Everything else is green, and works -- no problems with sending and receiving. I just can't enable/disable email for a new domain or configure email on a per-domain basis.</p>
<p dir="auto">Any insight?</p>
]]></description><link>https://forum.cloudron.io/post/33436</link><guid isPermaLink="true">https://forum.cloudron.io/post/33436</guid><dc:creator><![CDATA[jegillikin 0]]></dc:creator><pubDate>Tue, 06 Jul 2021 00:01:14 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to access mailbox list on Thu, 27 May 2021 21:02:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jegillikin-0" aria-label="Profile: jegillikin-0">@<bdi>jegillikin-0</bdi></a></p>
<p dir="auto">What browser are you using, have you tried different ones and getting the same result?</p>
<p dir="auto">Andy</p>
]]></description><link>https://forum.cloudron.io/post/32027</link><guid isPermaLink="true">https://forum.cloudron.io/post/32027</guid><dc:creator><![CDATA[micmc]]></dc:creator><pubDate>Thu, 27 May 2021 21:02:22 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to access mailbox list on Thu, 27 May 2021 04:42:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jegillikin-0" aria-label="Profile: jegillikin-0">@<bdi>jegillikin-0</bdi></a> do you see any errors in the browser console? also, if you go to the Services view, do you see <code>mail</code> running?</p>
]]></description><link>https://forum.cloudron.io/post/31996</link><guid isPermaLink="true">https://forum.cloudron.io/post/31996</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 27 May 2021 04:42:24 GMT</pubDate></item></channel></rss>