• 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. Linulex

    Question How to change main IP ?

    The ip adressess you change to with reconfigurator.pl should not be on the server. the script adds them to your server. you need to add the ip back to the table where you deleted it. make sure you only have the old ip adressess at the plesk ip address list, remove the new from the server via...
  2. Linulex

    Question Fail2Ban after a Server Restart

    Fail2ban works by reading logs in real time and adding rules to the iptables firewall. It adds a (temporary) rules (ban in fail2ban speak) to iptables when it sees something in a log that corresponds with a jail/filter and removes that rule again when the ban time is over. You even loose every...
  3. Linulex

    Important It's time to find out who is who in the community!

    Our hosting company targets all of the choices except vps and we have clients in all those markets. From shared hosting accounts over reseller accounts to high end full managed dedicated servers. We even provide managed services for other hosting companies that use plesk. So 2 choices isn't...
  4. Linulex

    Issue Time to make changes is very long

    Fail2ban can take a long time depending on these 2 parameters: - the number of domains on a server - the active jails fail2ban doesn't "re-use" logs. If you have 2 jails that use /var/www/vhosts/system/*/access_log then it opens every log twice. So you can do the math for your server: if you...
  5. Linulex

    Question How I enable anti-virus for all accounts in Onyx? The old way doesn't work anymore.

    I see i forgot to change the query. This query is for finding mailboxes with spamfilter not enabled. the virusfilter query is SELECT domains.id, domains.name, mail.mail_name, mail.postbox, mail.virusfilter FROM mail, domains WHERE domains.id=mail.dom_id AND mail.postbox=true and virusfilter =...
  6. Linulex

    Resolved domains not showing in webinterface

    some domains have a non-existent customer. Here is te solution Domains and subscriptions list is empty regards Jan
  7. Linulex

    Question How I enable anti-virus for all accounts in Onyx? The old way doesn't work anymore.

    Changing the database doesn't change the mailbox itself. you can use this php script to change all mailboxes. <?php $pwfile = "/etc/psa/.psa.shadow"; $pw = trim(file_get_contents($pwfile)); mysql_connect("localhost","admin", $pw); mysql_select_db("psa"); if (!($resdoms=mysql_query("SELECT...
  8. Linulex

    Resolved Avoid root folder path (INBOX).

    This is the result of a plesk feature. INBOX. is the way courier-imap works. Because it is possible to switch between courier en dovecot in plesk it is needed to configure the mail to be compatible with both. There is a compatibility mode that existing mailboxes would work with INBOX and new...
  9. Linulex

    Question Is an update of panel.ini editor extention planned to include Let's encrypt?

    @cepesh84 are you sure? I have plesk 17.0.17 the panel.ini editor page with all the possible options says [wpToolkit], according to you this is for plesk <= 12.5.30 should my panel.ini editor not say: [ext-wp-toolkit] ? Is the help page with all the possible entries in the panel.ini editor...
  10. Linulex

    Question Is an update of panel.ini editor extention planned to include Let's encrypt?

    Then panel.ini editor for plesk >= 17.0 needs an update? or even better: have it show the correct variant depending on the installed plesk version. regards Jan
  11. Linulex

    Question Is an update of panel.ini editor extention planned to include Let's encrypt?

    the panel.ini editor says something different then the docs. docs say Switching Off Automatic Integration of WordPress Installations [ext-wp-toolkit] autoAttachApsInstances = off not [wpToolkit] features.autoAttachApsInstances my question is: which of the two is correct? [ext-wp-toolkit] or...
  12. Linulex

    Question Is an update of panel.ini editor extention planned to include Let's encrypt?

    @IgorG thank you, is there also a bugreport for the wp-toolkit entry? or the panel.ini editor is wrong or the docs are wrong, or are they both right and can both be used? regards Jan
  13. Linulex

    Question Is an update of panel.ini editor extention planned to include Let's encrypt?

    The panel.ini editor needs a more updates by the looks of it. Switching Off Automatic Integration of WordPress Installations says: [ext-wp-toolkit] autoAttachApsInstances = off Panel.ini editor says [wpToolkit] features.autoAttachApsInstances=false which of the 2 is the correct...
  14. Linulex

    Question Is an update of panel.ini editor extention planned to include Let's encrypt?

    It is now possible to configure Let's Encrypt via panel.ini file Managing Let's Encrypt Settings The panel.ini editor extension however is lacking the entries at the moment Panel.ini Editor - Plesk Extensions is an update of the editor planned? regards Jan
  15. Linulex

    Question Use of different PHP versions in different folders

    have you looked at this? Working with a Staging Site regards Jan
  16. Linulex

    Resolved Looking for : ClamAV installation - step by step

    A dns lookup uses resources, why would you want to use resources to hand something between internal programes? Plus, a dns lookup is pretty useless when you work with an ip address. if you use the server ip address instead of localhost, you need to open those ports in the firewall. Why would...
  17. Linulex

    Prefered Way to add Custom Rules in Spamassassin

    I never looked at plesk crons, i just run my own crons periodicly centos 6 sa-update -v && /etc/init.d/spamassassin restart sa-update -v --nogpg --channel spamassassin.heinlein-support.de && /etc/init.d/spamassassin restart centos 7 sa-update -v && systemctl restart spamassassin.service...
  18. Linulex

    Resolved What is the command to recheck for updates via the commandline?

    /usr/local/psa/bin/sw-engine-pleskrun /usr/local/psa/admin/plib/DailyMaintainance/script.php -f CheckForUpdates Doesn't make the message go away /usr/local/psa/bin/sw-engine-pleskrun /usr/local/psa/admin/plib/DailyMaintainance/script.php -f InstallSystemPackageUpdates does a bit confusing...
  19. Linulex

    Resolved What is the command to recheck for updates via the commandline?

    Does anyone knows how to recheck for updates via the commandline so the error on the front page goes away? Plesk front page says: 2 updates available but these are updated overnight via yum. I can now login to every server, have plesk recheck for updates so the message goes away or check via...
Back
Top