• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Recent content by Pnia

  1. P

    Resolved 5.7.0 The message could not be sent. You are not allowed to use sendmail utility. 4.2.1 Message can not be delivered at this time

    Thanks, you solved my problem. Plesk Obsidian Versión 18.0.34 CentOS Linux 7.9.2009 (Core) [root@server /]# plesk repair mail example.com Repairing the mail server configuration Reconfiguring the settings of domains: example.com ........... [OK] Reconfiguring the mailboxes...
  2. P

    Resolved how to obtain the SSL/TLS certificate used for mail?

    If someone needs it, this is how you can make a database query from an extension $data= pm_Bootstrap::getDbAdapter()->query("SELECT * FROM table")->fetchAll();
  3. P

    Resolved how to obtain the SSL/TLS certificate used for mail?

    Thanks for your answer, i know it, but I mean with code, in an extension.
  4. P

    Resolved how to obtain the SSL/TLS certificate used for mail?

    This Query shows the information i need. SELECT d.name,ds.type,c.name FROM domains d LEFT JOIN DomainServices ds ON ds.dom_id=d.id AND ds.type='mail' LEFT JOIN Parameters p ON p.id=ds.parameters_id AND p.parameter='mail_certificate_id' LEFT JOIN certificates c ON c.id=p.value Is there any way...
  5. P

    Resolved how to obtain the SSL/TLS certificate used for mail?

    I've found "something" In the database there is something thatmight be what i'm looking for SELECT * FROM `Parameters` WHERE parameter='mail_certificate_id' what the field 'id' in that table refers to? Can i connect to database from an extension? maybe calling the command line?
  6. P

    Resolved how to obtain the SSL/TLS certificate used for mail?

    Nor can it be done by command line mailserver: Mail Server Settings
  7. P

    Resolved how to obtain the SSL/TLS certificate used for mail?

    Is there any way to get the certificate used in mail server? I can get if a domain is using DKIM for outgoing email with spam-protect-sign field of the api call for Mail Service Preferences Mail Service Preferences because the Extensions API (Extensions API Documentation - Plesk 18.0) don't...
  8. P

    Forwarded to devs Plesk migrator breaks DKIM records

    Is this bug still open? [BUG] Text "p=DKIM1;" is added to domain's DKIM DNS record after migration between two Plesk servers It happened to me migratin from two servers with Plesk Obsidian Versión 18.0.27 update #1
Back
Top