RainLoop / rainloop-webmail

Simple, modern & fast web-based email client
http://rainloop.net
MIT License
4.12k stars 895 forks source link

Unable to get hmailserver plugin to work #1276

Open technicallyalterd opened 7 years ago

technicallyalterd commented 7 years ago

Rainloop 1.10.5.192, Running on IIS with PHP 7.0.9

I have installed the hmailserver plugin, and I can not seem to get it to allow me to change passwords.

It continually gives me "Could not save new password."

Any ideas on where to look next?

Oxymoron290 commented 7 years ago

Did you setup the hMailServer administrator password in the plugin configuration? This is the same password you would use to launch the desktop administrator configuration utility. Does the PHPWebAdmin utility that comes with hMailServer work?

Oxymoron290 commented 2 years ago

Oh look, here I am 5 years later answering my own question. Except this time the answer is a little different. You can further check DCOM permissions in the event viewer:

  1. Open EventViewer by searching for it on the start menu
  2. In the right pane menu naviate to Windows Logs -> System
  3. Observe any "Warning" level logs from the "DistributedCOM" source

Mine said something to the affect of The application-specific permission settings do not grant Local Activation permission .. to the user IIS APPPOOL\WebMail.

Added the permission to that specific user using the instructions from the website. image