{ "info": { "author": "Felix Morgner", "author_email": "felix.morgner@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.9", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Communications :: Email", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=======\nMAccMan\n=======\n\nMAccMan is a reusable django application to facilitate easy management of email accounts, mailboxes, and aliases. **MAccMan is currently under heavy development and not suited for production use.**\n\nSupport notes\n-------------\n\nCurrently mailman is being tested and developed on PostgreSQL only. There are some specific code snippets that assume that PostgreSQL is used as a backend. This will change in the future.\n\nRequirements\n------------\n\n- PostgreSQL 9.0 or later with pgcrypto activated for the desired database (tested with 9.5)\n- django-cryptofield (available via pip)\n\nQuick start\n-----------\n\n1. Make sure you are using PostgreSQL 9.0 or later (tested with 9.5)\n\n2. Add the mailman application to your projects `INSTALLED_APPS` setting like so::\n\n INSTALLED_APPS = [\n ...,\n 'maccman',\n ]\n\n3. Run `./manage.py migrate` to create the required models and views\n\n4. Start the development server and connect to the admin interface. From there you can configure aliases, mailboxes, etc.\n\n5. Configure your postfix and dovecot instances to use the following views:\n\n - postfix_alias (Contains alias to destination mappings)\n - postfix_domain (Contains all active domains)\n - postfix_mailbox (Contains all active mailboxes\n - dovecot_iterate (Contains all active users)\n - dovecot_password (Contains username to password mappings for all active users)\n - dovecot_user (Contains address to maildir mappings for all active users)\n\nDovecot\n~~~~~~~\n\nMAccMan employs the cryptographic functionalities built into PostgreSQL to secure the users passwords. Therefore, you need to let the databse verify the passwords. To this, you will need the following `WHERE` clause in your dovecot SQL statement::\n\n WHERE user = '%u' AND password = crypt('%w', password);\n\nThis allows the database backend to verify the password and only returns as user when the passwords match. In addition to this `WHERE` clause, you will need to select the following fields::\n\n ... NULL AS password, 'Y' AS nopassword ...\n\nFor more information, please refer to the excellent dovecot documentation\n\nLicense\n-------\n\nMAccMan is published under the terms and coditions of the 3-Clause-BSD-License", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/fmorgner/django-maccman", "keywords": null, "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "django_maccman", "package_url": "https://pypi.org/project/django_maccman/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django_maccman/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/fmorgner/django-maccman" }, "release_url": "https://pypi.org/project/django_maccman/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "A Django application to simplify mail account management.", "version": "0.1.2" }, "last_serial": 2540735, "releases": { "0.1": [], "0.1.1": [ { "comment_text": "", "digests": { "md5": "c3691aeec0b781f08509920cc841d1c1", "sha256": "ae4073dce708cd52da9edd8c727073affa0163be024f4661e5b5975c0e654b46" }, "downloads": -1, "filename": "django_maccman-0.1.1.tar.gz", "has_sig": false, "md5_digest": "c3691aeec0b781f08509920cc841d1c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8224, "upload_time": "2016-07-05T10:43:14", "url": "https://files.pythonhosted.org/packages/19/e9/9733f09a969d82f76326122df688977b7b508cf30d96a2d220d1ecc766cf/django_maccman-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "bcf1886ac646b23f75b31bad6888719f", "sha256": "e79ed98fa3926006696f35a42b775eb084c3f7521670ec7e7e35ccbb8f5a729b" }, "downloads": -1, "filename": "django_maccman-0.1.2.tar.gz", "has_sig": false, "md5_digest": "bcf1886ac646b23f75b31bad6888719f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9534, "upload_time": "2016-12-27T11:29:45", "url": "https://files.pythonhosted.org/packages/46/b1/aaf3092e21835e44fd43539ce8912d25a9436d62e4bb4ce2aaba921bf64c/django_maccman-0.1.2.tar.gz" } ], "0.1.post1": [ { "comment_text": "", "digests": { "md5": "eee833300ee912fd419fa1ec13736073", "sha256": "f3556ca86c9dc901508dc382e4be01655e1346db2fbf62751050fe3c256dd1a3" }, "downloads": -1, "filename": "django_maccman-0.1.post1.tar.gz", "has_sig": false, "md5_digest": "eee833300ee912fd419fa1ec13736073", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5079, "upload_time": "2016-07-04T10:00:44", "url": "https://files.pythonhosted.org/packages/01/76/09f038ba813326c5bd67822740383e92fa9b728f49fb2125ad1459c09218/django_maccman-0.1.post1.tar.gz" } ], "0.1.post2": [ { "comment_text": "", "digests": { "md5": "fa96a7df7bf8c185602d74989976ff1b", "sha256": "61468e829c13b5713892ea4cec4fbe531ad2c34e113b823fad64c7e5bad0d348" }, "downloads": -1, "filename": "django_maccman-0.1.post2.tar.gz", "has_sig": false, "md5_digest": "fa96a7df7bf8c185602d74989976ff1b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5917, "upload_time": "2016-07-04T15:28:57", "url": "https://files.pythonhosted.org/packages/5e/b4/1eb37499f72caf0491ecb646875f9b18f1c985e0ca878079b866cd86e613/django_maccman-0.1.post2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bcf1886ac646b23f75b31bad6888719f", "sha256": "e79ed98fa3926006696f35a42b775eb084c3f7521670ec7e7e35ccbb8f5a729b" }, "downloads": -1, "filename": "django_maccman-0.1.2.tar.gz", "has_sig": false, "md5_digest": "bcf1886ac646b23f75b31bad6888719f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9534, "upload_time": "2016-12-27T11:29:45", "url": "https://files.pythonhosted.org/packages/46/b1/aaf3092e21835e44fd43539ce8912d25a9436d62e4bb4ce2aaba921bf64c/django_maccman-0.1.2.tar.gz" } ] }