Postfixadmin Versions Save

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

postfixadmin-3.3.13

1 year 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-3.3.12

1 year 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-3.3.11

2 years ago
  • Improve PHP 8 compatability (crypt())
  • Support $CONF['database_port'] when connecting to MySQL

postfixadmin-3.3.10

2 years ago

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

postfixadmin-3.3.9

3 years ago

postfixadmin-3.3.8

3 years ago

postfixadmin-3.3.7

3 years ago

postfixadmin-3.3.5

3 years ago

Version 3.3.5 - 2021/01/27

postfixadmin-3.3.4

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-3.3.3

3 years ago

Improve handling of exceptions if using dovecot etc for authentication.

Improve setup.php page error handling.