Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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.
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...
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();
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...
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?
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...
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