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

Search results

  1. W

    Question Special characters in local part of email address (Email Address Internationalization standards)

    From what I know, both Dovecot and Postfix allow for UTF-8 characters in the local part of an email address, the part that comes before the @. However, in Plesk I can't set up an email address like e.g. E=mc2@einste.in or even just with a German umlaut, like mötör@he.ad Is there a way to...
  2. W

    Question Is there a way to use the Woocommerce command line tools ('wp wc') with plesk ext wp-toolkit --wp-cli

    A surprisingly high number of users have viewed this question, but no answer so far, so I will just post the code for the quick script I put together. Maybe someone else finds it useful: <?php require __DIR__ . '/vendor/autoload.php'; use Automattic\WooCommerce\Client; $woocommerce = new...
  3. W

    Question Is there a way to use the Woocommerce command line tools ('wp wc') with plesk ext wp-toolkit --wp-cli

    There are a couple of tools that are helpful to run as a cron job, e.g. I could just run wp wc tool run regenerate_product_lookup_tables I know that each tool has a REST API equivalent but to run them a POST request is needed, so this doesn't work with CRON. Do I need to write a script just to...
Back
Top