• 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. JP Kelly

    spamassassin system wide training

    On Plesk 10 CentOS Where is the bayes db located for the system wide spam filter settings? How do I train the system wide spamassassin? Also, how does the system wide training work with per user training? Does one exclude the other?
  2. JP Kelly

    Run PHP as User

    Is it possible to run some domains as Fastcgi and some domains as Apache/mod_ruid2?
  3. JP Kelly

    Upgrade to 10.2?

    Thank you Igor
  4. JP Kelly

    Upgrade to 10.2?

    This says "before you upgrade from 8.6" does that mean it would not apply to upgrading from 10.1.1?
  5. JP Kelly

    Upgrade to 10.2?

    Can I install Parallels Virtuozzo Containers for Linux 4.6 tools update in a 4.0.0 container?
  6. JP Kelly

    Upgrade to 10.2?

    Thanks Igor for all your work.
  7. JP Kelly

    Upgrade to 10.2?

    :P The version of Virtuozzo we are using is 4.0.0. any thoughts on that?
  8. JP Kelly

    Upgrade to 10.2?

    Hmmm.... That is hopeful.... I really want the other features. (Like wevsrvmng working correctly) Not too worried about IPv6 yet. Do you for see any issues upgrading from 10.1.1 CentOS 5 1010110120.18 to 10.2 on an older PVC? (other than IPv6)
  9. JP Kelly

    Upgrade to 10.2?

    IPv6 Is IPv6 the only thing that wont work? Is it possible to upgrade and just not have IPv6 functionality?
  10. JP Kelly

    Upgrade to 10.2?

    I really want to upgrade my Media Temple dv 4.0 Plesk to v 10.2 Media Temple said: Is the upgrade dependent on the version of the Virtuozzo Container?
  11. JP Kelly

    10.2 Preview

    Are you on a Virtuozzo VPS?
  12. JP Kelly

    10.2 Preview

    Yes! http://www.parallels.com/download/plesk10.2/
  13. JP Kelly

    Plesk 10 per user disk usage report?

    Maybe you need the full path to sudo? e.g. /usr/bin/sudo Are you able to run a simpler command with shell_exec()? Such as /bin/ls /
  14. JP Kelly

    Plesk 10 per user disk usage report?

    safe mode on? Do you have safe_mode on? shell_exec() will not work with safe mode on.
  15. JP Kelly

    Plesk 10 per user disk usage report?

    I did not use any variables. The script was written to work with a single domain only.
  16. JP Kelly

    Plesk 10 per user disk usage report?

    Does it work wen you paste the command in terminal? du -sk /var/www/vhosts/<THEDOMAIN.COM>/web_users/* | sort -nr | awk '{ print $2 }' | while read f ; do du -sh "$f" | awk -F/var/www/vhosts/<THEDOMAIN.COM>/web_users/ '{ print $1, "\t", $2 }' ; done
  17. JP Kelly

    Plesk 10 per user disk usage report?

    Did you change /var/www/vhosts/thedomain.com/httpdocs/ to reflect your domain name? (change thedomain.com to whatever your domain is)
  18. JP Kelly

    custom button question

    When I cteate a custom button with the "Include Primary Domain name" option selected, the button has a URL like https://mydomain.net:8443/myapp/index.php?dom_name=thedomainname.com if "Open URL in Parallels Panel" is not selected. If "Open URL in Parallels Panel" IS selected the button has...
  19. JP Kelly

    Mailbox size

    semi fix posted here http://forum.parallels.com/showthread.php?t=109736
  20. JP Kelly

    Plesk 10 per user disk usage report?

    a hack I created a script and custom button for my 1 customer who complained. This only works for the one customer/domain, I did not have time to make one that works for all users. It should be pretty easy to modify for your purposes. The script: (saved in /usr/local/sbin/hogs and chmod...
Back
Top