• 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 Sander V

  1. S

    Resolved Fail2ban fills up log with "findFailure failed to parse timeText"

    See subject. I've had this issue a few times now. The standard solution is to stop fail2ban, remove /var/log/fail2ban* and reinstall fail2ban. However, today it happened again and the above solution didn't work. Even removing /etc/fail2ban before reinstalling didn't work. I've determined that...
  2. S

    Can't remove or clear mail from mail queue in panel

    Today I updated Qmail through Plesk and sure enough, the bug still exists in the script. I'll see if I can contact the company.
  3. S

    Can't remove or clear mail from mail queue in panel

    I had the exact same issue myself, with qmail on Plesk 12.x and CentOS 7. Turns out /usr/local/psa/admin/sbin/mailqueuemng used the old way of starting and stopping qmail, by using the /etc/init.d/qmail script. However, this script does not exist anymore because of systemd. So I made a backup...
  4. S

    Getting "Not a main domain of subscription" in WordPress / mail_outgoing_restore

    It has been a while, but are you sure there aren't any domain records with a parentDomainId NOT zero? This worked for me: SELECT * FROM `domains` WHERE parentDomainId != 0 and id in (select object_id from Subscriptions where object_type='domain')
  5. S

    Getting "Not a main domain of subscription" in WordPress / mail_outgoing_restore

    Resolved it. The error message was exactly what it was: in the Plesk PSA database, there was a subscription record that pointed to a domain record that was actually a subdomain. After I removed this subscription record, the WordPress Toolkit did not produce an exception again. Running the mchk...
  6. S

    Getting "Not a main domain of subscription" in WordPress / mail_outgoing_restore

    I recently upgraded to Plesk 12.0.18 (currently MU #10) from Plesk 11.5. Two problems arose: 1) In WordPress Toolkit, I'm getting the exception "Not a main domain of subscription". 2) Outgoing mail control is not working correctly, I have to keep it disabled or nobody will be able to...
Back
Top