postfixadmin

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

OTHER License

Stars
1K

Bot releases are visible (Hide)

postfixadmin - PostfixAdmin 3.3.13 - MySQL fixes Latest Release

Published by DavidGoodwin almost 2 years ago

Fixes :

Which were from some MySQL collation changes missing from the 3.3 branch and a related fix for what was MariaDB only syntax (now ought to work for MySQL too) (related to the collation fixes).

See also https://github.com/postfixadmin/postfixadmin/compare/postfixadmin-3.3.12...postfixadmin-3.3.13

postfixadmin - PostfixAdmin 3.3.12 - minor updates

Published by DavidGoodwin almost 2 years ago

  • psalm and phpcs formatting fixes
  • Update smarty (4.3.0)
    • (this includes a smarty security fix that ought not affect PostfixAdmin).
    • includes fixes for PHP 8.1 and also #541
  • fixes #632 (passing a null value into htmlentities)
postfixadmin - PostfixAdmin 3.3.11 - Bug fixes

Published by DavidGoodwin over 2 years ago

  • Improve PHP 8 compatability (crypt())
  • Support $CONF['database_port'] when connecting to MySQL
postfixadmin - PostfixAdmin 3.3.10 - bug + security fixes

Published by DavidGoodwin about 3 years ago

(a previous 3.3.10 release didn't include a change to the version number in config.inc.php ... sorry)

postfixadmin - PostfixAdmin 3.3.9 - bug fixes

Published by DavidGoodwin over 3 years ago

postfixadmin - PostfixAdmin 3.3.8

Published by DavidGoodwin over 3 years ago

postfixadmin - PostfixAdmin 3.3.7

Published by DavidGoodwin over 3 years ago

postfixadmin - PostfixAdmin 3.3.5 - bug fix

Published by DavidGoodwin over 3 years ago

Version 3.3.5 - 2021/01/27

postfixadmin - PostfixAdmin 3.3.4 - bug fix

Published by DavidGoodwin over 3 years ago

  • Fix forgot-password (theme + trying to use class before autoload registered) (see //github.com/postfixadmin/postfixadmin/issues/427)
  • Fix PHP 8.0 issues (string{} offset in CLI, psalm warning about string + int in MailboxHandler)
  • Add PHP 8.0 to travis build + fix travis build
  • Fix editform to add linefeeds on for e.g. alias editing (see https://github.com/postfixadmin/postfixadmin/pull/424)
  • Fix mysql_crypt password hash - not all MySQL variants have RANDOM_BYTES function, so use our PHP based salt instead. (see https://github.com/postfixadmin/postfixadmin/issues/422)
postfixadmin - PostfixAdmin 3.3.3 - bug fix

Published by DavidGoodwin almost 4 years ago

Improve handling of exceptions if using dovecot etc for authentication.

Improve setup.php page error handling.

postfixadmin - PostfixAdmin 3.3.2 - bug fix

Published by DavidGoodwin almost 4 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 - PostfixAdmin 3.3.1 - bug fix

Published by DavidGoodwin almost 4 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 - PostfixAdmin 3.3.0

Published by DavidGoodwin almost 4 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 -

Published by DavidGoodwin over 4 years ago

postfixadmin -

Published by DavidGoodwin over 4 years ago

Postfixadmin 3.2.4 - 2020/04/17