Fix position of Mailcow (#692)

Signed-off-by: Daniel Gray <dng@disroot.org>
This commit is contained in:
lexi 2022-03-10 02:08:11 +00:00 committed by Daniel Gray
parent aa65489ed3
commit ec83340292
No known key found for this signature in database
GPG Key ID: 41911F722B0F9AE3

View File

@ -245,6 +245,7 @@ description: "Find a secure email provider that will keep your privacy in mind.
</a>
<br>
<p><strong><a href="https://mailinabox.email">Mail-in-a-Box</a></strong> is an automated setup script for deploying a mail server on Ubuntu. Its goal is to make it easier for users to set up their own mail server.</p>
<br>
<a href="https://mailcow.email/">
<img src="/assets/img/legacy_svg/3rd-party/mailcow.svg"
width="80rem" class="img-fluid float-start me-3"
@ -252,6 +253,8 @@ description: "Find a secure email provider that will keep your privacy in mind.
</a>
<p><strong><a href="https://mailcow.email">Mailcow</a></strong> is a more advanced mail server perfect for those with a bit more Linux experience. It has everything you need in a Docker container: A mailserver with DKIM support, antivirus and spam monitoring, webmail and ActiveSync with SOGo, and web-based administration with 2FA support. <strong><a href="https://mailcow.github.io/mailcow-dockerized-docs/">Mailcow Dockerized docs</a></strong></p>
<br>
<br>
<p>For a more manual approach we've picked out these two articles.</p>
<ul>
<li><a href="https://poolp.org/posts/2019-09-14/setting-up-a-mail-server-with-opensmtpd-dovecot-and-rspamd/">Setting up a mail server with OpenSMTPD, Dovecot and Rspamd</a> (2019)</li>