Postfixadmin Versions Save

PostfixAdmin - web based virtual user administration interface for Postfix mail servers

postfixadmin-3.3.2

3 years ago
  • Slightly improved documentation (See DOCUMENTS/HASHING.md)
  • Fix issue with vacation's not saving/working, change to support date AND time (previously just date).
  • Improve setup.php for existing users (more helpful prompt if their setup_password hash is in the old format).
  • Possible improvements for Debian packages

postfixadmin-3.3.1

3 years ago

Bug fix release based on feedback from 3.3.0.

Should resolve issues with the new theme not appearing (if you had theme_css defined in your config) and the CLI not working.

postfixadmin-3.3.0

3 years ago
  • Change of theme (bootstrap)
  • Security improvements (setup.php)
  • Change of internal database routines (moved to use PHP's PDO)
  • Various improvements and bug fixes (psalm static analysis)

Users moving to v3.3.0 will find their existing setup_password will no longer work, and will need regenerating - either using the form on https://youriste.com/postfixadmin/setup.php or by using something like :

php -r 'echo password_hash("topSecretPassword", PASSWORD_DEFAULT);'

which will output something like : $2y$10$sYSaSQecc6kSs..........oyn.ttQxtKIUPV/q8eS6

`

postfixadmin-3.2.4

4 years ago

Postfixadmin 3.2.4 - 2020/04/17