• 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 AndreiW

  1. A

    Question Tomcat tutorial

    Thank you, I will try it next days
  2. A

    Resolved SpamAssassin can't be activate

    I have find a way to install it properly After apt-get install fails, go to these two files and replace #!/bin/sh with #!/bin/bash /var/lib/dpkg/info/spamassassin.postinst /var/lib/dpkg/info/sa-compile.postinst Then repeat apt-get install
  3. A

    Resolved SpamAssassin can't be activate

    I replaced the - and now I have a problem with folders ownership, root instead of debian-spamd So must be something else
  4. A

    Resolved SpamAssassin can't be activate

    su - (here) debian-spamd -c "sa-update --gpghomedir /var/lib/spamassassin/sa-update-keys --import /usr/share/spamassassin/GPG.KEY" If I removed the minus - works like it should su debian-spamd -c "sa-update --gpghomedir /var/lib/spamassassin/sa-update-keys --import...
  5. A

    Resolved SpamAssassin can't be activate

    /etc/sudoers: parsed OK /etc/sudoers.d/README: parsed OK
  6. A

    Resolved SpamAssassin can't be activate

    # We want to do a small amount of macro processing during channel installs, # based on the values as passed in via 'make' my %MACRO_VALUES = ( 'VERSION' => '3.004002', 'CONTACT_ADDRESS' => 'the administrator of that system', 'PREFIX' => '/usr', 'DEF_RULES_DIR'...
  7. A

    Resolved SpamAssassin can't be activate

    Exactly this error: -su: 50: Syntax error: "(" unexpected
  8. A

    Resolved SpamAssassin can't be activate

    Setting up spamassassin (3.4.2-0ubuntu0.16.04.1) ... + set -e + [ configure = triggered ] + [ configure = configure ] + getent passwd debian-spamd + mkdir -p /var/lib/spamassassin + stat -c %U /var/lib/spamassassin + OWNER=debian-spamd + stat -c %G /var/lib/spamassassin + GROUP=debian-spamd +...
  9. A

    Resolved SpamAssassin can't be activate

    Building dependency tree Reading state information... Done The following additional packages will be installed: sa-compile Suggested packages: razor pyzor libmail-dkim-perl libencode-detect-perl The following NEW packages will be installed: sa-compile spamassassin 0 upgraded, 2 newly...
  10. A

    Resolved SpamAssassin can't be activate

    Any help with this?
  11. A

    Resolved SpamAssassin can't be activate

    I tried to activate spamassassin using plesk installer. Ubuntu 16 / Plesk 17.8 remove/install manually, or remove, purge, apt clean etc - same error Setting up spamassassin (3.4.2-0ubuntu0.16.04.1) ... -su: 50: Syntax error: "(" unexpected dpkg: error processing package spamassassin...
  12. A

    Question Often seeing table hash .../poplock... has changed -- restarting

    Same thing Nov 9 18:58:17 mail postfix/smtpd[1401]: table hash:/var/spool/postfix/plesk-pop/poplock(0,lock|fold_fix) has changed -- restarting Nov 9 18:58:17 mail postfix/smtpd[1400]: table hash:/var/spool/postfix/plesk-pop/poplock(0,lock|fold_fix) has changed -- restarting Nov 9 18:58:17...
  13. A

    Question Tomcat tutorial

    Hi guys, I know Tomcat is no longer supported in newer versions of Plesk, but I really need it for one customer. Can someone help with a tutorial, a link, how can I manually install Tomcat and make it work for this customer? Thanks. ;) Plesk Onyx Version 17.8.11 Ubuntu 16.04
Back
Top