{"id":22296748,"url":"https://github.com/webklex/postfixadm","last_synced_at":"2025-07-29T01:32:34.692Z","repository":{"id":62547946,"uuid":"97047875","full_name":"Webklex/PostfixADM","owner":"Webklex","description":"PostfixADM is a modern postfix management tool. It is designed to work with almost any setup that is  based on postfix, dovecot and mysql.","archived":false,"fork":false,"pushed_at":"2017-08-15T18:10:58.000Z","size":1267,"stargazers_count":9,"open_issues_count":0,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-09T14:50:02.778Z","etag":null,"topics":["dovecot","laravel","php","postfix"],"latest_commit_sha":null,"homepage":"https://www.postfixadm.com","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Webklex.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-12T20:10:25.000Z","updated_at":"2024-08-16T10:28:33.000Z","dependencies_parsed_at":"2022-11-02T22:30:34.573Z","dependency_job_id":null,"html_url":"https://github.com/Webklex/PostfixADM","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/Webklex/PostfixADM","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Webklex%2FPostfixADM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Webklex%2FPostfixADM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Webklex%2FPostfixADM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Webklex%2FPostfixADM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Webklex","download_url":"https://codeload.github.com/Webklex/PostfixADM/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Webklex%2FPostfixADM/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267616581,"owners_count":24116154,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dovecot","laravel","php","postfix"],"created_at":"2024-12-03T17:47:29.228Z","updated_at":"2025-07-29T01:32:34.284Z","avatar_url":"https://github.com/Webklex.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# postfixADM\n[![Latest Version on Packagist][ico-version]][link-packagist]\n[![Software License][ico-license]](LICENSE.md)\n\n## About postfixADM\npostfixADM is a modern postfix management tool. It is designed to work with almost any setup that is \nbased on postfix, dovecot and mysql.\n\n**Some of the key features are:**\n- Easy web installation and setup\n- Fully responsive\n- Database mapping\n- Supports over 22 crypto algorithms\n- Mailbox management\n- Alias management\n- Domain management\n- Optional Quota-Service\n- User management \u0026 ACL\n- System updater integrated\n- English and German language supported\n\n**Based on:**\n- Laravel 5.4\n- AngularJS 1.6\n- Angular Material\n\n**Requirements:**\n- MySQL \n- PHP 5.6\n- Apache2 or Nginx 1.6\n- doveadm (dovecot-core)\n\n**Developed and compiled with:**\n- Gulp\n- Bower\n- Composer\n- NPM / NodeJS\n\nFore more information please visit: [https://www.postfixadm.com](https://www.postfixadm.com)\n\n### Screenshots\n![Installer General](https://www.webklex.com/wp-content/uploads/installer_general.png)\n![Installer Databse mapping](https://www.webklex.com/wp-content/uploads/installer_database.png)\n\n## Getting started\n\n#### The easy way\nDownload the newest version at: [https://www.postfixadm.com/download](https://www.postfixadm.com/download) and unzip the \ncontent to where ever you want it to be.\n\n#### The other way\nIf you like you can build your own installation package from this source:\n``` bash\n$ git clone https://github.com/Webklex/postfixadm.git\n$ cd postfixadm\n$ composer install\n$ php artisan update --init\n$ cp gulp.env.example gulp.env\n```\nOpen ```gulp.env``` and enter your environment name and development domain.\n``` bash\n$ npm install\n$ bower install\n$ gulp \u0026\u0026 gulp watch\n```\n\n## Optional: Quota service\nIf you like you can enable a quota service which allows you to keep an eye on your mailbox quota usage.\nPlease refer to [https://www.postfixadm.com/wiki/setup/quota_service](https://www.postfixadm.com/wiki/setup/quota_service)\nfor more details.\n\n## Development\nCopy the file ```gulp.env.example``` to ```gulp.env``` and edit the containing variables.\nNow you can install the development components:\n``` bash\n$ npm install\n$ bower install\n```\nYou can bake everything together with the ```gulp``` command. If you want to develop a bit more fluent \njust use ```gulp watch``` instead.\n\n### Currently known Issues\n- Missing or weird translations (please let me know if you find any - you'll get a cookie as well).\n- Uncommented code sections.\n- The code is not optimized.\n- (inactive @postfixadm.com mail addresses - please use github[at]webklex.com for now)\n- And probably some more... But besides that it works like a charm :)\n\n\n## Contributing\n\nThank you for considering contributing to postfixADM! \nThe contribution guide will be added later ;)\n\n## Security Vulnerabilities\n\nIf you discover a security vulnerability within postfixADM, please send an \ne-mail to me at security@postfixadm.com. All security vulnerabilities will be promptly addressed.\n\n## License\n\npostfixADM is open-sourced software and licensed under [MIT](http://opensource.org/licenses/MIT).\n\n[ico-version]: https://img.shields.io/packagist/v/Webklex/PostfixADM.svg?style=flat-square\n[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square\n[ico-travis]: https://img.shields.io/travis/Webklex/PostfixADM/master.svg?style=flat-square\n[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/Webklex/PostfixADM.svg?style=flat-square\n[ico-code-quality]: https://img.shields.io/scrutinizer/g/Webklex/PostfixADM.svg?style=flat-square\n[ico-downloads]: https://img.shields.io/packagist/dt/Webklex/PostfixADM.svg?style=flat-square\n\n[link-packagist]: https://packagist.org/packages/Webklex/PostfixADM\n[link-travis]: https://travis-ci.org/Webklex/PostfixADM\n[link-scrutinizer]: https://scrutinizer-ci.com/g/Webklex/PostfixADM/code-structure\n[link-code-quality]: https://scrutinizer-ci.com/g/Webklex/PostfixADM\n[link-downloads]: https://packagist.org/packages/Webklex/PostfixADM\n[link-author]: https://github.com/webklex","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebklex%2Fpostfixadm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebklex%2Fpostfixadm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebklex%2Fpostfixadm/lists"}