• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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