misc_nixos-mailserver/README.md

29 lines
551 B
Markdown
Raw Normal View History

2016-07-21 16:11:43 +00:00
# nixos-mailserver
## A Complete Mail Server Without Moving Parts
### Used Technologies
2016-07-21 16:20:56 +00:00
* nixos 16.03
* nixpkgs
2016-07-21 16:11:43 +00:00
* dovecot
* postfix
* rmilter
* rspamd
* clamav
2016-07-21 16:20:56 +00:00
* opendkim
2016-07-21 16:12:20 +00:00
* pam
2016-07-21 16:20:56 +00:00
### 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