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.
This issue is still active one year after the start of this discussion.
I fixed this by switching DKIM off and on for each domain:
plesk db -Ne 'SELECT name FROM domains WHERE parentDomainId=0;' > domains.txt
for domain in $(cat domains.txt); do
plesk bin domain_pref --update $domain...
Hallo
I try to find all mail accounts that are forwarded to certain domain
Since there is to my knowledge no command-line program for this, I look at the PSA database directly.
SELECT m.id,
concat(lower(m.mail_name), '@', lower(d.name)) as mailaddress,
(case when postbox =...
Hallo
On Plesk 12.5 I had a nice solution working, where I created a certificate for my webmail and used it via custom templates for horde.
Last night I upgraded to Plesk Onyx.
Plesk Onyx now can configure certificates for webmail. That's good!
I can select a certificate existing in Plesk. I...
Thanks for the link to the documentation.
I now thought I could use the XML API to query user information.
Obviously, one cannot ask "give me the password", but "is this the password for this account?".
I did not see any such API call.
Is there such an API today?
Thanks
Michael
Hallo
We have one server that runs the individual websites of up to 30 organizations.
It is controlled by Plesk 12.5 (Ubuntu 14.4).
On the same server, we also have Owncloud installed.
How can we easily manage the users in Owncloud, without duplicating the users created in Plesk?
The...
In plesk I can create a domain alias and a domain of type forward.
What are the differences of the two concepts?
My understanding is:
An Alias allows me to receive emails under different domains (if I choose to)
When forwarding I can also forward to a page in another domain.
Anything else?