Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
That will never works as localhost has no valid ssl certificate.
The config needs changing to 'localhost' but every update of roundcube the new config file will break it back to ssl://localhost..
That will never works as localhost has no valid ssl certificate.
The config needs changing to 'localhost' but every update of roundcube the new config file will break it back to ssl://localhost..
True, and for the SMTP port 25 afcourse also for the IMAP I qoute out the ssl part with //
Dont think its needed als you change the server to localhost but thats what worked for me the first time.
Plesk really needs to fix this, not to happy about webmail breaking with every update.
True, and for the SMTP port 25 afcourse also for the IMAP I qoute out the ssl part with //
Dont think its needed als you change the server to localhost but thats what worked for me the first time.
Plesk really needs to fix this, not to happy about webmail breaking with every update.
While Plesk investigates I wrote a small Ansible playbook that 'fixes' the issue. Don't know if you're using Ansible, but here's the bash script .
sed -i.bak 's/993/143/g' /usr/share/psa-roundcube/config/defaults.inc.php
sed -i.bak 's/465/587/g' /usr/share/psa-roundcube/config/defaults.inc.php
sed -i.bak '142s/ssl:\/\/localhost/localhost/g' /usr/share/psa-roundcube/config/defaults.inc.php
sed -i.bak '266s/ssl:\/\/localhost/tls:\/\/localhost/g' /usr/share/psa-roundcube/config/defaults.inc.php
service postfix restart
My I sugest that you give some more information? Did you try debug mode so you have some more information to share?
Also are you able to connect to imap with outlook/thunderbird/Live mail or anything else?
Did you also manualy check the defaults.inc.php to check if the settings are correct? Do not replace it with the file a few posts back as the new version of Roundcube added some modules witch are not in the old config file. Also you could try to go to updates & upgrades and remove Roundcube. Now check the folder for the defaults.inc.php, if its there remove it and then reinstall via updates & upgrades.
I tried all the fixes proposed here and roundcube is still saying "Imap server connection error" when trying to login. Is there anything more I can do to fix this?
Thanks, with te remove the files should be deleted automaticly from /usr/share/psa-roundcube/config/..
If that doenst work, try adding the next rule to the end of the config.inc.php file
Code:
$config['debug_level'] = 4;
It will give more information on whats going on...
Also try to put your information in one post.. I'm now getting 3 e-mails about that you posted someting..