• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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