• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Recent content by danami

  1. danami

    Resolved Fail2ban plesk-dovecot does not ban bad logins

    This is because dovecot 2.4 logs to a different format that doesn't match the old filter. As a temp fix you can replace the old filter with the latest dovecot filter from the fail2ban github repo. I've tested the new dovecot filter it and it works with dovecot 2.4...
  2. danami

    Issue Upgrade to 18.0.73 #2 another dovecot bug ?

    You should also check for any customizations to the dovecot configs in /etc/dovecot/conf.d/ . Plesk 18.0.73 upgraded to dovecot 2.4 which uses an entirely different config format so any customizations would need to be updated to the new format...
  3. danami

    Issue Upgrade to 18.0.73 #2 another dovecot bug ?

    Check the systemd-journal for errors with the command: journalctl -xeu dovecot.service If you see the error below then you have to update the Warden extension to the latest version: Fatal: Error in configuration file /etc/dovecot/conf.d/99-warden.conf line 9: Unknown section name The latest...
  4. danami

    Resolved The connection to the IMAP server failed

    @Alexander Bien Make sure that you have updated to Plesk Obsidian 18.0.73 Update 2 as they should have fixes for that: From the Plesk changelog: Fixed the issue where, after updating to Plesk Obsidian 18.0.73, Thunderbird could not send or receive emails when “Encrypted Password” was selected...
  5. danami

    Resolved The connection to the IMAP server failed

    I recommend that you tail your maillog and then do a send a receive with your email client and check for any errors: tail -f /var/log/maillog
  6. danami

    Resolved The connection to the IMAP server failed

    Check and make sure that the dovecot service is running properly on the server with the command: systemctl status dovecot
  7. danami

    Issue Dovecot global rules

    @Geraldo V Vieira Plesk Obsidian 18.0.73 upgraded dovecot to version 2.4 which has an entirely different syntax from 2.3 so the old syntax will not work. You will have to update your configuration accordingly. https://doc.dovecot.org/main/installation/upgrade/2.3-to-2.4.html
  8. danami

    Resolved Juggernaut Security and Firewall Plesk Addon

    We have released Juggernaut Firewall 5.02 with adds AlmaLinux 10 support: https://www.danami.com/clients/announcements/164/Juggernaut-Security-and-Firewall-5.02-Released.html
  9. danami

    Input Warden Antispam & Virus Protection Extension for Plesk

    We have released Warden 5.03 which should fix any issues related to Plesk 18.0.73 with dovecot 2.4: https://www.danami.com/clients/announcements/165/Warden-Anti-spam-and-Virus-Protection-5.03-Released.html
  10. danami

    Input Warden Antispam & Virus Protection Extension for Plesk

    @papahausa The team worked over the weekend to get everything fixed. It is in final testing and will be released in the next few days.
  11. danami

    Input Warden Antispam & Virus Protection Extension for Plesk

    @danami Does this mean anything learnt by Warden in that time is also lost? Yes it would be lost. I recommend that you switch back to the default MySQL backend.
  12. danami

    Input Warden Antispam & Virus Protection Extension for Plesk

    @lightingman2003 Looking at your screenshot it looks like you are using Redis as your Bayes back end (because it doesn't have token counts like the default MySQL back end). So when you reboot it clears anything stored in Redis because redis isn't set to persist...
  13. danami

    Input Warden Antispam & Virus Protection Extension for Plesk

    @lightingman2003 Are you maybe using Redis as the Bayes back end? Remember that Redis is an in memory engine and would get cleared when Redis is rebooted (if you don't have Redis set to save to storage). If you aren't using Redis then I recommend opening a support ticket in our client area then...
  14. danami

    Input Warden Antispam & Virus Protection Extension for Plesk

    @papahausa We've updated that KB article with additional changes. https://www.danami.com/clients/knowledgebase/299/How-can-I-fix-the-error-doveconf-Fatal-Error-in-configuration-file-oretcordovecotorconf.dor99-warden.conf-line-9-Unknown-section-name-plugin-after-upgrading-to-Plesk-18.0.73.html...
  15. danami

    Input Warden Antispam & Virus Protection Extension for Plesk

    @papahausa Yes this is because Plesk upgraded dovecot to version 2.4.1-4 which uses a completely different configuration syntax to all previous versions of dovecot. We have a KB article with a temp fix...
Back
Top