mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-11-14 12:58:34 +05:00
34 lines
683 B
Markdown
34 lines
683 B
Markdown
# nixos-mailserver
|
|
![license](https://img.shields.io/badge/license-GPL3-brightgreen.svg)
|
|
|
|
## Work in progress...
|
|
|
|
## 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
|
|
* 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
|