• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Recent content by razertechDE

  1. R

    Resolved Plesk behind HAProxy

    UPDATE: Got it! To never struggle again, I've written myself a documentation. Maybe it is also useful for someone: HAProxy configuration: listen imap bind *:143 mode tcp option tcplog timeout client 1m timeout server 1m timeout connect 7s stick store-request src stick-table type ip size 200k...
  2. R

    Resolved Plesk behind HAProxy

    When I try to send an E-Mail over the Port 587, it doesn't work at all. I think there is somehow the problem. Maybe something with TLS... UPDATE: Connecting via TLS with bash is working now. I had to add: tcp-request inspect-delay 5s tcp-request content accept if { req_ssl_hello_type...
  3. R

    Resolved Plesk behind HAProxy

    Thanks for your reply! Yes, I can reach the other machine via telnet. On all Ports 25, 465 and 587
  4. R

    Resolved Plesk behind HAProxy

    Okay so I figured something out. I just removed my custom entries: 192.168.X.XX:2525 inet n - - - 1 postscreen -o postscreen_upstream_proxy_protocol=haproxy -o postscreen_cache_map=btree:$data_directory/postscreen_2525_cache -o syslog_name=postfix/2525...
  5. R

    Resolved Plesk behind HAProxy

    Hello all, we currently have the situation that we need to put our Plesk server behind a HAProxy. Getting the "real IP" for the webserver, was easy. But I am currently stuck with the Mail Service. IMAP is already working, only the mail sending fails. I have evaluated the logs and get the...
Back
Top