<?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[Automated server reboot]]></title><description><![CDATA[<p dir="auto">As a follow up for a previously discussed <a href="https://forum.cloudron.io/topic/2677/ability-to-schedule-restart-reboots-updates/11?_=1634531602646">feature request</a> - I would like to have an option to automatically reboot the server at the updates time window.</p>
<p dir="auto">At the meantime, I guess a simple shell script at cron will do the trick:</p>
<pre><code>if test -f /var/run/reboot-required; then
    shutdown -r now
fi
</code></pre>
<p dir="auto">If that looks right, there is one more thing that I would like to add to the script (and automated reboot procedure as well) - it's e-mail notification that the server is going to be rebooted and, ideally, that it came back on-line - could you please, assist me with simple command line, that will work inside of the server and send e-mail to the admin using configured e-mail?</p>
<p dir="auto">Thanks in advance?</p>
]]></description><link>https://forum.cloudron.io/topic/5841/automated-server-reboot</link><generator>RSS for Node</generator><lastBuildDate>Tue, 09 Jun 2026 00:08:09 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/5841.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 18 Oct 2021 04:39:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Automated server reboot on Mon, 23 Feb 2026 13:10:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/inibudi" aria-label="Profile: inibudi">@<bdi>inibudi</bdi></a> , it is; but I've optimized it down to a single crontab entry:</p>
<pre><code class="language-bash">crontab -l
48 2 * * * /bin/sh -c '[ -f /var/run/reboot-required ] &amp;&amp; sudo shutdown -r now'
</code></pre>
]]></description><link>https://forum.cloudron.io/post/120616</link><guid isPermaLink="true">https://forum.cloudron.io/post/120616</guid><dc:creator><![CDATA[potemkin_ai]]></dc:creator><pubDate>Mon, 23 Feb 2026 13:10:29 GMT</pubDate></item><item><title><![CDATA[Reply to Automated server reboot on Sat, 14 Feb 2026 05:06:35 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> , maybe this is a good feature for 9.1?</p>
]]></description><link>https://forum.cloudron.io/post/120194</link><guid isPermaLink="true">https://forum.cloudron.io/post/120194</guid><dc:creator><![CDATA[d19dotca]]></dc:creator><pubDate>Sat, 14 Feb 2026 05:06:35 GMT</pubDate></item><item><title><![CDATA[Reply to Automated server reboot on Fri, 13 Feb 2026 12:18:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/potemkin_ai" aria-label="Profile: potemkin_ai">@<bdi>potemkin_ai</bdi></a> is the script still relevant on the latest version of Cloudron?</p>
]]></description><link>https://forum.cloudron.io/post/120126</link><guid isPermaLink="true">https://forum.cloudron.io/post/120126</guid><dc:creator><![CDATA[IniBudi]]></dc:creator><pubDate>Fri, 13 Feb 2026 12:18:26 GMT</pubDate></item><item><title><![CDATA[Reply to Automated server reboot on Wed, 10 Nov 2021 06:36:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/potemkin_ai" aria-label="Profile: potemkin_ai">@<bdi>potemkin_ai</bdi></a> Thanks!</p>
]]></description><link>https://forum.cloudron.io/post/39026</link><guid isPermaLink="true">https://forum.cloudron.io/post/39026</guid><dc:creator><![CDATA[necrevistonnezr]]></dc:creator><pubDate>Wed, 10 Nov 2021 06:36:04 GMT</pubDate></item><item><title><![CDATA[Reply to Automated server reboot on Wed, 10 Nov 2021 04:05:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/necrevistonnezr" aria-label="Profile: necrevistonnezr">@<bdi>necrevistonnezr</bdi></a> sure, scripted and published:</p>
<ul>
<li><a href="https://github.com/Potemkin-Co/quickies/blob/main/reboot_ubuntu_if_required.sh" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/Potemkin-Co/quickies/blob/main/reboot_ubuntu_if_required.sh</a> - do the server reboot, if it was requested by anything earlier, calls mail script before the reboot</li>
<li><a href="https://github.com/Potemkin-Co/quickies/blob/main/send_mail_with_cloudron.sh" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/Potemkin-Co/quickies/blob/main/send_mail_with_cloudron.sh</a> sends an e-mail</li>
</ul>
<p dir="auto">Be sure to change your e-mail and path to the mail script at the first script.</p>
]]></description><link>https://forum.cloudron.io/post/39024</link><guid isPermaLink="true">https://forum.cloudron.io/post/39024</guid><dc:creator><![CDATA[potemkin_ai]]></dc:creator><pubDate>Wed, 10 Nov 2021 04:05:27 GMT</pubDate></item><item><title><![CDATA[Reply to Automated server reboot on Tue, 02 Nov 2021 06:05:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/potemkin_ai" aria-label="Profile: potemkin_ai">@<bdi>potemkin_ai</bdi></a> said in <a href="/post/38676">Automated server reboot</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fbartels" aria-label="Profile: fbartels">@<bdi>fbartels</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> , got it working now - thank you very much!!</p>
</blockquote>
<p dir="auto">Can you share your full script? Thanks!</p>
]]></description><link>https://forum.cloudron.io/post/38682</link><guid isPermaLink="true">https://forum.cloudron.io/post/38682</guid><dc:creator><![CDATA[necrevistonnezr]]></dc:creator><pubDate>Tue, 02 Nov 2021 06:05:32 GMT</pubDate></item><item><title><![CDATA[Reply to Automated server reboot on Mon, 01 Nov 2021 19:27:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fbartels" aria-label="Profile: fbartels">@<bdi>fbartels</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> , got it working now - thank you very much!!</p>
]]></description><link>https://forum.cloudron.io/post/38676</link><guid isPermaLink="true">https://forum.cloudron.io/post/38676</guid><dc:creator><![CDATA[potemkin_ai]]></dc:creator><pubDate>Mon, 01 Nov 2021 19:27:57 GMT</pubDate></item><item><title><![CDATA[Reply to Automated server reboot on Sat, 30 Oct 2021 11:45:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/potemkin_ai" aria-label="Profile: potemkin_ai">@<bdi>potemkin_ai</bdi></a> said in <a href="/post/38580">Automated server reboot</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fbartels" aria-label="Profile: fbartels">@<bdi>fbartels</bdi></a> does this command actually deliver an e-mail to <a href="mailto:test@9wd.eu" target="_blank" rel="noopener noreferrer nofollow ugc">test@9wd.eu</a>?</p>
</blockquote>
<p dir="auto">Yes, just like Girish said, you only need to make sure that your from (the <code>-f</code> parameter) and the login user (the <code>-au</code> parameter) match your main cloudron domain. The <code>-t</code> is the parameter for the recipient, this can be on the cloudron system or another mailbox.</p>
]]></description><link>https://forum.cloudron.io/post/38616</link><guid isPermaLink="true">https://forum.cloudron.io/post/38616</guid><dc:creator><![CDATA[fbartels]]></dc:creator><pubDate>Sat, 30 Oct 2021 11:45:45 GMT</pubDate></item><item><title><![CDATA[Reply to Automated server reboot on Fri, 29 Oct 2021 15:58:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/potemkin_ai" aria-label="Profile: potemkin_ai">@<bdi>potemkin_ai</bdi></a> the <code>no-reply@cloudron.space</code> in the swaks command is not correct. you have to replace this with <code>no-reply@yourdashboarddomain.com</code> (in 2 places in the command line)</p>
]]></description><link>https://forum.cloudron.io/post/38583</link><guid isPermaLink="true">https://forum.cloudron.io/post/38583</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Fri, 29 Oct 2021 15:58:20 GMT</pubDate></item><item><title><![CDATA[Reply to Automated server reboot on Fri, 29 Oct 2021 14:27:52 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> sure, here it is:</p>
<pre><code>root@anabelle:~# docker inspect --format '{{ .Config.Env }}' mail | tr ' ' '\n' | grep CLOUDRON_RELAY_TOKEN
CLOUDRON_RELAY_TOKEN=818e705168cd0605a63ee69228bdcdec7def1d170054c14281f27c3b986486adcdd447bf161f1f6b4eb858037abc19558cf8877bc1603c4a152db20c94aa9dd7eabb68a9da950b8e54684fcb75a531c808254c0a60165f20a825170b24b1b06bb833955750412d769257a3607cc5637e40dca57402be4ef67a1d4f91df329c22
root@anabelle:~# echo "818e705168cd0605a63ee69228bdcdec7def1d170054c14281f27c3b986486adcdd447bf161f1f6b4eb858037abc19558cf8877bc1603c4a152db20c94aa9dd7eabb68a9da950b8e54684fcb75a531c808254c0a60165f20a825170b24b1b06bb833955750412d769257a3607cc5637e40dca57402be4ef67a1d4f91df329c22" | wc -c
257
root@anabelle:~# docker inspect --format '{{ .NetworkSettings.Networks.cloudron.IPAddress }}' mail
172.18.0.5

root@anabelle:~# swaks -s 172.18.0.5 -p 2525 --au no-reply@cloudron.space --ap "818e705168cd0605a63ee69228bdcdec7def1d170054c14281f27c3b986486adcdd447bf161f1f6b4eb858037abc19558cf8877bc1603c4a152db20c94aa9dd7eabb68a9da950b8e54684fcb75a531c808254c0a60165f20a825170b24b1b06bb833955750412d769257a3607cc5637e40dca57402be4ef67a1d4f91df329c22" -f no-reply@cloudron.space -t 'mypersonal@email.com' --h-Subject "Test mail"
=== Trying 172.18.0.5:2525...
=== Connected to 172.18.0.5.
&lt;-  220 my.serveddomain.com ESMTP Haraka/2.8.27 ready
 -&gt; EHLO localhost
&lt;-  250-my.serveddomain.com Hello [172.18.0.1]Haraka is at your service.
&lt;-  250-PIPELINING
&lt;-  250-8BITMIME
&lt;-  250-SMTPUTF8
&lt;-  250-SIZE 26214400
&lt;-  250 AUTH LOGIN PLAIN
 -&gt; AUTH LOGIN
&lt;-  334 VXNlcm5hbWU6
 -&gt; bm8tcmVwbHlAY2xvdWRyb24uc3BhY2U=
&lt;-  334 UGFzc3dvcmQ6
 -&gt; ODE4ZTcwNTE2OGNkYTYwMTY1ZjIwYTgyNTE3MGIyM2IxYjA2YmI4MzM5NTU3NTA0MTQwMmJlNGVmNjdhMWQ0ZjkxZGYyZDc2OTI1N2EzNjA3Y2M1NjM3ZTQwZGNhNTc4YmRjZGVjN2RlZjFkMTcwMDUyMjU1OGNmODg3N2JjMTYwMmM0YTE1MmNiMjljOTRhYTlkZDdlYTRjMTQyODFmMjdjM2I5ODY0ODZhZDA2MDVhNjNlZTY5YmI2OGE5ZGE5NTBiOGU1NDU4NGVjYjc1YTUzMGM4MDgyNTRjMGNkZDQ0N2JmMTYxZjFmNmI0ZWI4NTgwMzdhYmMxODMyOWMyMg==
&lt;** 535 5.7.8 Authentication failed
 -&gt; AUTH PLAIN AG5vLXJlcGx5QGNsb3Vkcm9uLnNwYWNlADgxOGU3MDUxNjhjZGE2MDE2NWYyMGE4MjUxNzBiMjNiMWIwNmJiODMzOTU1NzUwNDE0MDJiZTRlZjY3YTFkNGY5MWRmMmQ3NjkyNTdhMzYwN2NjNTYzN2U0MGRjYTU3OGJkY2RlYzdkZWYxZDE3MDA1MjI1NThjZjg4NzdiYzE2MDJjNGExNTJjYjI5Yzk0YWE5ZGQ3ZWE0YzE0MjgxZjI3YzNiOTg2NDg2YWQwNjA1YTYzZWU2OWJiNjhhOWRhOTUwYjhlNTQ1ODRlY2I3NWE1MzBjODA4MjU0YzBjZGQ0NDdiZjE2MWYxZjZiNGViODU4MDM3YWJjMTgzMjljMjI=
&lt;** 535 5.7.8 Authentication failed
*** No authentication type succeeded
 -&gt; QUIT
&lt;-  221 my.serveddomain.com closing connection. Have a jolly good day.
=== Connection closed with remote host.
</code></pre>
]]></description><link>https://forum.cloudron.io/post/38581</link><guid isPermaLink="true">https://forum.cloudron.io/post/38581</guid><dc:creator><![CDATA[potemkin_ai]]></dc:creator><pubDate>Fri, 29 Oct 2021 14:27:52 GMT</pubDate></item><item><title><![CDATA[Reply to Automated server reboot on Fri, 29 Oct 2021 14:20:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fbartels" aria-label="Profile: fbartels">@<bdi>fbartels</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> something is wrong here..</p>
<blockquote>
<p dir="auto">Note that it has to be <a href="mailto:no-reply@yourdomain.com" target="_blank" rel="noopener noreferrer nofollow ugc">no-reply@yourdomain.com</a> for both the --au argument and the -f argument.</p>
</blockquote>
<blockquote>
<p dir="auto">--au <a href="mailto:no-reply@9wd.eu" target="_blank" rel="noopener noreferrer nofollow ugc">no-reply@9wd.eu</a>  ... -f <a href="mailto:no-reply@9wd.eu" target="_blank" rel="noopener noreferrer nofollow ugc">no-reply@9wd.eu</a></p>
</blockquote>
<p dir="auto">those two contradicts to each other...</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fbartels" aria-label="Profile: fbartels">@<bdi>fbartels</bdi></a> does this command actually deliver an e-mail to <a href="mailto:test@9wd.eu" target="_blank" rel="noopener noreferrer nofollow ugc">test@9wd.eu</a>?</p>
]]></description><link>https://forum.cloudron.io/post/38580</link><guid isPermaLink="true">https://forum.cloudron.io/post/38580</guid><dc:creator><![CDATA[potemkin_ai]]></dc:creator><pubDate>Fri, 29 Oct 2021 14:20:12 GMT</pubDate></item><item><title><![CDATA[Reply to Automated server reboot on Fri, 29 Oct 2021 08:59:03 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 can confirm that the following works for me:</p>
<pre><code>swaks -s `docker inspect --format '{{ .NetworkSettings.Networks.cloudron.IPAddress }}' mail` -p 2525 --au no-reply@9wd.eu --ap `docker inspect --format '{{ .Config.Env }}' mail | tr ' ' '\n' | grep CLOUDRON_RELAY_TOKEN | sed 's/^.*=//'` -f no-reply@9wd.eu -t 'test@9wd.eu' --h-Subject "Test mail"
</code></pre>
]]></description><link>https://forum.cloudron.io/post/38564</link><guid isPermaLink="true">https://forum.cloudron.io/post/38564</guid><dc:creator><![CDATA[fbartels]]></dc:creator><pubDate>Fri, 29 Oct 2021 08:59:03 GMT</pubDate></item><item><title><![CDATA[Reply to Automated server reboot on Thu, 28 Oct 2021 17:53:20 GMT]]></title><description><![CDATA[<p dir="auto">Also, maybe someone else can try the above too <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="🙂" /> Just to be sure I am not missing something obvious.</p>
]]></description><link>https://forum.cloudron.io/post/38549</link><guid isPermaLink="true">https://forum.cloudron.io/post/38549</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 28 Oct 2021 17:53:20 GMT</pubDate></item><item><title><![CDATA[Reply to Automated server reboot on Thu, 28 Oct 2021 17:52:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/potemkin_ai" aria-label="Profile: potemkin_ai">@<bdi>potemkin_ai</bdi></a> We can try it step by step:</p>
<pre><code>docker inspect --format '{{ .Config.Env }}' mail | tr ' ' '\n' | grep CLOUDRON_RELAY_TOKEN
CLOUDRON_RELAY_TOKEN=71df0df31cb3512bfe8fad02561cda813c6db4f94d2cb7137bbc162e9c1775058887606e5c37b8013df08498e3c609f52f1147cbb5a9ad96b7f4c5e848a235c44569510c37ab25eaaa67d50641481843cad93c7221893a869e34411d3e8edf6f55e3b7d8fa3ab1ce7632e0fd3bf65a8050549fe4d43d50e3ddb1c2c6b0eaca0d
root@upgrade-test:~# echo "71df0df31cb3512bfe8fad02561cda813c6db4f94d2cb7137bbc162e9c1775058887606e5c37b8013df08498e3c609f52f1147cbb5a9ad96b7f4c5e848a235c44569510c37ab25eaaa67d50641481843cad93c7221893a869e34411d3e8edf6f55e3b7d8fa3ab1ce7632e0fd3bf65a8050549fe4d43d50e3ddb1c2c6b0eaca0d" | wc -c
257
</code></pre>
<p dir="auto">So, mine is also 257 characters long.</p>
<pre><code># docker inspect --format '{{ .NetworkSettings.Networks.cloudron.IPAddress }}' mail
172.18.0.3
</code></pre>
<p dir="auto">The final command:</p>
<pre><code># swaks -s 172.18.0.3 -p 2525 --au no-reply@cloudron.space --ap "71df0df31cb3512bfe8fad02561cda813c6db4f94d2cb7137bbc162e9c1775058887606e5c37b8013df08498e3c609f52f1147cbb5a9ad96b7f4c5e848a235c44569510c37ab25eaaa67d50641481843cad93c7221893a869e34411d3e8edf6f55e3b7d8fa3ab1ce7632e0fd3bf65a8050549fe4d43d50e3ddb1c2c6b0eaca0d" -f no-reply@cloudron.space -t 'test@cloudron.io' --h-Subject "Test mail"
</code></pre>
<p dir="auto">Can you paste your entire sequence like above? Note that it <em>has</em> to be <code>no-reply@yourdomain.com</code> for both the --au argument and the -f argument.</p>
]]></description><link>https://forum.cloudron.io/post/38548</link><guid isPermaLink="true">https://forum.cloudron.io/post/38548</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 28 Oct 2021 17:52:38 GMT</pubDate></item><item><title><![CDATA[Reply to Automated server reboot on Thu, 28 Oct 2021 07:57:53 GMT]]></title><description><![CDATA[<p dir="auto">@humptydumpty thank you, but my server is already monitored - both from inside (with the monitoring agent) and from the outside (via http ping), so my only task now, it’s to ensure I can drop an e-mail notification to myself, so that if my monitoring shows that the server is not available, I can see an e-mail next to the monitoring saying, that the server was going to reboot itself, which will help me to understand and fix that in no time, instead of guessing what could went wrong.</p>
]]></description><link>https://forum.cloudron.io/post/38526</link><guid isPermaLink="true">https://forum.cloudron.io/post/38526</guid><dc:creator><![CDATA[potemkin_ai]]></dc:creator><pubDate>Thu, 28 Oct 2021 07:57:53 GMT</pubDate></item><item><title><![CDATA[Reply to Automated server reboot on Wed, 27 Oct 2021 21:08:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/potemkin_ai" aria-label="Profile: potemkin_ai">@<bdi>potemkin_ai</bdi></a> said in <a href="/post/38478">Automated server reboot</a>:</p>
<blockquote>
<p dir="auto">I probably could, but what's the point?</p>
</blockquote>
<p dir="auto">It's two birds with one stone. You end up having app/site monitoring too but I'm not against your method. I'm just suggesting alternatives for consideration.</p>
]]></description><link>https://forum.cloudron.io/post/38510</link><guid isPermaLink="true">https://forum.cloudron.io/post/38510</guid><dc:creator><![CDATA[humpty]]></dc:creator><pubDate>Wed, 27 Oct 2021 21:08:15 GMT</pubDate></item><item><title><![CDATA[Reply to Automated server reboot on Wed, 27 Oct 2021 17:41:30 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> right... why doesn't mine working then?</p>
]]></description><link>https://forum.cloudron.io/post/38489</link><guid isPermaLink="true">https://forum.cloudron.io/post/38489</guid><dc:creator><![CDATA[potemkin_ai]]></dc:creator><pubDate>Wed, 27 Oct 2021 17:41:30 GMT</pubDate></item><item><title><![CDATA[Reply to Automated server reboot on Wed, 27 Oct 2021 16:32:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/potemkin_ai" aria-label="Profile: potemkin_ai">@<bdi>potemkin_ai</bdi></a> the long token is fine, i had just pruned it for pasting here.</p>
]]></description><link>https://forum.cloudron.io/post/38485</link><guid isPermaLink="true">https://forum.cloudron.io/post/38485</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 27 Oct 2021 16:32:39 GMT</pubDate></item><item><title><![CDATA[Reply to Automated server reboot on Wed, 27 Oct 2021 14:20:22 GMT]]></title><description><![CDATA[<p dir="auto">@humptydumpty I probably could, but what's the point?<br />
There is a working solution from Cloudron, we just need to figure out where exactly it's failing.</p>
]]></description><link>https://forum.cloudron.io/post/38478</link><guid isPermaLink="true">https://forum.cloudron.io/post/38478</guid><dc:creator><![CDATA[potemkin_ai]]></dc:creator><pubDate>Wed, 27 Oct 2021 14:20:22 GMT</pubDate></item><item><title><![CDATA[Reply to Automated server reboot on Wed, 27 Oct 2021 13:34:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/potemkin_ai" aria-label="Profile: potemkin_ai">@<bdi>potemkin_ai</bdi></a>  Can't you use something like "Uptime Kuma" to monitor site status instead?</p>
<p dir="auto">It has "Notifications via Webhook, Telegram, Discord and email (SMTP)" so it should work for your use-case.</p>
]]></description><link>https://forum.cloudron.io/post/38476</link><guid isPermaLink="true">https://forum.cloudron.io/post/38476</guid><dc:creator><![CDATA[humpty]]></dc:creator><pubDate>Wed, 27 Oct 2021 13:34:46 GMT</pubDate></item><item><title><![CDATA[Reply to Automated server reboot on Wed, 27 Oct 2021 12:58:04 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> thank you - tried that, but authentification is still failing at 334 step.</p>
<p dir="auto">My primary concern remains token, because mine is muuuuch longer than yours (hope it sounds right in the context of token comparison....), and authentication is failing right after mail service gets it.</p>
<p dir="auto">Any way to troubleshoot that?</p>
]]></description><link>https://forum.cloudron.io/post/38473</link><guid isPermaLink="true">https://forum.cloudron.io/post/38473</guid><dc:creator><![CDATA[potemkin_ai]]></dc:creator><pubDate>Wed, 27 Oct 2021 12:58:04 GMT</pubDate></item><item><title><![CDATA[Reply to Automated server reboot on Fri, 22 Oct 2021 19:05:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/potemkin_ai" aria-label="Profile: potemkin_ai">@<bdi>potemkin_ai</bdi></a> command below works for me. One thing is the <code>no-reply@mydomain.com</code> is important! You cannot change the mailbox name. The mail server does not allow sending emails as any other name for security from localhost.</p>
<pre><code># swaks -s `docker inspect --format '{{ .NetworkSettings.Networks.cloudron.IPAddress }}' mail` -p 2525 --au no-reply@cloudron.space --ap `docker inspect --format '{{ .Config.Env }}' mail | tr ' ' '\n' | grep CLOUDRON_RELAY_TOKEN | sed 's/^.*=//'` -f no-reply@cloudron.space -t 'test@cloudron.io' --h-Subject "Test mail"
=== Trying 172.18.0.3:2525...
=== Connected to 172.18.0.3.
&lt;-  220 my.cloudron.space ESMTP Haraka/2.8.28 ready
 -&gt; EHLO upgrade-test
&lt;-  250-my.cloudron.space Hello [172.18.0.1]Haraka is at your service.
&lt;-  250-PIPELINING
&lt;-  250-8BITMIME
&lt;-  250-SMTPUTF8
&lt;-  250-SIZE 26214400
&lt;-  250 AUTH LOGIN PLAIN
 -&gt; AUTH LOGIN
&lt;-  334 VXNlcm5hbWU6
 -&gt; bm8tcmVwbHlAY2xvdWRyb24uc3BhY2U=
&lt;-  334 UGFzc3dvcmQ6
 -&gt; OWZmOGU4MWI4NTJmNjMxOWVlNWI4NjM0NDQ1ZDE1ZTliYTI5ZWY3NjE5N2UwZWE0MmM5OGJlMTI0ZjQ4NjFhM2EzZmEyNDQ2Yzk2MzVmODYzMDNiNTUwNjRiMDRjOGYwNjc1M2U3NjIxZGJhOGFmZGY1YWJlODUyYmVmMTVmZWVjNmFiOTVjYmE1MDJhNGY5OGZiMjBjMWZiZDA3YjBlMDFjOTBhOTE4NTRhOGY4ZDNhYWI2ZmYyMGJkMjUzZjY1NDAwNmE0YmRjZGVhMmM2ZGYzYTY0YjcxMWRjZmQxODE5Y2FiZDJhMmMyMTY2YTJhYmE5MjA4NGNjNDhmN2E1ZQ==
&lt;-  235 2.7.0 Authentication successful
 -&gt; MAIL FROM:&lt;no-reply@cloudron.space&gt;
&lt;-  250 sender &lt;no-reply@cloudron.space&gt; OK
 -&gt; RCPT TO:&lt;test@cloudron.io&gt;
&lt;-  250 recipient &lt;test@cloudron.io&gt; OK
 -&gt; DATA
&lt;-  354 go ahead, make my day
 -&gt; Date: Fri, 22 Oct 2021 18:59:51 +0000
 -&gt; To: test@cloudron.io
 -&gt; From: no-reply@cloudron.space
 -&gt; Subject: Test mail
 -&gt; Message-Id: &lt;20211022185951.169923@upgrade-test&gt;
 -&gt; X-Mailer: swaks v20190914.0 jetmore.org/john/code/swaks/
 -&gt; 
 -&gt; This is a test mailing
 -&gt; 
 -&gt; 
 -&gt; .
&lt;-  250 Message Queued (0741EB98-48BA-4A23-AB22-FB67C176AF7B.1)
 -&gt; QUIT
&lt;-  221 my.cloudron.space closing connection. Have a jolly good day.
=== Connection closed with remote host.
</code></pre>
]]></description><link>https://forum.cloudron.io/post/38271</link><guid isPermaLink="true">https://forum.cloudron.io/post/38271</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Fri, 22 Oct 2021 19:05:05 GMT</pubDate></item><item><title><![CDATA[Reply to Automated server reboot on Fri, 22 Oct 2021 05:59:03 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> thank you.</p>
<p dir="auto">I re-did all the steps manually as per your original message and got the same error.</p>
<p dir="auto">The only major difference between your and my setup - it's token length - it's 257 characters long in my case.</p>
<p dir="auto">Any clue?</p>
]]></description><link>https://forum.cloudron.io/post/38244</link><guid isPermaLink="true">https://forum.cloudron.io/post/38244</guid><dc:creator><![CDATA[potemkin_ai]]></dc:creator><pubDate>Fri, 22 Oct 2021 05:59:03 GMT</pubDate></item><item><title><![CDATA[Reply to Automated server reboot on Fri, 22 Oct 2021 05:55:44 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> got it, makes sense, but from what I see it requires extra configuration anyway and most probably won't be available out of the box, so an automatic reboot would be of great help; especially for the next two years while 18.04LTS is supported</p>
]]></description><link>https://forum.cloudron.io/post/38243</link><guid isPermaLink="true">https://forum.cloudron.io/post/38243</guid><dc:creator><![CDATA[potemkin_ai]]></dc:creator><pubDate>Fri, 22 Oct 2021 05:55:44 GMT</pubDate></item></channel></rss>