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.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
OK, I finally found the issue:
Recently I did some dovecot config modifications:
New file: /etc/dovecot/conf.d/99-custom.conf with the following contents:
..
protocols = imap
..
This only enables dovecot imap support. (And disables the default pop3 support)
Looks like I forgot to add `sieve`to...
This did not change anything.
In the _connect method of `/usr/share/psa-horde/ingo/lib/Transport/Timsieved.php` I added some debugging:
$res = $this->_sieve->getError();
print_r($res);
This gives me the full backtrace log when the error occurs, maybe this helps a bit more:
PEAR_Error Object
(...
Hey,
I want to create a Sieve filter for my email account using the Webmail interface of Horde.
When I save a script at /ingo/basic.php?page=filters I get the following error message:
Please note: My system language is German. See my translation of the German error messages within braces...
THANK YOU so much! This fixed the problem for me. I'm also now able to restart "Courier IMAP server with SSL/TLS support".
I did not modify these files by hand. Seems to be a Plesk issue.
Thanks again *happy* <3
Hey guys,
I recently upgraded PLESK on my Debian Server (v 6.0.7) from 10.x to 11.5.30 Update #13.
Since then IMAP over SSL (Port 993) has stopped working. I'm only able to receive emails when they come over a non-SSL connection (Port 143).
What to do? Where can I see what's the problem? Has...