From ee1dc8adab670441e5b2e82862f7c1ac06dc764a Mon Sep 17 00:00:00 2001 From: r-raymond Date: Thu, 21 Jul 2016 18:20:56 +0200 Subject: [PATCH] fleshes out readme.md a little --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 6e21995..ba1ec6f 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,26 @@ ## A Complete Mail Server Without Moving Parts ### Used Technologies + * nixos 16.03 + * nixpkgs * dovecot * postfix * rmilter * rspamd * clamav + * opendkim * pam + +### Features + * unlimited domains + * unlimited mail accounts for every domain + * unlimited aliases for every mail account + * spam and virus checking + * dkim signing of outgoing emails + +### Nonfeatures + * moving parts + * SQL databases + * configurations that need to be made after `nixos-rebuild switch` + * complicated storage schemes + * webclients / http-servers