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

    Uninstall Awstats

    Hi Netel, Can I ask why you want to uninstall it? Within Plesk 10 you have the option to entirely prevent its use? Paul.
  2. P

    One site on 2 IP's?

    Hi, One site? One domain? Whats the use case? If its one site, two domains then the technique we use on 8 and 9 is to create the one domain (the primary) and put all the data on this one, then create the 2nd site and point it to the first using a vhost.conf (and vhost_ssl.conf) that sets...
  3. P

    Plesk 10.3.1 is out, but Centos 6 still missing

    Hi, Templates are there on 4.6 as I've used them, since there's no difference in the templating between 4.6 and 4.0 (I migrate freely between the two and rsync /vz/template between the two) I would assume they are there 4.0, Paul.
  4. P

    9.5.4 Backup Manager Cron Issue

    Hi, The cron you show there (backupmng) just checks the BackupsScheduled table in the psa database and if certain conditions are met it then runs the backup, so its fine for you not to see the individual domains mentioned in the cron. We don't experience this issue on any of our servers...
  5. P

    SSH Crash After Fresh Install Plesk 11.3

    I haven't read all your config, but this bit is definitely not helping : PasswordAuthentication no Unless your connecting exclusively with keys thats stopping you from connecting. Paul.
  6. P

    ERROR: PleskFatalException

    Hi, The rows you need to delete are in the Plesk (psa) database, you can access it through the command line (if you're root / know the Plesk admin password) or if you can login as the Plesk administrator you can access it through the following location : Server -> Databases -> Local MySQL...
  7. P

    ERROR: PleskFatalException

    Hi GradyL, You need to delete the ftp repository settings from psa.BackupsSettings, psa.BackupsSettings.object_id maps to either the client id or domain id of the backup (depending on what level you set this up). Once you delete all the associated ftp settings you'll be able to load the...
  8. P

    Whats new in 10.3?

    Sounds good, for us the memory, POST and upload file size would need a custom option, most of our configurations are well in excess of those values (Minimum of 64MB for PHP memory limit for example, and our primary web app recommends a memory limit of 512M!). Dovecot is a replacement for...
  9. P

    Atmail asks to download index.php

    Hi, Have you disabled the Apache PHP Module? Last I checked @mail will only run through mod_php not through cgi or fastcgi. The problem isn't with @mail itself its with your Apache / Plesk configuration, where Apache doesn't know what to do with PHP in the @mail directory (which is...
  10. P

    qmail send email from specific IP

    Hi Daniel, I think you're approaching this from a direction that requires more work for you. So long as your base IP (outgoing IP) has a valid reverse DNS with matching A record and this is the server hostname it doesn't matter that its not the same as the from address for the emails its...
  11. P

    Plesk 8.6 Traffic incorrect

    Hi, There is a bug in early (ie all but the latest) version of Plesk 9 : http://kb.odin.com/8642 We are seeing identical behaviour on Plesk 8.6, does anyone know of a fix for Plesk 8.6 and/or has anyone tried dropping in the Plesk 9 fix into Plesk 8.6 (I haven't even looked to see if this...
  12. P

    URGENT: security fix for psa-proftpd?

    Hi Igor, I can see that the two proftpd binaries are different for Centos x86_64, but they advertise themselves as the same version (1.3.1). How can I demonstrate for PCI-Compliance that this is an updated version of proftpd? Paul.
  13. P

    URGENT: security fix for psa-proftpd?

    Excellent, we normally upgrade VPS's to Plesk 9.5 to fix that, I'll give it a test out. I take it that since its just a drop-in replacement for the proftpd binary it won't break the autoinstaller if/when we come to upgrade?
  14. P

    URGENT: security fix for psa-proftpd?

    Hi Igor, I though that Plesk 8.6 wasn't affected? Is that a typo and you mean Plesk 9?
  15. P

    Plesk 9.5.2 - /usr/local/psa/admin/bin/certmng Not Working?

    Hi, I've just upgraded a container from Plesk 8.6 to Plesk 9.5.2 and run a script that ends with certmng uploading a self-signed cert to replace the Plesk default control panel cert : This is not throwing any error but is also not working, the certificate is not showing up in Settings ->...
  16. P

    Custom port in Migration Manager

    Its no consolation but 8.6 does this :P
  17. P

    Multiple emails to admin every minute

    From my (somewhat broken, but email works) 9.2.2 Plesk : Hope it helps, Paul.
  18. P

    Removed IPs Reappearing in Plesk

    Hi, We have a recurring problem within Plesk 8.6 (Centos) whereby IPs that we remove from the Plesk control panel (as sites with dedicated IPs are migrated to other platforms) reappear at a later date on the servers interface. Usually this is triggered when we remove another IP. For...
  19. P

    crontab -e entry

    Hi Gorlist, You've probably sourced this via the internet by now, but here's what you're after : 12,27,42,57 * * * * /usr/local/psa/admin/sbin/backupmng >/dev/null 2>&1 Paul.
  20. P

    PHP as FastCGI only

    Hi Michael, From the fcgi docs : Its up to you whether you want to increase the MaxProcessCount in line with your increase to the DefaultMaxClassProcessCount, if you do remember to increase it by multiples (ie default allows 8 vhosts each to have 8 processes giving a total of 64). In the...
Back
Top