Fix missing /usr/sbin when User unable to change password
Fix missing /usr/sbin when User unable to change password
User unable to login into the mail server (webmail as well) if password has been changed after a mailbox has been created.
After some checking, discovered that /usr/sbin/dovecotpw was missing.
Here is a fix that worked for me:
cd /usr/sbin
touch dovecotpw
chmod 755 dovecotpw
chown root:root dovecotpw
Put the following contents into dovecotpwd
#!/bin/sh
/usr/bin/doveadm pw $*
After some checking, discovered that /usr/sbin/dovecotpw was missing.
Here is a fix that worked for me:
cd /usr/sbin
touch dovecotpw
chmod 755 dovecotpw
chown root:root dovecotpw
Put the following contents into dovecotpwd
#!/bin/sh
/usr/bin/doveadm pw $*
Re: Fix missing /usr/sbin when User unable to change passwor
Тоже самое и у меня. После смены пароля почтового ящика. В почтовый аккаунт не зайти.
Re: Fix missing /usr/sbin when User unable to change passwor
Мне помогло, то, что я описалimperio wrote:Тоже самое и у меня. После смены пароля почтового ящика. В почтовый аккаунт не зайти.
Re: Fix missing /usr/sbin when User unable to change passwor
Thank you for the hot fix. It was a know bug and I thought that I fixed it already, but it looks like I forgot about password change function.
rpm with updates is on the way.
rpm with updates is on the way.
Re: Fix missing /usr/sbin when User unable to change passwor
Issue has been fixed. Update is availbe. To apply it please run
Code: Select all
yum update vesta