PHPackages                             ksar/postfix-admin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. ksar/postfix-admin

ActiveProject[Mail &amp; Notifications](/categories/mail)

ksar/postfix-admin
==================

Postfix mailer admin interface

1.1.3(7y ago)251BSD-2-ClausePHPPHP &gt;=7.1.0

Since Jun 13Pushed 7y ago2 watchersCompare

[ Source](https://github.com/svyatoslav-kubakh/postfix-admin)[ Packagist](https://packagist.org/packages/ksar/postfix-admin)[ RSS](/packages/ksar-postfix-admin/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (6)Dependencies (7)Versions (7)Used By (0)

postfix-admin
=============

[](#postfix-admin)

[![version](https://camo.githubusercontent.com/defd532645f6762d04262bfebf4e56af23e02e9123dff4908edd9aaa1ebe7491/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f73767961746f736c61762d6b7562616b682f706f73746669782d61646d696e2e737667)](https://github.com/svyatoslav-kubakh/postfix-admin/releases)[![license](https://camo.githubusercontent.com/3f23e0f8907d0530cfcc28d04bf75b22b6e645cdfaebaafba14e80487dce98a9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d425344253230322d2d436c617573652d6c69676874677265792e737667)](./LICENSE)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/64453facf04ef8710a5fde70cbe03ba43964f84152acb6f397444dff43ec0479/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f73767961746f736c61762d6b7562616b682f706f73746669782d61646d696e2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/svyatoslav-kubakh/postfix-admin/?branch=master)[![composer.lock available](https://camo.githubusercontent.com/ecc073deaf7c86c3acf993e4741aa4915dd1ea0f176134896ef976739ba49f3c/68747470733a2f2f706f7365722e707567782e6f72672f6b7361722f706f73746669782d61646d696e2f636f6d706f7365726c6f636b)](https://packagist.org/packages/ksar/postfix-admin)[![build-status](https://camo.githubusercontent.com/37ee5bd2c8a48a8b9645a5b374aaa01301a60994e5e34b52e70acfb2b92bee46/68747470733a2f2f7472617669732d63692e6f72672f73767961746f736c61762d6b7562616b682f706f73746669782d61646d696e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/svyatoslav-kubakh/postfix-admin)

Basic admin interface for postfix service with settings hosted in mysql

[http://www.postfix.org/MYSQL\_README.html](http://www.postfix.org/MYSQL_README.html)

Installation
------------

[](#installation)

### Development Environment

[](#development-environment)

- install vendor libs: `composer install`
- edit .env file manually
- run migrations: `console/yii migrate`
- run inernal server: `console/yii serve`

### Production Environment

[](#production-environment)

- install vendor libs: `composer install --no-dev`
- register your \[environments\] in the web server
- run migrations: `console/yii migrate --interactive=0`

Environments
------------

[](#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
---------------------

[](#command-line-routines)

- `console/yii migrate` - Upgrades the application by applying new migrations
- `console/yii users` - List users
- `console/yii users/disable` - Disable user
- `console/yii users/enable` - Enable user
- `console/yii users/passwd` - Change password

Development routines
--------------------

[](#development-routines)

- `vendor/bin/phpcs --ignore=vendor --extensions=php --standard=PSR2 .` - Run PSR checks

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~24 days

Total

5

Last Release

2794d ago

PHP version history (2 changes)1.0.1PHP &gt;=7.0.0

1.1.1PHP &gt;=7.1.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/ee34fa99653524d557c1b506e8f10ccede495c0d3459add251f8f5d08de6dd50?d=identicon)[ksar](/maintainers/ksar)

---

Top Contributors

[![svyatoslav-kubakh](https://avatars.githubusercontent.com/u/10621306?v=4)](https://github.com/svyatoslav-kubakh "svyatoslav-kubakh (36 commits)")

---

Tags

admin-toolphppostfixyii2maileryii2adminpostfix

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/ksar-postfix-admin/health.svg)

```
[![Health](https://phpackages.com/badges/ksar-postfix-admin/health.svg)](https://phpackages.com/packages/ksar-postfix-admin)
```

###  Alternatives

[nickcv/yii2-mandrill

Mandrill Api Integration for Yii2

29554.2k2](/packages/nickcv-yii2-mandrill)[boundstate/yii2-mailgun

Mailgun integration for the Yii framework

28160.6k](/packages/boundstate-yii2-mailgun)[yarcode/yii2-mailgun-mailer

Mailgun mailer implementation for Yii2

1576.0k](/packages/yarcode-yii2-mailgun-mailer)[djagya/yii2-sparkpost

A library provides Yii2 integration with SparkPost mail service

1816.3k](/packages/djagya-yii2-sparkpost)[yarcode/yii2-queue-mailer

Queue mailer decorator for Yii2 framework

1019.1k](/packages/yarcode-yii2-queue-mailer)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
