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

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