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

Recent content by JariT

  1. J

    CentOS 6.4 PHP versions 5.4 and 5.5

    I created a YUM repo for the PHP-binaries, see the blog post about it. Latest versions of 5.5.10 and 5.4.26 are already there. The next thing on my to-do -list is to make PHP-FPM work so that 5.3, 5.4 and 5.5 could be run at the same time. Regards, Jari Turkia
  2. J

    CentOS 6.4 PHP versions 5.4 and 5.5

    There are a number of posts regarding this issue on this forum. But I assume that not everybody wants to build their own excitement with GCC, I'm providing my own RPMs (with source) for anybody to use. These packages can co-exist with CentOS's PHP and with each other. RPMs Instructions on by...
  3. J

    RPC API update DNS-record?

    In the API documentation, Managing DNS Records -section describes following operations: Adding DNS Record, Retrieving DNS Records, Deleting DNS Records. Where is the update? Doing a delete/add seems pointless, a proper update would be needed. Another one missing is to trigger...
  4. J

    Dynamic DNS updates of a Plesk hosted Zone

    I was struggling with the same problem, until I realized that I didn't actually need TSIG-updates. Sure everything would have been much easier with existing DNS-framework, but IMHO dynamic updates are mostly used in your LAN. Plesk isn't. My solution was to do the A-record updates via SQL /...
  5. J

    SElinux breaking IMAP-connectivity

    Sure, its all Panel-specific. Here goes: module local 1.0; require { type courier_pop_t; type mail_spool_t; type xauth_t; type httpd_sys_content_t; type sshd_t; type mysqld_t; type mysqld_var_run_t; type lib_t...
  6. J

    SElinux breaking IMAP-connectivity

    Getting Apache to work with Panel running with Enforcing is not difficult, it's just basic SElinux-wrangling. Make sure you have auditd running to get logs of what fails. Then you have possibility of doing: cat /var/log/audit/audit.log | audit2allow -m local Create own local policy and...
  7. J

    SElinux breaking IMAP-connectivity

    I did spend quite a while searching for SElinux issues, none of them really address this issue. The most common fix is to either disable or run SElinux in permissive mode. And like I said, I'd rather have the enhanced security on a hosting server where users have shell-access.
  8. J

    SElinux breaking IMAP-connectivity

    I'm running Plesk 11 with SElinux enforced. Also it took me a while to realise what's going on, because I don't have IMAP-port open on my firewall. All users are forced to use IMAPS anyway. The issue started with Horde ceasing to log users in. Further investigation revealed that IMAP-login is...
  9. J

    Horde login problems since upgrade to Plesk 10.4.4

    I have the same problem, but my box does not have the firewall module installed, so it's not that. However, I figured this to be SElinux-related issue. When SElinux is ran in permissive-mode IMAPd login works for webmail. If SElinux is run in enforcing-mode, login succeeds (if credentials are...
  10. J

    pleskbackup stopped working

    On OpenSuSE 11.1 Plesk 9.52 backup said similar thing and failed: ERROR Runtime error: The check dump failed with code '1'. The dump can contain invalid data! at /usr/local/psa/admin/bin/plesk_agent_manager line 658. == STDERR ==================== /bin/tar: tmp/.chroot_admingmLBxj/...
Back
Top