<?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[Using the native mail server]]></title><description><![CDATA[<p dir="auto">Hello guys,</p>
<p dir="auto">I've been using Cloudron for many years, mainly using the native email feature with the SoGo app. I'm very grateful to the Cloudron team <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f60a.png?v=af5271e93de" class="not-responsive emoji emoji-android emoji--blush" style="height:23px;width:auto;vertical-align:middle" title=":blush:" alt="😊" /><br />
Using it installed as a guest in a Proxmox environment.</p>
<p dir="auto">Now I have a new need to host about 60 email accounts.<br />
I need to provision about 1TB of space.</p>
<p dir="auto">I would like your opinion on this.</p>
<p dir="auto">Currently, the main disk where the system runs is 100GB. I would like to attach a second 1TB disk to it.</p>
<p dir="auto">What backup strategy should I use?<br />
Does the PRO license already cover this scenario? Or should I use the Business license?</p>
<p dir="auto">Which filesystem should I use in this new disk for better management and security of these emails?</p>
<p dir="auto">How do I allocate this new disk/partition/volume for the Cloudron email function?</p>
<p dir="auto">Best regards,<br />
Diego</p>
]]></description><link>https://forum.cloudron.io/topic/15187/using-the-native-mail-server</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Jul 2026 11:15:33 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/15187.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 05 Mar 2026 18:22:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Using the native mail server on Thu, 05 Mar 2026 20:38:47 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/diego" aria-label="Profile: diego">@<bdi>diego</bdi></a></p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/diego" aria-label="Profile: diego">@<bdi>diego</bdi></a> <a href="/post/121313">said</a>:</p>
<p dir="auto">However, from a system design perspective, I was wondering if it would be better to:</p>
<p dir="auto">keep the system disk small (OS + Cloudron core)<br />
attach a separate disk dedicated to mail storage</p>
</blockquote>
<p dir="auto">Yes you can do that.<br />
I also do that with my private Hetzner server so I can scale up the CPU/RAM and have the storage seperate.</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/diego" aria-label="Profile: diego">@<bdi>diego</bdi></a> <a href="/post/121313">said</a>:</p>
<p dir="auto">Will the Cloudron backup system still include it normally?</p>
</blockquote>
<p dir="auto">Yes.<br />
If you move e.g.: <code>/home/yellowtent/boxdata/mail</code> to <code>/mnt/sdd1</code> and create a symlink so <code>/home/yellowtent/boxdata/mail =&gt; /mnt/sdd1</code> this still works.</p>
<p dir="auto">What you can always to is creating a small Cloudron server to test and tinker as much as you like.<br />
This way you get a better feeling for everything without risking any damage to production.</p>
]]></description><link>https://forum.cloudron.io/post/121314</link><guid isPermaLink="true">https://forum.cloudron.io/post/121314</guid><dc:creator><![CDATA[james]]></dc:creator><pubDate>Thu, 05 Mar 2026 20:38:47 GMT</pubDate></item><item><title><![CDATA[Reply to Using the native mail server on Thu, 05 Mar 2026 20:34:04 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/james" aria-label="Profile: james">@<bdi>james</bdi></a> ,</p>
<p dir="auto">Thanks for the response.</p>
<p dir="auto">My question is more about <strong>architecture and best practices</strong> for running Cloudron as a more serious mail server setup.</p>
<p dir="auto">Until now my usage was mostly hobby-level, with small mailboxes. Now I need to host around <strong>60 accounts totaling ~1TB</strong>, so I'm trying to design the setup properly before deploying it.</p>
<p dir="auto">What I'm trying to understand is mainly:</p>
<p dir="auto"><strong>1. Storage layout</strong></p>
<p dir="auto">I understand I could simply expand the primary disk of the VM. That is straightforward in Proxmox.</p>
<p dir="auto">However, from a system design perspective, I was wondering if it would be better to:</p>
<ul>
<li>keep the <strong>system disk small (OS + Cloudron core)</strong></li>
<li>attach a <strong>separate disk dedicated to mail storage</strong></li>
</ul>
<p dir="auto">For example mounting something like:</p>
<p dir="auto"><code>/home/yellowtent/boxdata/mail</code></p>
<p dir="auto">on a dedicated volume.</p>
<p dir="auto">The idea behind this would be:</p>
<ul>
<li>better separation between <strong>system and mail data</strong></li>
<li>easier <strong>capacity management</strong></li>
<li>possibility of using a filesystem with <strong>compression (e.g. zstd)</strong> to maximize storage efficiency</li>
<li>simpler disk replacement or migration in the future</li>
</ul>
<p dir="auto">But at the same time I don't want to diverge from the <strong>recommended Cloudron layout</strong>, because I would like to keep the installation as "standard" as possible in case I ever need support.</p>
<p dir="auto">So the main question is:<br />
<strong>Is expanding the main disk considered the recommended production setup for Cloudron mail servers?</strong></p>
<p dir="auto">Or is using a dedicated volume for mail storage also a common and supported approach?</p>
<hr />
<p dir="auto"><strong>2. Backups</strong></p>
<p dir="auto">Regarding backups, my doubt is specifically about <strong>data located on a secondary disk</strong>.</p>
<p dir="auto">If I move <code>/home/yellowtent/boxdata/mail</code> to another mounted disk:</p>
<ul>
<li>Will the <strong>Cloudron backup system still include it normally?</strong></li>
<li>Or are there caveats when the data directory is located on another filesystem / mount point?</li>
</ul>
<hr />
<p dir="auto">I'm not trying to customize Cloudron unnecessarily — I'm mainly trying to understand <strong>what a good production storage design looks like</strong> when Cloudron is used as a mail server with ~1TB of mail data.</p>
<p dir="auto">Any recommendations or real-world setups from other users would also be very helpful.</p>
<p dir="auto">Best regards,<br />
Diego</p>
]]></description><link>https://forum.cloudron.io/post/121313</link><guid isPermaLink="true">https://forum.cloudron.io/post/121313</guid><dc:creator><![CDATA[diego]]></dc:creator><pubDate>Thu, 05 Mar 2026 20:34:04 GMT</pubDate></item><item><title><![CDATA[Reply to Using the native mail server on Thu, 05 Mar 2026 19:58:14 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/diego" aria-label="Profile: diego">@<bdi>diego</bdi></a> and welcome to the Cloudron Forum</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/diego" aria-label="Profile: diego">@<bdi>diego</bdi></a> <a href="/post/121308">said</a>:</p>
<p dir="auto">What backup strategy should I use?<br />
Does the PRO license already cover this scenario? Or should I use the Business license?</p>
</blockquote>
<p dir="auto">The Cloudron backup functionality does not require a subscription.<br />
I am also not sure what you are asking for.<br />
Please elaborate further, so we can give precise feedback.</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/diego" aria-label="Profile: diego">@<bdi>diego</bdi></a> <a href="/post/121308">said</a>:</p>
<p dir="auto">Using it installed as a guest in a Proxmox environment.</p>
</blockquote>
<p dir="auto">If it is a KVM in Proxmox, why not simply enlarge the already existing disk?</p>
<hr />
<p dir="auto">If you want to use an attached disk as the storage, you can view this documentation section here:<br />
<a href="https://docs.cloudron.io/server#default-data-directory" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/server#default-data-directory</a></p>
<p dir="auto">Note, this doc only writes about <code>appsdata</code> and <code>boxdata</code>.<br />
You could also move the whole home <code>/home/yellowtent</code> to the external disk.<br />
Or if you'd like to only move the mail data to the external disk, that would be <code>/home/yellowtent/boxdata/mail/</code>.</p>
]]></description><link>https://forum.cloudron.io/post/121309</link><guid isPermaLink="true">https://forum.cloudron.io/post/121309</guid><dc:creator><![CDATA[james]]></dc:creator><pubDate>Thu, 05 Mar 2026 19:58:14 GMT</pubDate></item></channel></rss>