diff options
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). |
