The webmail of Modoboa
Project description
The webmail of Modoboa.
Installation
Install this extension system-wide or inside a virtual environment by running the following command:
$ pip install modoboa-webmail
Edit the settings.py file of your modoboa instance and add modoboa_webmail inside the MODOBOA_APPS variable like this:
MODOBOA_APPS = ( 'modoboa', 'modoboa.core', 'modoboa.lib', 'modoboa.admin', 'modoboa.relaydomains', 'modoboa.limits', 'modoboa.parameters', # Extensions here # ... 'modoboa_webmail', )
Run the following commands to setup the database tables and collect static files:
$ cd <modoboa_instance_dir> $ python manage.py load_initial_data $ python manage.py collectstatic
Finally, restart the python process running modoboa (uwsgi, gunicorn, apache, whatever).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
modoboa-webmail-1.9.0.tar.gz
(131.2 kB
view hashes)
Built Distribution
Close
Hashes for modoboa_webmail-1.9.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20bae5d4d0416a9d3d1e77c38e272948005264621451c98fdae0c98c38745d84 |
|
MD5 | 3ad2db5dd0ec2200939cce3af492a7f1 |
|
BLAKE2b-256 | b41a1f4016993d71c21d4d403b1e54ce534dbead75c88367873e62f5e088dc22 |