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.
on linux - based systems, you have the choice to use "find" and/or "grep", which gives you the possibility to search for a defined text for example. You could use:
grep -r 'Configure Email Client' /usr/local/psa ( which will for example lead you to: => "/usr/local/psa/admin/application/smb/resources/languages/en-US/controllers/email-address/configuration.php" )
Now you see at "configuration.php", that the fields are named with "fieldIncomingServer" and "fieldOutgoingServer", which again can be searched with a "grep" - command... for example:
grep -r 'fieldIncomingServer' /usr/local/psa
and grep -r 'fieldOutgoingServer' /usr/local/psa
Both commands will now point you to the basic file "/usr/local/psa/admin/application/smb/views/scripts/email-address/configuration.phtml", where the queries are done: