Old mail passwords still working after update (courier)

  • And the result of the following Mysql query?


    Shell-Script
    1. # mysql -u root -p<password>
    2. > use imscp;
    3. > select count(*) from mail_users where mail_addr = '[email protected]';


    Of course, you must replace [email protected] by your data.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'mysql> select count(*) from mail_users where mail_addr =


    in PMA there is only one entry for this mail-user

  • The query to execute is:


    Code
    1. select count(*) from mail_users where mail_addr = '[email protected]';

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Teamviewer?

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Well, most user send the IDS via PM. You can reset password after so...

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Ok

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Problem solved.


    This was due to the userdb file which was not purged. Indeed, we are now using the authmysql module to authenticate mail users but in your authdaemonrc file, you have both the authmysql module and the authuserdb module which explains why the old passwords still work... I've purged that file.


    i'll check in the stable branch and fix if needed.


    Can you retry now?


    BTW: You should consider to update to 1.1.1 (you're still using the rc4.7)...

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206