A complete and Simple Nixos Mailserver
Go to file
2017-08-11 14:05:58 +02:00
mail-server fix arguments of functions 2017-08-11 14:05:58 +02:00
LICENSE Initial commit 2016-07-21 18:09:04 +02:00
mail-config.nix options virus scanning 2016-07-28 08:29:22 +02:00
mail-server.nix fix arguments of functions 2017-08-11 14:05:58 +02:00
README.md remove the multiple domain claim from readme 2016-07-25 18:07:49 +02:00

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