Go to file
Robin Raymond 6d104b99d0 remove the multiple domain claim from readme
This is a feature that can maybe be implemented later on.
As of right now, it would make things too complicated.
2016-07-25 18:07:49 +02:00
mail-server factors out postfix 2016-07-25 17:48:40 +02:00
LICENSE Initial commit 2016-07-21 18:09:04 +02:00
README.md remove the multiple domain claim from readme 2016-07-25 18:07:49 +02:00
mail-config.nix adds config for valias and vaccounts 2016-07-25 18:06:57 +02:00
mail-server.nix factors out postfix and adds valias + vaccounts 2016-07-25 17:47:54 +02:00

README.md

nixos-mailserver

license

Work in progress...

A Complete Mail Server Without Moving Parts

Used Technologies

  • nixos 16.03
  • nixpkgs
  • dovecot
  • postfix
  • rmilter
  • rspamd
  • clamav
  • opendkim
  • pam

Features

  • one 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