Modoboa is a mail hosting and management platform including a modern and simplified Web User Interface. It provides useful components such as an administration panel or a webmail.
Modoboa intergrates very well with known software solutions such as Postfix and Dovecot infact during installation Modoboa will automatically do the installation and configurations of the above mention mail handling backend services. In it's core Modoboa running behind with
- Mysql
- PostgresSQL
- Sqlite3
This are the core points of communication between all modoboa components. One of the known beauty of modoboa is it's easy of extending it, because all it's current features are just extentions built by other folks. If you are a Python and Django User then it's should be far easier to handle the development of modoboa. As modoboa is written by the following webtechnologies.
- Python + Django
- JQuery
- Bootstrap
Modoboa's Main Features
- Administration panel
- Reputation protection: DNSBL checks, DMARC reports and more
- Amavis frontend
- Webmail
- Calendar
- Address book
- Per-user Sieve filters
- Autoreply messages for Postfix
- Graphical statistics about email traffic
Is Modoboa Suitable for Large Organizations?
Perfectly Modoboa is suitable for Small, Medium to Large organization, and the reason is that modoboa builds on top of other large mail servers, Postfix and Dovecot So modoboa will be as large as themself, because it builds just a frontend to work well with them. Modoboa also supports multiple domains, so any organization that has multiple domains can host emails for them of them in the same installlation of modoboa.
Modoboa System requirements
You will need a Server to perform well with at least:
- CPU: 2
- RAM: 2GB
- Disk: 10GB
How can I install modoboa?
Before you do any installation have a demo Modoboa Demo
$git clone https://github.com/modoboa/modoboa-installer
$cd modoboa-installer
$sudo ./run.py [your domain here]
pip install modoboa
More detailed installation instruction are found here Modoboa Installation
Modoboa's default admin logins are
username: admin
password: admin
Remember to change this as soon as possible
Comments
Comments are closed.