• 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!
  • 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. N

    How to use plesk antiviruses with Mail?

    @IgorG pardon my ignorance but how can I enable it for all mails on all domains? What's the correct regex for that? I used: allow any ^([a-z0-9_\.-]+)@([\da-z\.-]+)\.([a-z\.]{2,7})$ Hope it works Or should I use something like: ^\S+@\S+\.\S+$
  2. N

    502 error after modify the Settings of the site

    Errr, sorry. That was my keyboards auto correction. I meant php settings. Like fastcgi.
  3. N

    502 error after modify the Settings of the site

    Did you modify the phone settings? If so, revert it.
  4. N

    How to use plesk antiviruses with Mail?

    How can I scan incoming and outgoing emails? I have Odin Antivirus installed and I didn't do any changes to Postfix. But when I use tests, most of the files that weren't supposed to pass, passes. I have updated drweb by update.pl and tried it. Jul 29 19:26:02 cloud qmail-queue[41744]: scan...
  5. N

    Command line cli DNS Template Changes warning

    Does anybody know what's the exact command of "Apply DNS Template Changes" (Not the dns template one, the one that is there on every domain's dns zone) /usr/local/psa/admin/sbin/dnsmng --update "$i" doesn't do trick.
  6. N

    Dovecot issues

    In my setup I have Postfix and Dovecot and since if you want them to be secure, plesk's out-of-the-box setup of both is not sufficient so I was into tweaking/hardening them. My system is Debian 7, all the upgrades that plesk allowed me are done. For mail, I only used what Plesk suggested me...
  7. N

    Command line cli DNS Template Changes warning

    Indeed, I did try. I even tried implementing that to the script but it turned out to be futile.
  8. N

    FAil2Ban - jails are all inactive

    @trialotto, Unfortunately it's not the same. It can be said that it is a limited version of it or a bunch of rules all togather. Indeed, I can manually add my own iptables rules via the command line but why bother managing my rules from two different places whereas I can have only one script to...
  9. N

    Resolved How to globally disable X-Powered-By:PleskLin

    Run cat /usr/local/psa/admin/conf/templates/default/*.php | grep PleskLin If the result is positive and you see an entry there's another such entry to be removed. Run nano /usr/local/psa/admin/conf/templates/default/*.php Press ctrl + W to find PleskLin, and try searching it on every new...
  10. N

    Resolved How to globally disable X-Powered-By:PleskLin

    Strange, that did do the trick on my server which I just confirmed before posting here. Try restarting your Web servers, just in case they didn't reload the new config.
  11. N

    Resolved How to globally disable X-Powered-By:PleskLin

    Did you run /usr/local/psa/admin/sbin/httpdmng --reconfigure-all Afterwards?
  12. N

    FAil2Ban - jails are all inactive

    I'ld say activate all. What fail2ban does is it keeps checking your log files for attacks/brute force attempts/etc and when it finds one, it blocks the ip. But, are these the jails you have added or did they come with plesk? @trialotto, I find Plesk firewall insufficient since I can't add...
  13. N

    Resolved How to globally disable X-Powered-By:PleskLin

    Check /usr/local/psa/admin/conf/templates/default/server.php It is there.
  14. N

    Disable HTTP header X-Powered-By: PleskLin

    Let me revive the thread to say it is in /usr/local/psa/admin/conf/templates/default/server.php on the current Plesk version.
  15. N

    Command line cli DNS Template Changes warning

    OK, I have a what seems like a problem. I'm using this script as a cron to generate DKIM keys for the domains I have. It's an easy script. And it does it's job just OK. I have the necessary software installed and configured. The way it works is: The script check if the domain in queue has a...
Back
Top