Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
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...
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...
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...
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...