• 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 Kevin Kleine

  1. K

    Plesk 12.5.30 email aliases and forwarding not working

    Output from the mchk utility: /usr/local/psa/admin/sbin/mchk --with-spam ==> Checking for: mailsrv_conf_init... ok ==> Checking for: mail_handlers_init... ok ==> Checking for: mailsrv_entities_dump... ok ==> Checking for: mail_admin_aliases... ok ==> Checking for: mail_auth_dump... ok ==>...
  2. K

    Plesk 12.5.30 email aliases and forwarding not working

    Does anyone know why emails sent to aliases set-up in Plesk 12.5.30 are not delivered or forwarded? Or how I should debug this?
  3. K

    Secure websockets (WSS)

    Dear all, Can anyone tell me how I should to set up a secure websocket server with Plesk? At this point I have set up the Plesk firewall so that traffic from/to port 8080 is allowed and I have a websocket server (Ratchet - a PHP implementation) running perfectly (but only for non-secure (ws)...
  4. K

    Plesk is preventing CORS headers from reaching external servers

    This PHP code worked for me: if ( isset( $_SERVER[ 'HTTP_REFERER' ] ) ) { header( 'Access-Control-Allow-Origin: ' . rtrim( $_SERVER['HTTP_REFERER'], '/' ) ); header( 'Access-Control-Allow-Credentials: true' ); header( 'Access-Control-Max-Age: 86400' ); } if...
Back
Top