• 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.

Can't login to Horde after update 9.0.1

same here

same here, in /var/log/messages i get the following error-message:

Mar 1 00:34:06 s41204091 Plesk/Courier authd[12218]: No such user 'user@horde.webmail.domain.de' in mail authorization database

should probably be "user@domain.de", haven't found a way to fix it yet, anyone?
 
Hello,

It looks like the Berkeley Database with credentials of all mail accounts is missing. The database should be recreated. Use Plesk utility mail_auth_dump:

~# /usr/local/psa/admin/sbin/mail_auth_dump

~# file /var/lib/plesk/mail/auth/passwd.db
/var/lib/plesk/mail/auth/passwd.db: Berkeley DB (Btree, version 9, native byte-order)
~#

You can also check the following article:

http://kb.odin.com/en/5464
 
Back
Top