I have problems with Debian Squeeze/ISPConfig 3.0.5.1 and Roundcube mail client. Sending and receiving works fine, but I can't change my password, set e-mail forwarding (from RoundCube, ISPConfig mail fw works). I tried a few things I've found online for this problem, but really can't step off "Soap Error: Error Fetching http headers". I do not have certificate for SSL. I've found this: Q: I get an error "Soap Error: fetching http headers" A: This happens when the plugins are trying to reach your interface under http but you have it run it under https. So just change it in the config file. Tried to play with force https variables (true/false), no luck. Any ideas?
I am accessing ISPconfig login panel via https://server1.dusandevic.com:8080 and not sure what /remote means.
Thanks a lot, I will take care of that. My friend installed ISPConfig for me so I don't have a lot of experience with that settings.
Set this to https and now everything is great: $rcmail_config['soap_url'] = 'https://<<YOUR SERVER>>:8080/remote/'; Thanks a lot!
well, read the install instructions. https://github.com/w2c/ispconfig3_roundcube/wiki/Installation-Instructions-(manual) In Step 5 it clearly states: /plugins/ispconfig3_account/config/config.inc.php
Ok, did not find the documentation on github maybe good idea to put link in readme file thx anyway, solved!