• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Search results

  1. C

    8.2 Slow mail delivery and other mail rejects

    Check with the RBL and see if they've blocked access from your server. Spamhaus recently did that to us and we saw the exact same behavior. Paying Spamhaus for their service and setting up a local feed solved the issue. And Spamhaus is worthy of your dollars.
  2. C

    Trigger plesk to run code on domain add/remove

    Use the Event Manager. (read the docs to learn how)
  3. C

    8.1 Impossible to Install Under FreeBSD?

    Don't get me wrong. I think the ports collection is probably the right way to go too. But going that direction brings with it some responsibility to make sure your installer works, or, if it doesn't, include the gotchas (as was done by a customer above) in the knowledgebase or somewhere you...
  4. C

    8.1 Impossible to Install Under FreeBSD?

    thanks for that info. Isn't it somewhat astounding that the plesk installer for a *clean* freebsd system fails. If the installation had been this hard with the 7.5 product, we *never* would have decided to go with Plesk as a hosting platform. ridiculous...
  5. C

    SMTP Stops when MAPS is on

    If your site has enough traffic, spamhaus could be blocking your IP from doing queries at their servers. This happened to us last week, and we had to subscribe to their data feeds. If they block you, it will really slow things down, as each message will run through your resolver trying to...
  6. C

    how to increase DNS serial number

    Just curious on *why* you need to increase it by more than 1000? If you are trying to make it higher than some secondary server, then you should just "reset" the serial. Then the number that Plesk has should be authoritative. To reset the serial, add 2147483647 to the current serial...
  7. C

    Only one IP - SSL

    If you have one IP, you can have one secure cert for one domain. You can host as many domains as you like, but only one can be secure.
  8. C

    Changing Bulk IP Addresses

    Try searching "reconfigurator" in the knowledge base.
  9. C

    DNS Zone Serial #'s

    While I entirely agree that Plesk should use the standard format of the date, followed by the rev number (2007022301, for example), the number they are using is not random, but is the seconds since the epoch. Unfortunately, this number is smaller than the more standard date notation. This...
  10. C

    Plesk News - disable ?

    You shouldn't be able to mess up *everything* on your box with this script. Just the domain you're trying to setup. You need to launch this code from the event manager, whenever a domain or client is created. The handler should send either the client or domain name. You need to get the...
  11. C

    Uploading WAR files

    After you've enabled TomCat within the Plesk interface, can you go to the main admin page at http://www.yourdomain.com:8080/ If not, then your hosting company has something setup incorrectly, or, at least, different than the default and you should probably talk to them again. Good luck.
  12. C

    Uploading WAR files

    I used the following to test TomCat on a domain, as it is a simple program to setup and I know it works. VeryQuickyWiki http://www.vqwiki.org/downloads.php Also, the plesk KB has some information about downloading the example files and then re-uploading them as .war files. I think you...
  13. C

    Error: Access for administrator from address '85.98.94.154' is restricted in accordan

    Did you bother to check the knowledge base? http://kb.swsoft.com/article_16_954_en.html
  14. C

    Does PSA 8.1 comply with energy policy act of 2005 requiring timezone changes in US

    ntpd not withstanding, you might also need to update your zoneinfo file. For example, on FreeBSD, the updated files are available at http://www.freebsd.org/cgi/ports.cgi?query=zoneinfo&stype=all
  15. C

    Does PSA 8.1 comply with energy policy act of 2005 requiring timezone changes in US

    The "off the top of my head" guess is that Plesk isn't responsible for this. The OS version that you are running would determine whether this will change. You might need to tweak the timezone database on your particular OS to make this work correctly.
  16. C

    Removing the Virtuozzo spam from Plesk's interface

    Yeah, plus Virtuozzo isn't even available on FreeBSD. So, you're spamming me and my customers with something we can't even use. And I agree with the FreeBSD installer. It should work flawlessly on a fresh BSD install, but it does not. That makes *NO* sense to me. We will not be...
  17. C

    Plesk 8 server randomly restarting on its own

    What operating system and version? And is it Plesk restarting, or is it the server rebooting?
  18. C

    Mailman mailings lists

    Take a look at PHPList http://www.phplist.com/
  19. C

    FreeBSD 6.1 & 8.1 probs

    For what it's worth: ftp://download1.swsoft.com/Plesk/Plesk8.1/FreeBSD6.1/
  20. C

    How to setup a cronjob for apache restart

    Well, you should figure out why it's overloading, rather than fixing it with a bandaid (restart), but try this: 5 9 * * * root /usr/local/psa/apache/bin/apachectl restart
Back
Top