• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Search results

  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.
  16. Fabian H

    Issue User not fully deleted

    Hi there, I just found that the owner of all files in my subscription are not owned by the systemowner of the subscription but a additional ftp user for a subdomain. I just removed that ftp user in hope it would update the file ownerships. It didn't. There is an error in the panel log file...
  17. Fabian H

    Issue Node.js install not working

    Ouh, I'm not sure how, but I did. Right now, the app is running with Node v17.8.0 and the require() commands.
  18. Fabian H

    Question use docker image without port mapping

    You can archive it by doing some voodoo in the shell. List your containers with docker ps Now, clone the container which has no port mapping enabled (in my case the name of the container is promcord) with docker commit promcord promcord_2 Now run the new container initially with the ports...
  19. Fabian H

    Question Migrating SpamAssassin database

    Alright, thanks. Another question about this: If using sa-learn utility, in which .spamassassin folder is the updated database synced? Maybe in all which are having the .spamassassin folder?
  20. Fabian H

    Question Migrating SpamAssassin database

    Hi there, I am just migrating my plesk server to another plesk server (other os). As I used the sa-learn utility multiple times for learning spam and my customers always marked mails as spam to train spamassassin, I want to migrate the spamassassins database to the new server too. How can I do that?
Back
Top