Download the PHP package ksar/postfix-admin without Composer
On this page you can find all versions of the php package ksar/postfix-admin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package postfix-admin
postfix-admin
Basic admin interface for postfix service with settings hosted in mysql
http://www.postfix.org/MYSQL_README.html
Installation
Development Environment
- install vendor libs:
composer install
- edit .env file manually
- run migrations:
console/yii migrate
- run inernal server:
console/yii serve
Production Environment
- install vendor libs:
composer install --no-dev
- register your [environments] in the web server
- run migrations:
console/yii migrate --interactive=0
Environments
- Debug settings:
- YII_DEBUG - (true|false)
- YII_ENV - system environment (dev|prod)
- Request parameters
- COOKIE_VALIDATION_KEY - random string, cookie salt
- Uncomment to change site root
- BASE_URL (optional) - change if admin rood different from the document root
- Database settings
- DB_DSN - database DSN (e.g. mysql:host=127.0.0.1;port=3306;dbname=postfix_mailer)
- DB_USERNAME - database user name
- DB_PASSWORD - database user password
- DB_TABLE_PREFIX (optional)
Command line routines
console/yii migrate
- Upgrades the application by applying new migrationsconsole/yii users
- List usersconsole/yii users/disable
- Disable userconsole/yii users/enable
- Enable userconsole/yii users/passwd
- Change password
Development routines
vendor/bin/phpcs --ignore=vendor --extensions=php --standard=PSR2 .
- Run PSR checks
All versions of postfix-admin with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.0
yiisoft/yii2 Version >=2.0.15
yiisoft/yii2-bootstrap Version >=2.0.8
vlucas/phpdotenv Version >=2.5
dmstr/yii2-adminlte-asset Version >=2.6
kartik-v/yii2-widget-datepicker Version >=1.4
yiisoft/yii2 Version >=2.0.15
yiisoft/yii2-bootstrap Version >=2.0.8
vlucas/phpdotenv Version >=2.5
dmstr/yii2-adminlte-asset Version >=2.6
kartik-v/yii2-widget-datepicker Version >=1.4
The package ksar/postfix-admin contains the following files
Loading the files please wait ....