PostfixAdmin - web based virtual user administration interface for Postfix mail servers
PostfixAdmin - web based virtual user administration interface for Postfix mail servers
An open source, web based interface for managing domains/mailboxes/aliases etc on a Postfix based mail server.
Integrates with :
Some screenshots of Postfixadmin in action (as admin and user)
config.inc.php and change the version variable. Also update min_db_version in functions.inc.php if there were changes in upgrade.php.Github actions is configured to run unit tests, once something is appropriately pushed, or * run vendor/bin/phpunit tests (but this will not test against different PHP versions).
You should be able to use ACT (https://github.com/nektos/act) to run the tests locally, this will require docker etc.
composer format - should fix styling issues (spaces etc in the code)composer psalm - should detect some obvious errors (e.g. a typo in a function name, referencing an invalid class etc)No open issues yet, or sync has not completed.