• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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 vovchinnikov

  1. vovchinnikov

    Resolved API install SSL certificate for mailserver

    You can use REST API, POST "/cli/{id}/call" method to execute domain_pref CLI command (domain_pref is previous name of subscription_settings command, but you can call it over API). Your example over API: curl -X POST "https://YOUR_IP:8443/api/v2/cli/domain_pref/call" -H "accept...
  2. vovchinnikov

    Question Editing the DNS template via cli

    You can't delete one record, you can only replace all records using --set command. When setting new records, all previous records will be removed.
  3. vovchinnikov

    Resolved Intermittent cURL error 6 citing Let's Encrypt / Mozilla ciphers, server restart does not resolve

    Does your server can resolve host "acme-v02.api.letsencrypt.org"? Please to check it using "nslookup acme-v02.api.letsencrypt.org" or "ping acme-v02.api.letsencrypt.org".
  4. vovchinnikov

    Issue Mail autodiscover doesn't work for Outlook 2019

    When you type the emailaddress, then you should click "Connect" (or "Add" button) in the popup, then Outlook asks you to your password. If it is not happened - Outlook didn't autodiscover your email. Try it again or try it again later. Outlook 2019/O365 receiving mail settings from his proxy...
  5. vovchinnikov

    Forwarded to devs DKIM, SPF and DMARC ok, but mails are not working

    Email blacklist check results for one of host in delivery chain from your headers: in two blacklists Network Tools: DNS,IP,Email in four blacklists https://www.debouncer.com/blacklistlookup?t=91.160.32.246 I think the problem is this.
  6. vovchinnikov

    Forwarded to devs DKIM, SPF and DMARC ok, but mails are not working

    Really, all records is valid. Please provide source data one of emails which gets into Gmail spam from present domain. In order to do this it is necessary to open letter, click "More" button, then "Download message".
  7. vovchinnikov

    Issue PHP_Error.log inflation issue

    Hi, Marc. I just checked your case on my Plesk 17.8.11, and when I setting log_errors=off (for PHP 5.6.40) - the errors stop logging. Are you sure that these PHP settings are for your site? I don't know why it did not help You, but You can try to set error_reporting=0 (in this case, no errors...
  8. vovchinnikov

    Resolved Access files across domains

    Hello, @BobC You can not share folder to another subscription, because each subscription has own user which has access only to his own folder. But you can create some domains in one subscription, then your files structure will look like this: /var/www/vhosts/example1.com/httpdocs - domain...
Back
Top