• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Recent content by JohnBritto

  1. J

    Postfix sending emails to gmail

    Thanks for the answer. Finally the warning disappeared. I followed the steps. There is no "smtp_tls_CAfile" so i have to manually append that. At first try i get the following error in the logs.. cannot load Certificate Authority data: disabling TLS support Jul 14 04:44:28 sodexis...
  2. J

    Postfix sending emails to gmail

    Thanks for replying IgorG. I have no issue in sendnig email via google SMTP servers. I use google apps for my domain. Whenever sending an email, i get to see google complains of certification verification error in plesk mail logs. as i posted in previous posts. Could suggest way to...
  3. J

    Postfix sending emails to gmail

    Not yet . Still waiting for parallels to reply.
  4. J

    Postfix sending emails to gmail

    Hi, I followed your link discription.. But i dont have any cacert file in /etc/postfix/ssl/ . ssl directory not exist. What i have is in /etc/postfix/main.cf : smtpd_tls_cert_file = /etc/postfix/postfix_default.pem I did cat for Equifax and thawte certificate into postfix_default.pem...
  5. J

    Postfix sending emails to gmail

    Suffering from same error. +1 .any workaround .. anybody. Followed this POST of GregHL, but its not working. Awaiting response. Centos 6.4 Panel version 11.5.30
  6. J

    Error during AWStats update

    Getting same Error here.. unable to update awstat component. Any fix ?
  7. J

    how to view server-status in plesk enabled centos server.

    First of all, I thank you and relay appreciate your approach to solve my issue. I followed your way of adding conf in mod_status.conf . I tried with "allow from 127.0.0.1 localhost", but the browser get redirected to http://localhost/login which display plesk favicon. (Thus with that...
  8. J

    how to view server-status in plesk enabled centos server.

    Hi , I have removed # under httpd.conf and my httpd.conf for server-status are: ExtendedStatus On <Location /server-status> SetHandler server-status Order Deny,Allow Deny from all Allow from 127.0.0.1 </Location> when i do lynx http://localhost/server-status . either i get 403 forbidden...
Back
Top