Skip to content

Latest commit

 

History

History
84 lines (66 loc) · 2.46 KB

index.rst

File metadata and controls

84 lines (66 loc) · 2.46 KB

Mailu

assets/logo.png


https://img.shields.io/github/stars/mailu/mailu.svg?label=github&logo=github&maxAge=2592000 https://img.shields.io/badge/Mailu-latest_release-blue

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 with auto-configuration profiles for clients
  • Advanced email features, aliases, domain aliases, custom routing, full-text search of email attachments
  • Web access, multiple Webmails and administration interface
  • User features, aliases, auto-reply, auto-forward, fetched accounts, managesieve
  • Admin features, global admins, announcements, per-domain delegation, quotas
  • Security, enforced TLS, DANE, MTA-STS, Letsencrypt!, outgoing DKIM, anti-virus scanner, Snuffleupagus, block malicious attachments
  • Antispam, auto-learn, greylisting, DMARC and SPF, anti-spoofing
  • Freedom, all FOSS components, no tracker included

assets/screenshots/create.png

The documentation is written as part of the repository and evolves with it. Make sure that you access the proper version of the documentation, based on the version of Mailu that you are running.

.. toctree::
   :maxdepth: 2
   :caption: General

   general
   features
   faq
   releases
   demo

.. toctree::
    :maxdepth: 2
    :caption: Setup

    setup
    compose/requirements
    compose/setup
    kubernetes/mailu/index
    configuration
    dns
    reverse
    database

.. toctree::
    :maxdepth: 2
    :caption: Administration

    maintain
    webadministration
    antispam
    cli
    api

.. toctree::
    :maxdepth: 2
    :caption: Contributors

    contributors/workflow
    contributors/guidelines
    contributors/environment
    contributors/database
    contributors/memo
    contributors/localization
    contributors/firewalling