Mailu v1.2.1 Release Notes

Release Date: 2016-09-28 // over 7 years ago
    • 🐛 Bug: fix the migration script regarding wildcard aliases.

    If you installed 1.2.0 and migrated already, simply run this against your sqlite database:

      UPDATE alias SET wildcard=0 WHERE wildcard IS NULL;