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

Webmail (horde) doesn't work

P

PeppezZ

Guest
When i try to access to webmail of mine domains i receive this type of error: HTTP Error 401.1 - Unauthorized: Access is denied due to invalid credentials.

I found this help using google: http://mohammednv.wordpress.com/2008/02/17/plesk-for-windows-webmail-error-webmail-cannot-be-found/

And in fact in my case in the list box i have nothing so i have to add php.exe as the document before said but when i try to add it, it says: "entries containing spaces need quotes around the file/path portion"
So i can't insert it because this string is wrong C:\Program Files\SWsoft\Plesk\Additional\Php\php.exe
What it wants i do? i don't understand....
And the problems for the unworking webmail is really this?
 
you can insert the path with quotes "C:\Program Files\SWsoft\Plesk\Additional\Php\php.exe"

you can also try these commands from command prompt

"%plesk_bin%\websrvmng.exe" --reconfigure-webmail
"%plesk_bin%\defpackagemng.exe" --fix --type=webmail.horde
 
thank you very much for answer, with your path line it works, so i added it thanks.

For the commands i receive an error:
Microsoft Windows [Version 5.2.3790]
(C) Copyright 1985-2003 Microsoft Corp.

C:\Documents and Settings\Administrator>"%plesk_bin%\websrvmng.exe" --reconfigur
e-webmail

C:\Documents and Settings\Administrator>"%plesk_bin%\defpackagemng.exe" --fix --
type=webmail.horde
The system cannot find the file specified. (Error code 2) at RegOpenKeyEx subKey
=SOFTWARE\Plesk\PSA Config\Config\Packages\webmail.horde
C:\Documents and Settings\Administrator>
 
Hi,

Use just

plesk_bin%\defpackagemng. exe" --fix --type=webmail

in Plesk 8.2
 
I have problem webmail.horde

C:\Program Files\SWsoft\Plesk\admin\bin>defpackagemng --fix --type=webmail
The system cannot find the file specified. (Error code 2) at RegOpenKeyEx subKey
=SOFTWARE\Plesk\PSA Config\Config\Packages\webmail

C:\Program Files\SWsoft\Plesk\admin\bin>defpackagemng.exe" --fix --type=webmail.
horde 'defpackagemng.exe" --fix --type=webmail.horde' is not recognized as an internal
or external command, operable program or batch file.

I have not access webmail into internet explorer, my plesk is 8.4, windows 2003 server sp2.

None of the sites access the webmail, this set in IIS but does not open the page of the horde.

someone can help me.
 
Generally 401.1 errors are handled with the following steps:

1) Right click on My Computer > Manage > Users and Groups > find IUSRPLESK_horde account > rigth click on it > set new password;
2) Go to IIS Manager > Web sites > webmail(horde) > Properties > Directory Security > Edit and make sure that you have IUSRPLESK_horde as an default account. Retype the password here as well;
3) You can also try to enable "Integrated Windows authentication" on this very page.
 
Back
Top