| Package Data | |
|---|---|
| Maintainer Username: | webklex |
| Package Create Date: | 2017-07-12 |
| Package Last Update: | 2017-08-15 |
| Home Page: | https://www.postfixadm.com |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-04 03:01:46 |
| Package Statistics | |
|---|---|
| Total Downloads: | 51 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 10 |
| Total Watchers: | 3 |
| Total Forks: | 7 |
| Total Open Issues: | 0 |
postfixADM is a modern postfix management tool. It is designed to work with almost any setup that is based on postfix, dovecot and mysql.
Some of the key features are:
Based on:
Requirements:
Developed and compiled with:
Fore more information please visit: https://www.postfixadm.com

Download the newest version at: https://www.postfixadm.com/download and unzip the content to where ever you want it to be.
If you like you can build your own installation package from this source:
$ git clone https://github.com/Webklex/postfixadm.git
$ cd postfixadm
$ composer install
$ php artisan update --init
$ cp gulp.env.example gulp.env
Open gulp.env and enter your environment name and development domain.
$ npm install
$ bower install
$ gulp && gulp watch
If you like you can enable a quota service which allows you to keep an eye on your mailbox quota usage. Please refer to https://www.postfixadm.com/wiki/setup/quota_service for more details.
Copy the file gulp.env.example to gulp.env and edit the containing variables.
Now you can install the development components:
$ npm install
$ bower install
You can bake everything together with the gulp command. If you want to develop a bit more fluent
just use gulp watch instead.
Thank you for considering contributing to postfixADM! The contribution guide will be added later ;)
If you discover a security vulnerability within postfixADM, please send an e-mail to me at security@postfixadm.com. All security vulnerabilities will be promptly addressed.
postfixADM is open-sourced software and licensed under MIT.