• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Search results

  1. M

    Forwarded to devs faulty DKIM record created after customer migration

    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...
  2. M

    Issue Find all forwarded mail accounts - forwarding activated

    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 =...
  3. M

    Question Onyx, Let's encrypt and Webmail

    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...
  4. M

    Question Authenticate Owncloud from Plesk user database

    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
  5. M

    Question Authenticate Owncloud from Plesk user database

    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...
  6. M

    Question PLESK domain alias vs forwarding

    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?
Back
Top