SOLVED - mail login problem, password changed.

Discussion in 'General' started by ressel, Dec 15, 2022.

  1. ressel

    ressel Member

    Hello,

    I have some issues wih login to mail, when password is changes in ISPConfig 3.2.9 client's can't login using roundcube or client, and I see that in dovecot mail log it says "(auth failed, 1 attempts in 2 secs)"

    I found that in mail_user db table on the slave server it containt this text: $rounds=5000 for affected accounts, screenshot below is from slave server db.
    I have tried running the server.sh in debug mode I see that data from master already contains the $rounds=5000 is a part if password hash.

    How can I solve this issue ?

    mail_pv_hashes.PNG
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    That's fine, and it should be there for any newer password changed in ISPConfig 3.2.x version, so this should not be the cause of your issue. The Linux password libraries, as well as Dovecot supported this format for many years, it's just a newer encryption algorithm $6$ vs. $1$.
     
    Last edited: Dec 15, 2022
  3. ressel

    ressel Member

    Ok, thank you.
    I think I found the problem.
    It seem's like client somehow has removed the Active flag, on mail domain.
     
    Last edited: Dec 15, 2022
    till likes this.
  4. ressel

    ressel Member

    And btw. thank you for your very fast reply.
     

Share This Page