OK

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

Modoboa Blog

Author archives: Antoine

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 »

Dec. 4, 2015

A new major version of Modoboa is available.

New features have been added:

  • A REST API: only one service is available for now, the possibility to update user passwords (useful in combination with an external webmail like Roundcube)
  • Some improvements around user registration and profiles
  • Support for Django 1.8

But, the main change is the return of 3 extensions into …

Read more »

Oct. 21, 2015

New versions of almost all Modoboa components have been released today.

modoboa 1.3.5

User passwords must now respect a minimum complexity to be accepted by Modoboa. This feature relies on django-passwords and can be customized. Please consult the documentation to enable it for an existing installation.

modoboa-admin 1.1.2

The way aliases are stored and managed by Modoboa has been simplified …

Read more »