• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Problem with webmail after last update

R

renis

Guest
After last update webmail was not working.

Found the problem after some research. All mappings at webmail site in IIS were removed. I don't know why.

Fixed the problem with adding only ASP mapping, knowing that mailenable webmail use only ASP.

For everyone that have this problem go to:

IIS/Webmail/Home Directory/Configuration/Mappings

Add

ASP - C:\WINDOWS\system32\inetsrv\asp.dll

I don't know this happend only to me. Also i don't know if this is a bug of latest update or Plesk reconfigurator for permissions.
 
also you can use the following command:

"%plesk_bin%\websrvmng.exe" --reconfigure-webmail
"%plesk_bin%\defpackagemng.exe" --fix --type=webmail
 
Back
Top