• 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 Fabian H

  1. Fabian H

    Issue Mails sent by MAILER-DAEMON to spam

    Same here. If my server has a hostname as a subdomain of a spf/dmarc-enabled domain, the mailer daemon messages are going to the "spam" folder. This is a critical problem as many users don't regularly check their spam folders. So, a server could get blacklisted without the postmaster's knowledge.
  2. Fabian H

    Question Best practice email setup

    Alright, I see, thanks for your thoughts! Is there a way to modify autodiscovery only for one specific domain? So, that as my client wants it, the domain's name is used within autodiscovery? Thanks!
  3. Fabian H

    Question Best practice email setup

    Hi there, Currently, all of my hostings are set up as follows: DNS: A: mail.domain.com -> domain.com A: domain.com -> IP MX: -> mail.domain.com Autodiscovery enabled in plesk admin, pointing to the server's hostname. Autodiscovery enabled within the mail settings of the domain. SSL certificate...
  4. Fabian H

    Question NodeJS does not work with type module

    Ist natürlich absolut lästig. Ich hatte vor einiger Zeit einen Chat mit dem Support, die meinten dass die Nutzung von ES6-Syntax oftmals buggy ist und eigentlich nur mit require() alles funktioniert. Hier gibt es übrigens eine Idee, dass Plesk auf die neuste Passenger-Version updaten soll...
  5. Fabian H

    Question Login to the plesk panel takes a long time

    Alright - so you just have to figure out which ip addresses are attacking most. If you are running on CentOS/AlmaLinux and Plesk with dovecot, you could simple run that command via ssh: grep "SASL LOGIN authentication failed: authentication failure" /var/log/maillog | awk '{print $7}' | cut -d...
  6. Fabian H

    Question Login to the plesk panel takes a long time

    Are you using Fail2Ban? If not - might be an option for you to block the attackers just before they get into the services.
  7. Fabian H

    Question Migrating SpamAssassin database

    Okay, I see! So, can you give some recommendments on how to configure it?
  8. Fabian H

    Question Migrating SpamAssassin database

    EDIT: I meant I am using sa-learn --spam /var/qmail/mailnames/$domain/$account/Maildir/.Spam/cur/ to train manually.
  9. Fabian H

    Question Migrating SpamAssassin database

    Thanks! Seems like it's correct, the nspam and nham in the databases are nearly the same. But what path is used without using the --dbpath parameter? So, sometimes obviously spam mails get a score of 2.0, but I and my customers are training the filter each time they get spam mails. For some of...
  10. Fabian H

    Question Migrating SpamAssassin database

    After my migration, lots more spam is incoming to my mail accounts. I checked with the sa-learn utility and the following is what I found: On the old (destination) server: [root@host-old:~]$sa-learn --dump magic 0.000 0 3 0 non-token data: bayes db version 0.000...
  11. Fabian H

    Issue User not fully deleted

    Yep, same ids. Can I safely do userdel?
  12. Fabian H

    Issue User not fully deleted

    Thanks for your suggestion! No, in passwd file, the primary system user is the first and the user "fhw" the second.
  13. Fabian H

    Issue User not fully deleted

    Maybe I misunderstand the kb article... But I cannot remove the user after changing the php handler, because it is not shown in the ftp user list.
  14. Fabian H

    Issue User not fully deleted

    No ideas, still?
  15. Fabian H

    Issue User not fully deleted

    Hi @IgorG , thanks for your quick reply. As in the topic, I already found that kb article, but I cannot retry as the user is not shown in the list. Also suspending and activating the subscription does not work at all.
Back
Top