Skip to content

Releases: postfixadmin/postfixadmin

PostfixAdmin 3.3.2 - bug fix

13 Jan 10:59
Compare
Choose a tag to compare
  • 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 - bug fix

11 Jan 09:39
Compare
Choose a tag to compare

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

09 Jan 14:22
Compare
Choose a tag to compare
  • 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

17 Apr 08:37
Compare
Choose a tag to compare

Postfixadmin 3.2.4 - 2020/04/17

postfixadmin-3.2.3

17 Apr 08:38
Compare
Choose a tag to compare
  • Upgrade Smarty (v3.1.33, upstream security fix), see 907bd7e
  • Fix SQLite paging issues, see #161 and #87
  • Fix postfixadmin-cli, see #296