• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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. N

    Use of Ajax under Jquery in PHP script

    Such reasoning is invalid. You need to explicitly check whether your script generates proper values in a given environment. PHP never works this way unless explicitly configured to do so. You could probably set desired error_log value via custom PHP settings in Panel. Also, a hint: try...
  2. N

    Use of Ajax under Jquery in PHP script

    So... how is this Plesk-related? BTW, are you sure that generated absolute URLs are correct?
  3. N

    Mail Forwarding Problems

    Try using mchk / mail_restore utility to restore mail backend settings.
  4. N

    Debian 7.1 Error updating panel (automatic upgrade)

    http://forum.parallels.com/showthread.php?292080-Failed-to-update-Panel-Not-found-source-for-system-packages Update installer to 3.16.3.
  5. N

    How to Install Plesk Anti-Virus -- Dr.Web?

    This is Parallels Installer.
  6. N

    How to Install Plesk Anti-Virus -- Dr.Web?

    Watchdog and Parallels Premium Antivirus (what you call drweb) are completely different things. The first one is a monitoring service. Provided you have Plesk >= 11.5 you should remove and install components via Parallels Installer.
  7. N

    Failed to update Panel: Not found source for system packages

    Run: # /usr/local/psa/admin/sbin/autoinstaller --all-versions --web-interface Then after about 10-30 seconds hit Ctrl+C to terminate it. It should solve your problem. Verify with: # /usr/local/psa/admin/sbin/autoinstaller --version You should be getting 3.16.3 or higher.
  8. N

    How to stop logging of succesful logins to Courier Imap

    IIRC, logins were logged in previous versions as well. DEBUG_LOGIN is customizable only in authdaemonrc and influences only verbosity of authentication process (in other words, it will not help you). (Partially) disabling logging may impair Plesk IMAP/POP3 traffic statistics collection. Some...
  9. N

    Error from Cron /usr/local/psa/libexec/modules/watchdog

    If I'm not mistaken this is just a warning. But it usually indicates that something fishy is going on with dependencies.
  10. N

    11.5.3 Multi-PHP Error when registering PHP handler. (PHP 5.5.4 from source)

    IIRC, -path should point to the binary, not the directory it is located in. -phpini as well.
  11. N

    create mail handler HOW-TO

    I'm glad it worked out for you!
  12. N

    create mail handler HOW-TO

    From execve(2): I suggest trying with much simpler script first: #!/bin/bash echo STOP >&2 exit 1 Make sure script is executable and accessible by popuser group. This script should prevent any mail from delivery (and you should see appropriate messages in maillog).
  13. N

    Imap connection issues

    Oh no, please don't make changes based on this claim. I never meant that one should really manually switch to Dovecot to fix the problem at hand! I just implied that the problem might get a workaround when (and if) Dovecot support is implemented in Plesk.
  14. N

    Imap connection issues

    imapd.cnf is Courier-IMAP own default template (configuration file) for generating self-signed SSL certificates. Therefore it's not relevant. Both imapd and imapd-ssl are sourced as configuration files for IMAP SSL process. Also imapd-ssl has neither MAXDAEMONS, nor MAXPERIP options in it by...
  15. N

    Imap connection issues

    I agree that it's the most plausible explanation. Provided Apple platforms are quite closed it's only fair to assume they intentionally or inadvertently caused incompatibility with certain IMAP servers. It also always strikes me how hungry Apple mobile mail clients are for server connections...
  16. N

    create mail handler HOW-TO

    Please post your full Plesk version (OS and arch would be nice too). Post output of (provided you have the utility; you may post only the line that lists your handler): # /usr/local/psa/admin/sbin/mail_handlers_control --list Do you need your handler to be called for all local mail addresses...
  17. N

    Setting up Roundcube

    Are you sure DNS records already resolve correctly? Does putting webmail.example.com into hosts file help? On a side note: I think this thread should be here instead.
  18. N

    Setting up Roundcube

    How about trying to click an icon with globe and opened mail in the same row as mail address is listed in Panel? Do you even have it? If not, click "Change Settings" and make sure desired webmail is selected.
  19. N

    psa-passwd...missing requires

    Run update via Parallels Installer. If you're sure you don't need Horde and corresponding component is not marked as installed in Parallels Installer, then you should be able to safely remove psa-passwd via yum.
  20. N

    Roundcubemail table not backed up?

    Trollface, FYI this is said in upgrade notes here:
Back
Top