• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Recent content by hophop

  1. H

    Question DNSSEC

    What is the differents to do manual dnssec setup and buying the addon ($4.50 p/m) and have a giu ? (Should this work or not) Manual setup: https://www.digitalocean.com/community/tutorials/how-to-setup-dnssec-on-an-authoritative-bind-dns-server--2
  2. H

    Altermime

    Anyone can give me a hand installing altermime with plesk 12 (dovecot/postfix) ? Used this link, but it didn't work. Message: Dec 22 16:19:25 mydomain postfix/pipe[19385]: EC73228C22B3: to=<[email protected]>, relay=dfilt, delay=0.53, delays=0.52/0.01/0/0, dsn=2.0.0, status=sent (delivered via...
  3. H

    Change Horde from webmail.domain.tld to www.domain.tld/webmail/

    An Update: Changed the following file: /usr/share/psa-horde/config/registry.php and added the following: $this->applications = array( 'horde' => array( 'initial_page' => 'services/portal/index.php', 'name' => _("Horde"), 'provides' => 'horde', 'webroot' => '/webmail', Also changed...
  4. H

    Change Horde from webmail.domain.tld to www.domain.tld/webmail/

    Thanks @IgorG for the response. I didn't modified the nginx file, so changed both of the files. Then i created a symbolic link ---> ln -s /usr/share/psa-horde/ /var/www/vhosts/domain.tld/httpdocs/webmail When i go to www.domain.tld/webmail/ the site jumps back to www.domain.tld/login.php...
  5. H

    Change Horde from webmail.domain.tld to www.domain.tld/webmail/

    the custom/domainWebmail.php i changed to this: <?php echo AUTOGENERATED_CONFIGS; ?> <?php /** @var Template_VariableAccessor $VAR */ ?> <?php if (!$VAR->domain->webmailActive) { echo "# Domain is disabled or suspended\n"; return; } ?> ServerAlias "www.<?php echo $VAR->domain->asciiName...
  6. H

    Change Horde from webmail.domain.tld to www.domain.tld/webmail/

    Hi THere, I cannot get horde to work (plesk 12 on ubuntu 14) on www.domain.tld/webmail (default is webmail.domain.tld) - created a folder in usr/local/psa/admin/conf/templates/custom - copied the domainWebmail.php. - Changed the parameter so i would go to the url i wanted. - then run ...
Back
Top