• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Search results

  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