django-vmail

Virtual mail administration django app


License
MIT
Install
pip install django-vmail==0.2.3

Documentation

django-vmail

Virtual Mail Administration

Django-vmail is a Django app which provides a necessary framework for a virtual domain email setup via Postfix and Dovecot.

Django-vmail creates and manages virtual mail domains, mailboxes, and aliases for Postfix and Dovecot using an SQL database (PostgreSQL). It allows system administrators to easily manage an email domain database. It is designed to work out-of-the-box with Postfix and Dovecot, and comes pre-packaged with a set of administration commands to accompany the default Django admin interface.

Django-vmail was written to work with ISP virtual mail setups, similar to the tutorials you can find at workaround.org.

Why django-vmail?

  • You can use django-admin to quickly put together a customized admin interface (rather then using phpMyAdmin, for example).
  • You can use this Django app to quickly put together web apps to fully utilize your email database.

In The Future

  • REST API for django-vmail.
  • More admin commands.
  • amavisd-new support for spamassasin configuration per mailbox.
  • Mass email support.

Configuration

See the configuration docs.

Bugs & Feature Requests

Any bugs reports, or feature requests can be added to the issue page at the github project.

Bitdeli badge