Skip to main content

Relay domains support for Modoboa

Project description

travis Code Health

Relay domains support for Modoboa.

Installation

Install this extension system-wide or inside a virtual environment by running the following command:

$ pip install modoboa-admin-relaydomains

Edit the settings.py file of your modoboa instance and add modoboa_admin_relaydomains inside the MODOBOA_APPS variable like this:

MODOBOA_APPS = (
  'modoboa',
  'modoboa.core',
  'modoboa.lib',

  # Extensions here
  'modoboa_admin',
  'modoboa_admin_relaydomains',
)

Run the following commands to setup the database tables:

$ cd <modoboa_instance_dir>
$ python manage.py migrate modoboa_admin_relaydomains
$ python manage.py load_initial_data

Finally, restart the python process running modoboa (uwsgi, gunicorn, apache, whatever).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

modoboa-admin-relaydomains-1.1.0.tar.gz (26.8 kB view details)

Uploaded Source

File details

Details for the file modoboa-admin-relaydomains-1.1.0.tar.gz.

File metadata

File hashes

Hashes for modoboa-admin-relaydomains-1.1.0.tar.gz
Algorithm Hash digest
SHA256 e332362eb54495e2dd63ee685037254537dfea66626e47de8c1cc5688c2f2f63
MD5 57de122f29aa6cff127625ac43cfc5ba
BLAKE2b-256 77c7ed23c173fcc8dd8ad64875a9523c0bac5eda50ca0534cd2a0f29d8202a2f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page