• 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. Tsi-Shawn

    turn off SSLv2 and SSLv3 protocols on all domains on a server

    This was solved in an earlier thread by myself and others. Working fine on all domains. http://talk.plesk.com/threads/ssl-poodle-sslv3-bug.323338/page-2#post-761197 tech01 summed it all up nicely right around the middle of the first page.
  2. Tsi-Shawn

    Can't umount folder

    You are correct. Here are the steps used to unmount the second tmp folder. 1. /etc/init.d/psa stopall 2. umount /dev/tmpMnt 3 commented the line below in /etc/fstab files: # cat /etc/fstab |grep tmp tmpfs /dev/shm tmpfs defaults,nodev,nosuid,noexec 0 0 #/tmp /var/tmp none...
  3. Tsi-Shawn

    Can't umount folder

    Solved by Nikolay in chat support.
  4. Tsi-Shawn

    Can't umount folder

    Would like to see if I can get this resolved today as I have been having some crashes that I believe is directly related to this extra folder. This is the guide that I used http://www.eth0.us/tmp df -h |grep tmp /dev/tmpMnt 769M 55M 676M 8% /tmp tmpfs 5.7G 20K...
  5. Tsi-Shawn

    SSL POODLE / SSLv3 bug

    All working. Thanks to everyone for their assistance.
  6. Tsi-Shawn

    SSL POODLE / SSLv3 bug

    Did all this: mkdir -p /usr/local/psa/admin/conf/templates/custom/domain/ cp /usr/local/psa/admin/conf/templates/default/domain/nginxDomainVirtualHost.php /usr/local/psa/admin/conf/templates/custom/domain Edit the following file...
  7. Tsi-Shawn

    SSL POODLE / SSLv3 bug

    This seems to be a tad confusing. Modify where? cd /etc/nginx openssl dhparam -out dhparam.pem 4096 what am I modify by hand?
  8. Tsi-Shawn

    SSL POODLE / SSLv3 bug

    Yeah I see what you mean. I am still getting handshakes after that too. So changes have been made in: /etc/nginx/plesk.conf.d/server.conf /usr/local/psa/admin/conf/templates/default/server/nginxVhosts.php service nginx restart /usr/local/psa/admin/bin/httpdmng --reconfigure-all openssl...
  9. Tsi-Shawn

    SSL POODLE / SSLv3 bug

    I spent three hours in chat with plesk agents and nothing was resolved. I was given this article to follow http://kb.odin.com/en/120083 which is wrong as stated by the tech in chat AFTER I applied it on his direction. Try this and let me know how it works for you. nano...
  10. Tsi-Shawn

    SSL POODLE / SSLv3 bug

    According to this article: How to test for SSL POODLE vulnerability? $ openssl s_client -connect google.com:443 -ssl3 If there is a handshake failure then the server is not supporting SSLv3 and it is secure from this vulnerability. Otherwise it is required to disable SSLv3 support. How to...
  11. Tsi-Shawn

    Unable to trace Spam

    Another way (and this can suck) is to pull up your mail queue with mailq you should see something like this: 3048FA88A 1422 Tue Aug 27 09:38:04 [email protected] (host 206.247.145.161[206.247.145.161] said: 452 Too many recipients received this hour. You then have to dig down: nano...
  12. Tsi-Shawn

    Can't umount folder

    I have tmpfs loaded with no exec. The problem is the /dev/tmpMnt that was loaded while making the tmpfs noexec. Now both are being used?
  13. Tsi-Shawn

    Unable to trace Spam

    Does it error out? If you run a phpinfo() you can see where the php.ini is loading from.
  14. Tsi-Shawn

    Unable to trace Spam

    Open your php.ini nano /etc/php.ini and look for these ; Add X-PHP-Originaiting-Script: that will include uid of the script followed by the filename mail.add_x_header = On ; Log all mail() calls including the full path of the script, line #, to address and headers mail.log =...
  15. Tsi-Shawn

    Can't umount folder

    So yesterday I tried to follow along with http://www.eth0.us/tmp to secure m /tmp folder. It broke. I have since fixed the issues (chmod 1777 and not 0777) but I still have a second tmp mount point that I can't get rid of. /dev/tmpMnt on /tmp type ext2 (rw,noexec,nosuid,loop=/dev/loop0) tmpfs...
  16. Tsi-Shawn

    Plesk and Roundcube Send Problems

    I have this same problem on a single domain. Switching to Horde and mail sends. Switch back to roundcube and it times out. Did you find a fix for this?
  17. Tsi-Shawn

    Googlebots & Google Ratings. Fail on Plesk 12

    Awesome thanks for this. Didn't even think to look here.
  18. Tsi-Shawn

    Googlebots & Google Ratings. Fail on Plesk 12

    If you have a list of Google IP's could you pm them to me? I looked around and get from Google that there don't have a "set" list.
  19. Tsi-Shawn

    Key Migration

    I called in to support and they generated a new key for me and every thing is now working properly on the new server.
  20. Tsi-Shawn

    Googlebots & Google Ratings. Fail on Plesk 12

    Sure enough. I removed my custom blacklists from my iptables and Google Insights is now working. What does this say of google? All of my custom blacklist DROPS come from logwatch and are brute force attempts to root. tsk tsk google.
Back
Top