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

    Firewall might disable itself after updating to Plesk 11.5

    a) This is not a bug, IMO. b) You don't. Otherwise you'll just apply "bad" firewall policy. Instead you need to go to firewall module in Plesk UI, fix policy there and apply it there. This will "start" the firewall.
  2. N

    Firewall might disable itself after updating to Plesk 11.5

    OK. I'll rephrase. Imagine you screwed up your firewall configuration in Plesk, for example you can't open new SSH connections to the server. However, Plesk firewall GUI applied the changes (there is a failsafe, yes, but it only protects against cutting off access to the Panel GUI). Now you go...
  3. N

    Firewall might disable itself after updating to Plesk 11.5

    So... how is this a bug, exactly? firewall-emergency.sh script, as its name suggest, is called in following conditions: 1) to disable firewall rules due to internal condition, e.g. when firewall extension is uninstalled; 2) "OMG, I screwed up badly, please disable all rules ASAP and...
  4. N

    qmail - notification to sender when mailbox quota exceeded

    Vote here: http://plesk.uservoice.com/forums/184549-feature-suggestions/suggestions/3726624-customer-email-notification-when-mailbox-quota-exc FYI: in case mail quota is about to be exceeded if message is delivered, by default the message is rejected on SMTP stage. I.e., default behavior is not...
  5. N

    Email Services Have Stopped - Need to Upgrade Plesk

    Plesk 8.3.0 on FedoraCore 7?! That's a really old software. Indeed you need to switch to a recent Plesk version. However you will not be able to upgrade, since upgrades from versions that old are not supported and, more importantly, this OS is not supported either. You'll need to migrate to a...
  6. N

    System owner lost ownership

    It only makes presentation difference. The way things work doesn't depend on it. What you did is OK if you worry how the things look.
  7. N

    Horde 5.0.4 Quota Status - Missing with Plesk 11.5

    I believe setting 'short' => "Mailbox usage: %.0f%% / %.0f %s" should help. Of course, there would be no localization for the text.
  8. N

    Horde 5.0.4 Quota Status - Missing with Plesk 11.5

    A rule of thumb: never ever put any kind of closing tags in PHP file unless it's really an HTML template. Otherwise you risk ending up with random spaces in random places, where they might bring a headache. [UNIT] doesn't seem to be substituted and messages are not localized, obviously. Format...
  9. N

    Horde 5.0.4 Quota Status - Missing with Plesk 11.5

    Seems extremely straightforward to me. Create /usr/share/psa-horde/imp/config/backends.local.php with following content: <?php $servers['imap']['quota'] = array( 'driver' => 'imap', 'params' => array( 'hide_when_unlimited' => true, 'unit' => 'MB'...
  10. N

    Blacklist outgoing E-Mails

    Might be an overkill, but writing custom mail handler would help. Probably in before-remote queue. It will check recipients and reject mail if recipient is blacklisted. How to write them is kinda described in documentation.
  11. N

    After updating plesk now webmail/horde shows blank page (due to open_basedir error)

    That's most probably because you have this open_basedir value in server-wide php.ini. And it's not the proper place for it.
  12. N

    PHPMyAdmin Export not possible - Fix does not work

    Have you tried excluding phpMyAdmin from APC cache (if it's not already excluded)?
  13. N

    Upgrade 11.0.9 > 11.5.30

    Don't use USE_YUM! Installer is smart enough to figure out proper mode on its own. You're aware that 9.5.3 (how are you not on 9.5.4 at least?!) doesn't support such setup, aren't you? See my quote above for potential solution. The safest way, however, it to just downgrade to original version...
  14. N

    FInd php-fpm enabled sites?

    Just list files in you php-fpm conf.d directory.
  15. N

    Update / Upgrade not Possible / Unable to obtain the latest version of Parallels Ins.

    I suggest those who have the problem to post: # cat /etc/debian_version and # lsb_release -a
  16. N

    Activate plugins in Roundcube

    Check your spelling. 'emoticons'
  17. N

    Roundcube 'CONFIGURATION ERROR'

    Glad it worked out for you. So you just had mod_fcgid manually disabled?
  18. N

    11.5 Multi-PHP Error when registering PHP handler. (PHP 4.3.11 from source)

    Good thinking. Would have suggested this myself, but people usually don't understand how to do such stuff properly. Oh, and by previous question I actually meant "does at least php -v return 0?"
  19. N

    11.5 Multi-PHP Error when registering PHP handler. (PHP 4.3.11 from source)

    Well... that's your problem then. Does removing any options besides -v makes it return 0?
  20. N

    Roundcube 'CONFIGURATION ERROR'

    You may double-check permissions :) Should be 0640 root:roundcube_sysgroup. Also verify that roundcube_sysgroup group actually exists.
Back
Top