OK

If you continue browsing this website, you accept the use of cookies to build visit statistics. Know more

Modoboa Blog

Oct. 12, 2016

A new minor release of Modoboa is available. It fixes some issues introducted by the 1.6.0 and and brings a new command to generate postfix map files.

The changelog is available on Github.

Postfix map files management

The command used to generate map files has been reworked and it is now a regular Django management command. The big …

Read more »

Sept. 14, 2016

Modoboa 1.6.0 is out

A new major version of Modoboa is available and it brings new features we're going to describe in this post. The changelog is available on Github.

DNS checks for managed domains

This is the most interesting feature: Modoboa will now automatically check the MX records of the domains you manage and warn you about different problems:

  • If one of …

Read more »

June 2, 2016

Installer improvements

As you may know it, an installer is available to deploy a complete mail server based on Modoboa:

> git clone https://github.com/modoboa/modoboa-installer
> cd modoboa-installer
> sudo ./run.py mail.example.tld

Until now, only debian based distributions were supported but we're happy to announce CentOS has been added to the list ! Tests have been made on version 7 only but any …

Read more »

May 25, 2016

Protect your reputation with DMARC and Modoboa

But, what is DMARC ? Quoted from the official website:

DMARC, which stands for “Domain-based Message Authentication, Reporting & Conformance”, is an email authentication protocol. It builds on the widely deployed SPF and DKIM protocols, adding a reporting function that allows senders and receivers to improve and monitor protection of the domain from fraudulent email.

In short terms, this …

Read more »

May 3, 2016

A new major version of Modoboa is available, including some long awaited features !

REST API

The bigger part of this release concerns the API. It is now possible to manipulate all objects through a REST/json interface. You can:

  • List, create, modify and delete domains and domain aliases
  • List, create, modify and delete accounts and aliases
  • Assign permissions on domains …

Read more »