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

    Plesk 11 - recompile apache/php - FD_SETSIZE value

    I have a question regarding this: http://kb.parallels.com/en/967 Has anyone recently tried this on Plesk 11? Article says that this applies to Plesk 8/9/10, so i was just wondering.... I suppose it should work for Plesk 11 as well - without nginx. Maybe with nginx is different story :)
  2. M

    Change default PHP Support option

    You're welcome! I'm glad that you solved at least one part of the "problem". Good luck!
  3. M

    Change default PHP Support option

    I was playing a bit with Power User mode here: http://www.parallels.com/products/plesk/demos/ You said that you switched to Service and you didn't saw any service plan? Well, you can always create NEW service plan, set configuration and limit as you wish (also set this "PHP support runs as"...
  4. M

    Change default PHP Support option

    I'm curious, what is stoping you to change Interface? This Power User mode is so important? :) I bet you will get used to Service Provider view fast.
  5. M

    Change default PHP Support option

    Can't help you anymore on this one, I've tried to change Interface to Power User view, but unfortunately with no success (clients / resellers are created on every server). Must be there sometiming in options, search a bit, I've never used power user mode, so I don't even know how does it...
  6. M

    Change default PHP Support option

    Most likely all new subscriptions (domains) have same service plan, so you can change that by going to: Home --> Service Plans --> (pick your plan name) --> click on tab "Hosting Parameters" --> under "Scripting" run PHP as (pick something). Update & Sync - note, this will only sync with...
  7. M

    High CPU Usage

    Logs my friend, logs. First of all check mail queue. Then move to other logs, they will tell you something 1000%. There must be something in logs if CPU power is so high all the time. Sign, if you have CPU on 100% for 5 days - should tell you that something really nasty is going on and you...
  8. M

    How to run cron tasks with a chrooted user that uses PHP?

    You manage to successfully add command into crooted shell? Have you tried to login in chroot and try it? Although I didn't try to add php command to chrooted shell, I only added "rysnc, nano, svn, find, etc....." (for some of them next command won't be enough, but for some it was all i have...
  9. M

    How do you make a global change for log rotation on all subscriptions/domains?

    I suggest that you change this option on service plan it self and then sync. For those subscription that are locked, you will have to do it manually. Because you will change this value on service plan, you won't have to pay attention on this option for future clients. Setup this option...
  10. M

    High CPU Usage

    I've answered you already yesterday and i got message "redirecting, this post will not be visable until moderator approved it......" .... so anyway.... i will write again. It's good that you increased RAM/CPU power, but i think problem is somwhere else. When does your daily crons from Plesk...
  11. M

    [urgent] backup email from one server to plesk

    You can move this domain to any server you want. This imapcopy gives you power to transfer/move all emails through IMAP where ever they are. I can move emails between your two server from my server. All i need is IP addresses from both server and email account name/password, nothing else. It...
  12. M

    Quotas for Outgoing Mails

    Maybe this help: http://www.cyberciti.biz/faq/postfix-limit-incoming-or-receiving-email-rate/ http://serverfault.com/questions/432888/sending-a-large-number-of-mails-causing-problems-on-centos-6-plesk-10
  13. M

    [urgent] backup email from one server to plesk

    Have you successfully moved e-mails?
  14. M

    [urgent] backup email from one server to plesk

    Simple, POP - no transfer (i guess you know why) - clients won't lose any of their emails. For IMAP, I'm using this: http://www.howtoforge.com/how-to-migrate-mailboxes-between-imap-servers-with-imapcopy So far working great, I already transfered thousands and thousands of e-mails. If...
  15. M

    How to disable email aliases and forwarding?

    There is no such option in Plesk, at least not for now. If only one person would have access to this subscription, only thing you could to is to create custom user role and disable access to manage and create new mail accounts. This way, person assigned to this subscription won't be able to...
  16. M

    Redirect Email

    I don't know if i understood you correct, so correct me please. Your domain that is running with gmail service (google apps) must have following SPF record: v=spf1 include:_spf.google.com ~all http://support.google.com/a/bin/answer.py?hl=en&answer=178723 In addition, you can add new...
  17. M

    Change provider / reseller

    At the moment, you can't do that within Plesk. You've to do everything manually. Move subscription to yourself as admin, copy clients information somewhere, delete client, create new client on new reseller, fill the data, move subscription back to him. I know, this is very bad solution, i...
  18. M

    How to locate /var file and delete Log file?

    If the file has 38GB, then using nano is absolute ridiculous, when will file open? Next year? :))) Use in shell following command: # cat /dev/null > <NAME_OF_THE_FILE> This will empty the content within a file, but will not delete the file itself. How to locate file? Simply, with a...
  19. M

    Can I remove domain PHP.ini files?

    There is single global php.ini in: # /etc/php5/apache2 or cgi (depends what you're using)/php.ini additional php.ini can be set in each virtual host or custom settings in plesk itself on Websites & Domains -> click on the Website -> PHP Settings tab -> scroll down - you can remove those if...
  20. M

    Where can I place new websites within an existing web space?

    I myself prefer to do this on root of structure where httpdocs is, not inside of httpdocs. The only problem is that plesk create domain in both root of webspace where httpdocs is and all there files are there AND same domain name in /var/www/vhost but no data is there....which is confusing a...
Back
Top