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

    Watchdog not checking DNS properly

    For some reason Watchdog is not checking the status of our DNS server properly. The DNS server is running fine and under Service Management is is showing as running, but Watchdog seems to think it is down. Is there any way to fix this? Is there a file that Watchdog uses for the configuration...
  2. C

    How to delete migrations from list?

    Hi Julia, I am referring to migrations which were started by the Plesk API - these don't have any controls whatsoever in the control panel other than they show in the list of migrations. Chris
  3. C

    How to delete migrations from list?

    Does anyone know how to delete migrations from the list of migrations on Plesk 8.2.1 if they were made with the RPC? I have made a lot of migrations via the RPC and they all stay listed in the list of migrations without the option to remove them. Is there a way? Thanks. Chris
  4. C

    Plesk XML API

    I am trying to migratte a client from Plesk 7.5.4 to Plesk 8.2.1. The migration starts and the status reports as OK, then I check the status again using exactly the same XML and it reports an error with the protocol version. Here's the XML: XML request: <packet version="1.3.5.1">...
  5. C

    OS updates in Updater

    Where will OS updates show up in the Plesk Updater? I configured the source for OS updates (source: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/6/i386/) but I don't see any updates showing up in the list. Where should the updates appear?
  6. C

    Repair SpamAssassin

    Thanks for your reply. I actually managed to fix this by downloading the original version of SpamAssassin from up2date: up2date --get spamassassin-3.0.6-1.el4 I then installed the RPM with: rpm -Uvh --oldpackage spamassassin-3.0.6-1.el4.rpm Then the last thing I had to do was...
  7. C

    Can't upload skins

    I can't seem to add any skins by uploading them in a Zip file - every time I do it I get this error: Error: The uploaded file is not a valid Plesk skin package Even downloading one of the standard skins and changing the name in the info.xml file doesn't work - what am I doing wrong? Chris
  8. C

    Repair SpamAssassin

    I upgraded SpamAssassin on an RHEL4 system to the most recent version (3.2.3) and this broke Watchdog system monitoring so I decided to revert back to the original working version of SpamAssassin which was 3.0.6-1. This broke SpamAssassin as it's not observing the settings for each Plesk user...
  9. C

    Email logging

    Does anyone know of any programs which will add extra logging information to mail headers sent through qmail? I am looking for the logging functionality of qmail-scanner but need it to be compatible with Drweb/SpamAssassin. For instance, a client SMTP authenticates 'joe@bloggs.com' and...
  10. C

    Restore single file from psadump?

    Does anyone know if it is possible to extract just a single file from a psadump backup file? Thanks.
  11. C

    Help needed to upgrade mysql

    Hi guys, I was trying to upgrade MySQL on Fedora Core 3 from 3.23 to 4.1.21 with yum using ART's repository. In the dependency checks it came back with this error: --> Running transaction check --> Processing Dependency: php = 4.3.11-2.8 for package: php-domxml --> Finished Dependency...
  12. C

    Change qmail/mysql directory

    Thanks for your reply. It gave me an idea to run the psadump manually (not from cron) and here is the error I found: /usr/bin/mysqldump: Can't get CREATE TABLE for table `monitor_agent_reports` (Can't open file: 'monitor_agent_reports.MYD'. (errno: 145)) I ran a repair on that MySQL table...
  13. C

    NEED HELP with my qmail server

    Can you give an example? Your question is a bit unclear.
  14. C

    Change qmail/mysql directory

    One of our disk partitions was filling up so we changed the location of qmail and mysql by making symlinks as follows: /var/qmail => /home/var/qmail /var/lib/mysql => /home/var/lib/mysql Everything works fine, except the psadump backup fails to backup the mail or database files. Do we...
  15. C

    Plesk causing very high server load

    Recommend you submit a bug report on this to SWsoft by emailing bugreport@plesk.com - Chris
  16. C

    Plesk causing very high server load

    I recommend you download mytop and install it - it lets you monitor MySQL connections on the server: http://jeremy.zawodny.com/mysql/mytop/ You can run it with this command: mytop -uadmin -p`cat /etc/psa/.psa.shadow` Hopefully that will show up the MySQL bottleneck. - Chris
  17. C

    Plesk causing very high server load

    Upgrading the kernel is probably to resolve the iowait issue - if you run "top" on the command line you will see the iowait value as well as the loads. On a RHEL3 server any iowait will boost the loads quite substantially. It may not be iowait that's affecting your box, however, but I am...
  18. C

    Plesk causing very high server load

    Have you checked the iowait on the server as well? RHEL3 has some issues with iowait which causes the loads to be artifically inflated. - Chris
  19. C

    Plesk firewall rules

    Ed, Thanks a lot. This was exactly what I was looking for. Cheers. - Chris
  20. C

    Plesk firewall rules

    Hi all, Can anyone advise if it is possible to modify the default rules which Plesk seems to keep reloading back into the firewall? The first rule in the default ruleset is preventing large file transfers on one of our RHES3 servers: -A INPUT -p tcp -m tcp ! --tcp-flags SYN,RST,ACK SYN...
Back
Top