• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Strange password problem. Hope someone can help.

matthewroscoe

New Pleskian
Hi,

We recently decided to reset all email users' passwords.

I used the: SELECT CONCAT_WS('@',mail.mail_name,domains.name),accounts.password FROM domains,mail,accounts WHERE domains.id=mail.dom_id AND accounts.id=mail.account_id ORDER BY domains.name ASC; MySQL command to list the original ones and used: update accounts set password = 'newpassword' to reset them all.

I reran the SELECT CONCAT_WS('@',mail.mail_name,domains.name),accounts.password FROM domains,mail,accounts WHERE domains.id=mail.dom_id AND accounts.id=mail.account_id ORDER BY domains.name ASC; and could see that all the passwords were now 'newpassword'.

However, nothing seemed to have changed for the users.

I ran: /usr/local/psa/admin/bin/mail_auth_view and it listed all the email accounts and passwords but they still had the original passwords.

Even stranger, I manually changed a password in the Plesk panel and when I checked in SQL the password had changed and was different from all the others.

I'm really confused here, if someone could tell me what's going on so I don't have to manually change over 200 passwords I'd really appreciate it.

Thanks,

Matt
 
Back
Top