• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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