• 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.

Recent content by JonathanMueller

  1. J

    Can't create Sieve filter within Horde :(

    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...
  2. J

    Can't create Sieve filter within Horde :(

    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 (...
  3. J

    Can't create Sieve filter within Horde :(

    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...
  4. J

    IMAP over SSL has stopped working, HELP :(

    ==> /etc/courier-imap/imapd <== ##VERSION: $Id: imapd.dist.in 159 2011-11-14 02:07:00Z mrsam $ ==> /etc/courier-imap/imapd-ssl <== ##VERSION: $Id: imapd-ssl.dist.in 226 2012-06-22 12:20:43Z mrsam $ ==> /etc/courier-imap/pop3d <== ##VERSION: $Id: pop3d.dist.in 159 2011-11-14 02:07:00Z mrsam $...
  5. J

    IMAP over SSL has stopped working, HELP :(

    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
  6. J

    IMAP over SSL has stopped working, HELP :(

    Hey Faris, the first command gives me this output: Chain INPUT (policy ACCEPT 7126K packets, 4389M bytes) pkts bytes target prot opt in out source destination Chain FORWARD (policy ACCEPT 0 packets, 0 bytes) pkts bytes target prot opt in out...
  7. J

    IMAP over SSL has stopped working, HELP :(

    C'mon guys, this can't be so hard :( Please..
  8. J

    IMAP over SSL has stopped working, HELP :(

    Hey, I checked "/usr/local/psa/var/log/maillog" but when trying to connect over SSL no new log entry is created.
  9. J

    IMAP over SSL has stopped working, HELP :(

    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...
Back
Top