mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2026-06-01 07:59:30 +00:00
style: Add title card background color
This commit is contained in:
@@ -23,6 +23,8 @@ Advanced system administrators may consider setting up their own **email server*
|
||||
|
||||
## Stalwart
|
||||
|
||||
{{< title-card >}}
|
||||
|
||||
**Stalwart** is a newer mail server written in Rust which supports JMAP in addition to the standard IMAP, POP3, and SMTP. It has a wide variety of configuration options, but also defaults to very reasonable settings in terms of both security and features, making it easy to use immediately. It has web-based administration with TOTP 2FA support and allows you to enter your public PGP key to encrypt **all** incoming messages.
|
||||
|
||||
{{< cards >}}
|
||||
@@ -30,6 +32,8 @@ Advanced system administrators may consider setting up their own **email server*
|
||||
{{< card link="https://stalw.art/docs/get-started" title="Documentation" icon="document-text" >}}
|
||||
{{< /cards >}}
|
||||
|
||||
{{< /title-card >}}
|
||||
|
||||
Stalwart's [PGP implementation](https://stalw.art/docs/encryption/overview) is unique among our self-hosted recommendations and allows you to operate your own mail server with encrypted message storage, lessening the risk of unauthorized access to your emails. If you additionally configure Web Key Directory (WKD) on your domain, and if you use an email client which supports PGP and WKD for outgoing mail (like Thunderbird), then this is the easiest way to get self-hosted E2EE compatibility with all [Proton Mail](../../services/email/index.md#proton-mail) users.
|
||||
|
||||
Stalwart does **not** have an integrated webmail, so you will need to use it with a [dedicated email client](../../software/email-clients/index.md) or find an open-source webmail to self-host, like Nextcloud's Mail app.
|
||||
@@ -38,6 +42,8 @@ We use Stalwart for our own internal email at *Privacy Guides*.
|
||||
|
||||
## Mailcow
|
||||
|
||||
{{< title-card >}}
|
||||
|
||||
**Mailcow** is an advanced mail server perfect for those with Linux experience. It has everything you need in a Docker container: a mail server with DKIM support, antivirus and spam monitoring, webmail and ActiveSync with SOGo, and web-based administration with 2FA support.
|
||||
|
||||
{{< cards >}}
|
||||
@@ -45,11 +51,17 @@ We use Stalwart for our own internal email at *Privacy Guides*.
|
||||
{{< card link="https://docs.mailcow.email" title="Documentation" icon="document-text" >}}
|
||||
{{< /cards >}}
|
||||
|
||||
{{< /title-card >}}
|
||||
|
||||
## Mail-in-a-Box
|
||||
|
||||
{{< title-card >}}
|
||||
|
||||
**Mail-in-a-Box** is an automated setup script for deploying a mail server on Ubuntu. Its goal is to make it easier for people to set up their own mail server.
|
||||
|
||||
{{< cards >}}
|
||||
{{< card link="https://mailinabox.email" title="Homepage" icon="home" >}}
|
||||
{{< card link="https://mailinabox.email/guide.html" title="Documentation" icon="document-text" >}}
|
||||
{{< /cards >}}
|
||||
|
||||
{{< /title-card >}}
|
||||
|
||||
Reference in New Issue
Block a user