diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-26 18:43:47 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-26 18:43:47 +0200 |
| commit | 04c59ddc19224a4831b2b7e2b8cf24ff34f3bdaa (patch) | |
| tree | 3058f165b7ebeffe8c9c13ebc19bd515fb19f071 /content/tech/nixos-mailserver.md | |
| parent | 4f376d817910f3cd40f7456b0b5b1a7903485fb6 (diff) | |
| download | blog-04c59ddc19224a4831b2b7e2b8cf24ff34f3bdaa.tar.gz blog-04c59ddc19224a4831b2b7e2b8cf24ff34f3bdaa.zip | |
use summaries
Diffstat (limited to 'content/tech/nixos-mailserver.md')
| -rw-r--r-- | content/tech/nixos-mailserver.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/tech/nixos-mailserver.md b/content/tech/nixos-mailserver.md index 3bc21ca..6be8610 100644 --- a/content/tech/nixos-mailserver.md +++ b/content/tech/nixos-mailserver.md @@ -6,6 +6,7 @@ title: NixOS mail server draft: true --- +<!--more--> This is my working, but in progress [NixOS]({{< ref "nixos-intro.md" >}}) mail server configuration. These are the relevant configuration parts, they are *not* tested and **not guaranteed to be secure, deploy at your own risk**. The configuration is based on [this](https://thomas-leister.de/allgemein/sicherer-mailserver-dovecot-postfix-virtuellen-benutzern-mysql-ubuntu-server-xenial/) blog post (German). For an easier overview, I created a seperate `mail.nix` that is included in the main `configuration.nix`. The firewall needs to be open for ports 993 (imps), 25 (smtp) and 587 (smtps). |
