• 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

    Upgrade 11.5.30 to 12.0.18 broke Sendmail

    Plesk (both 11.5 and 12.0, as well as several previous versions) supports only Postfix and QMail as SMTP servers. Sendmail server is not supported. Hence sendmail binary is provided by either Postfix or QMail in the end. Are you able to send mail via sendmail? Anything abnormal in /var/log/maillog?
  2. N

    upgrade to ubuntu server 14.04 LTS after upgrading to Plesk 12.0

    Dist-upgrade is still not supported, so do that on your own risk. Migration is preferred in such cases.
  3. N

    Edit root cron using Parallel Extension

    Then target Plesk 12.0 only :) I'm not entirely sure, but scheduled tasks seem to be the only way to execute something with superuser privileges from Plesk 11.5 extension.
  4. N

    Edit root cron using Parallel Extension

    AFAIK, callSbin is indeed a new API. However, I think there's an API for creating scheduled tasks in 11.5. It should probably help you.
  5. N

    Plesk Log Performance

    You should leave logging to maillog. Otherwise mail statistics collection (and some other features in more recent Plesk releases) will stop working.
  6. N

    Plesk12 / PHP mail() not working

    OK, put the following PHP script somewhere inside webroot of your domain and then fetch it via browser: <?php $val = getenv('PP_VHOST_ID'); echo "PP_VHOST_ID = $val;\n"; Does the output match the GUID you've found previously? Are you able to send mail via sendmail from shell as the...
  7. N

    Plesk12 / PHP mail() not working

    Please check that you have sysenv Apache module enabled. If you do, grep your domain Apache configuration for PP_VHOST_ID and paste output here (you may want to obfuscate any GUIDs and other potentially sensitive information in the output). Please also verify that you don't have any Panel...
  8. N

    Pre upgrade questions [11.5.30 to 12.0.18] libapache2-modsecurity

    Regarding the first problem: if you're not going to use ModSecurity that is provided with Plesk, it should be safe to ignore these error messages. What it is trying to warn you about is that if you already used ModSecurity before and then attempt to install it via Parallels Installer (without...
  9. N

    Pre upgrade questions [11.5.30 to 12.0.18] libapache2-modsecurity

    Regarding the second problem: it's better to upgrade EZ template, then verify that you have /dev/shm mounted in container, then upgrade. Bootstrapper repair is only for those who already upgraded without doing this.
  10. N

    Plesk12 / PHP mail() not working

    Do you have outgoing mail control turned on? Do you run PHP as Apache module? Try running mail_restore / mchk and then httpdmng --reconfigure-all (or only the domain you're interested in).
  11. N

    Removing vhost php.ini file

    Why not simply update these files after editing global options via php_setting -u command (or something like that)?
  12. N

    Alternative SMTP port

    No. How anybody except you would know the altered SMTP port?
  13. N

    Upgrade to plesk 12. Now cannot login - ERROR: Exception Function not implemented

    Yes, this is a correct output. Try the workaround posted above.
  14. N

    Upgrade from 11.5 to 12.018 error

    http://forum.parallels.com/showthread.php?303387-Upgrade-to-plesk-12-Now-cannot-login-ERROR-Exception-Function-not-implemented&p=731468&viewfull=1#post731468
  15. N

    Upgrade to plesk 12. Now cannot login - ERROR: Exception Function not implemented

    Well, I suppose that tmpfs or shmfs mounted as /dev/shm is missing and causing this issue. To workaround the issue you may try to add it manually to fstab and mounting (however updating the template and containers is probably better). Then you may try running bootstrapper repair to attempt to...
  16. N

    Upgrade to plesk 12. Now cannot login - ERROR: Exception Function not implemented

    If you run Plesk instances on Parallels Containers (e.g. Virtuozzo), you should have updated OS template before upgrading Plesk at least to this version: http://kb.parallels.com/119903
  17. N

    Plesk 12.0 Preview

    Yes, it is available to "early adopters".
  18. N

    Plesk 12.0 Preview

    Do you have custom vhost templates? Do they use isWwwAliasExist variable?
  19. N

    Plesk 12.0 Preview

    So, basically about 5000 subscriptions, each with 1 domain, each with about 1 mailbox and 1 maillist? Did mail_restore succeed completely that time? If not, it's no wonder hooks weren't restored.
  20. N

    Plesk 12.0 Preview

    Great to hear that! Did you manage to use outgoing mail control in your architecture or on "vanilla" Plesk setup? That's likely due to mail_outgoing_restore failed on upgrade. This is obviously a problem and should be fixed by Parallels. BTW, how many domains with mailboxes do you have, how...
Back
Top