Skip to content
This repository has been archived by the owner on Nov 25, 2017. It is now read-only.

Latest commit

 

History

History
43 lines (34 loc) · 1.61 KB

index.md

File metadata and controls

43 lines (34 loc) · 1.61 KB
layout title
default
{"site.name"=>nil}

Latest Blog Posts

    {% for post in site.posts %}
  • {{ post.date | date_to_string }} » {{ post.title }}
  • {% endfor %}

Features and architecture

Mailu is a simple yet full-featured mail server as a set of Docker images. It is free software (both as in free beer and as in free speech), open to suggestions and external contributions. The project aims at providing people with an easily setup, easily maintained and full-featured mail server while not shipping proprietary software nor unrelated features often found in popular groupware.

Main features include:

  • Standard email server, IMAP and IMAP+, SMTP and Submission
  • Web access, Roundcube-based Webmail and adminitration interface
  • User features, aliases, auto-reply, auto-forward, fetched accounts
  • Admin features, global admins, per-domain delegation, quotas
  • Security, enforced TLS, outgoing DKIM, anti-virus scanner
  • Antispam, auto-learn, greylisting, DMARC and SPF

Architecture

Screenshots