If you continue browsing this website, you accept the use of cookies to build visit statistics. Know more
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.
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:
The notifications are sent by email and problems can be viewed directly from the listing page.
To preserve web ui performance, those checks are executed in an asynchronous way. If you want to use this feature, do not forget to planify the regular execution of the dedicated command:
*/30 * * * * <modoboa_site>/manage.py modo check_mx
Differents levels of dashboard have beend added:
It is now possible to create aliases using a random local part. You can also define an expiration date and a description on any alias.
Administrators have the possibility to define extra sender addresses for a given account. It can be useful to allow users to send messages using an address not hosted on your server.
The first use case of the new global dashboard is the automatic display of the latest news coming from Modoboa's official weblog.
Instead of the traditional admin, you now have the possibility to choose a different one during the deploy process. Look at the modoboa-admin command help for more information.
This historical distinction has been removed since there was no difference anymore behind those 3 words and because some (most ?) of you were confused about it.
Thanks to our contributors, Modoboa is now available in japanese!
To ease the integration of new features, some UI changes have been made.
Buttons used to add a new domain, a new account or a new alias have been moved near the search bar.
Editing a domain, an account or an alias is not done by clicking on its name anymore. A dedicated button has been added, near existing actions.
You already noticed Modoboa informs you about available updates when you use the web UI. To do so, a public API is maintained by the team and each instance queries it to gather information.
Now, we'd like to know how Modoboa is used so we have made some changes to this API. By default, each instance will know send anonymous statistics containing:
Those information will help us to know what you like in Modoboa and what we should work on in order to improve your experience.
To preserve web ui performance, calls to the API are executed asynchronously. Do not forget to add the following line to your crontab if you still want to be notified about updates:
0 * * * * <modoboa_site>/manage.py communicate_with_public_api
As always, you're free to disable this feature if you don't like it.
Update instructions are described in the official documentation.
We hope you'll enjoy those new features and we wait for your feedback :-)