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

    Resolved Plesk Extension Catalog installation error

    I am trying to install the MagicSpam Extension in Plesk 12.5 but after I click Install I get the following error: Error: Failed to install the extension: Executing /usr/local/psa/tmp/moduleWPmi6R/plib/scripts/pre-install.php failed: failed to open file /usr/local/psa/admin/conf/panel.ini API...
  2. G

    Current Qmail Queue Sizes to JSON for use with NodePing

    In case anyone finds it useful I've just written a quick script to output the current QMail Queue sizes (local, remote and total) in JSON format so that I can use the HTTP Parse feature of NodePing (shameless referral link!). The code is on GitHub here...
  3. G

    Worrying protected directories behaviour

    I have a Plesk 11.0.9 server (fully up-to-date) running Centos x86_64. A client called today to say that they were having problems logging in to a protected directory with the usual username and password and additionally they had discovered that they could access a protected directory with...
  4. G

    maillog of 2GB - logrotate not working

    I have a 9.2.1 CentOS 5 92090422.13 server which has a 2GB maillog file. For some reason logrotate isn't rotating this file. I've tried re-running the /usr/local/psa/admin/sbin/statistics command without any success
  5. G

    Domain event notification frequency

    I have a couple of servers running Plesk 8.6 which have always sent their 'Domain event notification: The period of validity is about to expire.' emails once a month. On Plesk 9.0 this seems to happen daily. Is this intended or a bug?
  6. G

    Plesk 8.3 and Greylisting

    Does anyone know why Brent Meshier's greylisting solution (see here) doesn't work on Plesk 8.3? I've just upgraded a customer to a new CentOS 5 box and wasn't aware that greylisting wouldn't work on the machine, otherwise I would have opted for 8.2.1 TIA George
  7. G

    Whitelisting for Greylisting

    I waded into setting up greylisting as described in this thread: http://forum.swsoft.com/showthread.php?s=&threadid=28645 This was necessitated after seeing a huge increase in spam on my Plesk server (since 17th September or so). After setting it up yesterday at about 16.00 things have...
  8. G

    Mailbox Sizes - Quick Shell Script

    Recently I've needed to know the size of the largest mailboxes on a Plesk 8 box. After some quick Googling and testing I've worked out the following to email me the top 25 (or however many) mailboxes by size. #!/bin/sh cd /var/qmail/mailnames; du -hs --block-size=1024K */* | sort -nr |...
  9. G

    warning: trouble injecting bounce message, will try later

    I've been trying to get mailman working properly today and stumbled across a message which is repeating in my maillog (/usr/local/psa/var/log/maillog) "Sep 23 04:22:11 jayce qmail: 1127445731.770950 warning: trouble injecting bounce message, will try later" This message is repeating very...
  10. G

    Write permissions under 7.5.2

    I have a server which was recently upgraded to 7.5.2 (from 7.0.2). I used to be able to chown a file to apache:apache to allow a PHP script to write to it. Since the upgrade this no longer works and even though I have tried chmod 777 I am still unable to get these scripts to write to files. I...
Back
Top