Skip to content

Virtual Exim 2.3 "Slow Train"

Latest
Compare
Choose a tag to compare
@rimas-kudelis rimas-kudelis released this 17 Aug 11:09
· 103 commits to master since this release

The long awaited 2.3 release is finally here!

Changes since v2.2:

  • Passwords can now be hashed using stronger algorithms (e.g. SHA-512) and correctly stored
  • Clear-text passwords are no longer stored next to their hashed forms
  • Password complexity checks prevent setting passwords that are too simple
  • It is now possible to generate random passwords when creating users
  • Vexim now uses PDO for database access instead of the PEAR-DB libraries
  • Short PHP opening tags have been replaced with "normal" ones
  • UTF-8 is now used throughout the web interface and in the database
  • New Russian and Italian translations, improved German translation
  • SpamAssassin can now be easily disabled or enabled for all users within a domain
  • Users can now decide whether Spam should be automatically moved to a Spam folder, or ditched
  • Login page now has just one field for the username (instead of two separate fields for localpart and domain)
  • Other minor improvements and bugfixes

INSTALLATION AND SYSTEM REQUIREMENTS
Please refer to the README.md file

UPGRADING
Upgrade instructions are available on the Wiki