summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRobin Raymond <robin@robinraymond.de>2018-02-28 14:03:31 +0100
committerGitHub <noreply@github.com>2018-02-28 14:03:31 +0100
commit6c2bfe55e8a8d32e6c9d5ed63ad3352243359cc8 (patch)
treeb34e979fd0a76e913b57aaf831ccc66c6fdbf6ac /README.md
parentc3582e13cb522e2710d69f1315dcc55c7ba52917 (diff)
Link to contributors
Diffstat (limited to 'README.md')
-rw-r--r--README.md35
1 files changed, 1 insertions, 34 deletions
diff --git a/README.md b/README.md
index 45a8d58..2044331 100644
--- a/README.md
+++ b/README.md
@@ -123,41 +123,8 @@ openssl s_client -host mail.example.com -port 143 -starttls imap
```
-## A Complete Mail Server Without Moving Parts
-
-### Used Technologies
- * Nixos
- * Nixpkgs
- * Dovecot
- * Postfix
- * Rmilter
- * Rspamd
- * Clamav
- * Opendkim
- * Pam
-
-### Features
- * unlimited domain
- * unlimited mail accounts
- * unlimited aliases for every mail account
- * spam and virus checking
- * dkim signing of outgoing emails
- * imap (optionally pop3)
- * startTLS
-
-### Nonfeatures
- * moving parts
- * SQL databases
- * configurations that need to be made after `nixos-rebuild switch`
- * complicated storage schemes
- * webclients / http-servers
-
## Contributors
- * Special thanks to @Infinisil for the module rewrite
- * Special thanks to @jbboehr for multidomain implementation
- * @danbst
- * @phdoerfler
- * @eqyiel
+See the [contributor tab](https://github.com/r-raymond/nixos-mailserver/graphs/contributors)
### Alternative Implementations
* [NixCloud Webservices](https://github.com/nixcloud/nixcloud-webservices)