fleshes out readme.md a little
This commit is contained in:
parent
2f658720b0
commit
ee1dc8adab
17
README.md
17
README.md
|
@ -3,9 +3,26 @@
|
||||||
## A Complete Mail Server Without Moving Parts
|
## A Complete Mail Server Without Moving Parts
|
||||||
|
|
||||||
### Used Technologies
|
### Used Technologies
|
||||||
|
* nixos 16.03
|
||||||
|
* nixpkgs
|
||||||
* dovecot
|
* dovecot
|
||||||
* postfix
|
* postfix
|
||||||
* rmilter
|
* rmilter
|
||||||
* rspamd
|
* rspamd
|
||||||
* clamav
|
* clamav
|
||||||
|
* opendkim
|
||||||
* pam
|
* 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
|
||||||
|
|
Loading…
Reference in New Issue