| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Postfixadmin 3.3.16 source code.tar.gz | 2025-09-09 | 1.9 MB | |
| Postfixadmin 3.3.16 source code.zip | 2025-09-09 | 2.2 MB | |
| README.md | 2025-09-09 | 960 Bytes | |
| Totals: 3 Items | 4.1 MB | 2 | |
- Correct PHP requirement to >= 7.2 - it seems we've managed to lose support for PHP 7.0 somehow (Smarty,PHPUnit), possibly related to https://github.com/postfixadmin/postfixadmin/pull/541.
- Make PHP session cookies more secure (add samesite, httponly and perhaps secure flags) - see https://github.com/postfixadmin/postfixadmin/issues/903, thanks @gitblacker
- Upgrade moment.js library used by bootstrap - includes fix for Regex DoS issues - see https://github.com/postfixadmin/postfixadmin/issues/902, thanks @gitblacker
- Add (lax) Content-Security-Policy HTTP header (see common.php) - see https://github.com/postfixadmin/postfixadmin/issues/905, thanks @gitblacker
- Add sqlite3 to Debian control dependency list - see https://github.com/postfixadmin/postfixadmin/issues/909, thanks @marner2
- Exclude the "ALL" domain from the Postfix SQL queries - see https://github.com/postfixadmin/postfixadmin/issues/916, thanks @Ramalama2