diff options
Diffstat (limited to 'articles/2022/mailcow.html')
| -rwxr-xr-x | articles/2022/mailcow.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/articles/2022/mailcow.html b/articles/2022/mailcow.html new file mode 100755 index 0000000..5b29b53 --- /dev/null +++ b/articles/2022/mailcow.html @@ -0,0 +1,31 @@ +<!doctype html> +<html lang="EN"> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" href="/style.css"> + <title>Bloggings</title> + </head> + <body> + <header> + <h1>Bloggings</h1> + <a href="/index.php">Back</a> + + </header> + + <main> +<article> +<h2>Mailcow</h2> + <h3>24-12-2022</h3> + <img src="/images/mailcow-logo.png"> + <p> + Very happy with Mailcow, it seems to be the best solution currently for a self hosted email server. It allows me to have perfectly authenticated email with DKMS, ARC, SPF and DMARC. I've set it up on an OVH vps and it's been running for a couple of weeks now. + </p><p> + In the past I have maintained by hand email servers, but - been there got the t-shirt. So I tested a few solutions such as Post.Io, iRedmail, etc. but settled on Mailcow as it is the most advanced and complete. Installation took only a few minutes. + </p><p> + <a href="https://mailcow.email/">https://mailcow.email</a> +</article> +</main> +<footer> +<p> </p><p>ยง</p></footer> +</body></html> |
