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

    just a few more reasons why plesk is a piece of ****.

    No you don't. http://download1.swsoft.com/Plesk/Plesk8.6/Doc/en-US/plesk-8.6-unix-cli/39181.htm This works on both Linux and Windows. No you don't. You can enable spam filtering using the spamassassin command...
  2. S

    Enable HTTP Compression

    If you don't have IIS set to enable direct metabase edits, this could be the issue you're seeing. Restarting IIS manually might fix that. You can enable it globally, steps here: http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/502ef631-3695-4616-b268-cbe7cf1351ce.mspx
  3. S

    IPsec with Plesk

    53/TCP DNS 53/UDP DNS 21/TCP FTP ???/TCP PASV FTP 80/TCP HTTP 8082/TCP HTTPmail 443/TCP HTTPS 220/TCP IMAP3 143/TCP IMAP4 8443/TCP Plesk 2006/TCP Plesk SiteBuilder 5053/TCP Plesk SiteBuilder 8402/TCP Plesk SiteBuilder 110/TCP POP3 995/TCP POP3S 3389/TCP Remote Desktop 25/TCP SMTP...
  4. S

    Problem with the mail queue

    If you're using MailEnable with the default paths you can use this in a batch file that you put in the task scheduler: del /f /s /q "C:\Program Files\SWsoft\Plesk\Mail Servers\Mail Enable\Queues\SMTP\Inbound\*.*" del /f /s /q "C:\Program Files\SWsoft\Plesk\Mail Servers\Mail...
  5. S

    Unable to retrieve licence key

    I was able to talk to my reseller and they resolved it. No information on how they did it, unfortunately. The bash history for that period includes: telnet ks.plesk.com 5224 traceroute ks.plesk.com traceroute ka.plesk.com telnet ka.plesk.com 5224 ifconfig -a locate sb_config updatedb &...
  6. S

    Internal server error 500 on new server Windows 2008

    80004005 is usually a scripting error. Check the error logs for more details.
  7. S

    Stats are broken after 8.2 to 8.6 upgrade

    Consider switching database providers for the PSA database back to MySQL4. When I had problems with a similar problem, switching back to MySQL4 corrected the problem directly. There's info on switching db engines in the KB, and on the forum.
  8. S

    Autoresponder class.MailNameFilesList.php

    The same thing is happening here with 8.6 on Windows 2003 since the Plesk 8.6 update. Running the above get's me the same response: Cluster Notification Provider not loaded Cluster Notification Provider not loaded The error remains.
  9. S

    Internal server error 500 on new server Windows 2008

    Looks like a permissions issue. If it's a brand new site, I'd delete and recreate it using a different "ftp name". The new perms and users will be created appropriately, which ought to solve the problem.
  10. S

    run PHP shell_exec function

    Sounds like 7z doesnt have the right NTFS permissions for the IUSR or IWAM account in question.
  11. S

    Error in upgrade to 8.4 > 8.6

    For one, these forums are not officially supported by staff (use the proper support site if you actually want help from them - http://www.parallels.com/en/support/plesk/). It also doesn't help that you've started like a half dozen threads about the issue, machine-gun style, which really...
  12. S

    Login screen autocomplete=off

    Try this, it's the way I bypass it: <form action="https://yourserver:8443/login_up.php3" method="post"> <input type="hidden" name="passwd" value="yourpassword" /> <input type="hidden" name="login_locale" value="default" /> <input type="hidden" name="login_name" value="yourusername" />...
  13. S

    "Plesk key update deferral notification" bug?

    Nope. If you purchased through a third-party provider, ask them for assistance. My colo facility fixed this issue for me on one of our servers yesterday, within 4 hours of the request. ALL of my attempts to contact Plesk directly have been ignored or brushed off, even when they were in...
  14. S

    Domain size limit wrong !!!!

    Hard drives store data in blocks of bytes which may or may not be the same size as the actual file. This provides the ability of the operating system to address specific locations on the drive in a far more usable fashion. If a file is any fraction of a block, it takes up the whole block. If...
  15. S

    Error in upgrade to 8.4 > 8.6

    My experiences with mailmng from previous versions all tied to issues in the way the mail accounts were created in MailEnable. I recommend you check out the MailEnable "auth.tab" file and eliminate any duplicate account names. At one point (8.1?) my auth.tab file was over 1.5mb - after I removed...
  16. S

    Extract "all valid emails"?`

    Looks like the *nix version has a couple tables named differently than the Win server where I use this. Here's a modified version that ought to work: SELECT CONCAT(mail.mail_name,'@',domains.name) FROM mail LEFT JOIN domains ON domains.id = mail.dom_id; SELECT...
  17. S

    Plesk 8.6.0.3 upgrade error

    Yes, run the Plesk installer and select MailEnable in the options. The timeout sounds like its a permissions issue. Removing and reinstalling it may correct the problem. If not, you'll have to give the appropriate permissions to the ME folders. I think there's a kb article on that. Search...
  18. S

    Error in upgrade to 8.4 > 8.6

    dpender, I would recommend that you switch your PSA database to MySQL4 in order to ensure that theyre fully tested before the release. When switching, the port number is important - MySQL4 is probably running on 8306, not 3306. You can find the login details here: http://kb.odin.com/en/473
  19. S

    ftp error: user cannot log on, home directory inaccessible.

    Check to see the permissions on the home directory. In my experience the Plesk tools do not reliably recreate the permissions unless you recreate teh entire domain from scratch AFTER renaming the old one to something else (so there aren't any conflicts). It's a time-consuming mess to recreate...
  20. S

    Plesk Mysql Problems

    Login to Terminal Services/remote desktop and start mysql through the services snap-in. If it won't start, Google the error message you receive to find a solution (first).
Back
Top