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.
I would like to use the container ejabberd with the Docker extension. After the installation, variables are already predefined. Can these be taken over or where do they come from? What about the entry of the volume mapping? If I enter "/home/ejabberd/database", I get an error message that the...
The article at https://support.plesk.com/hc/en-us/articles/115004515714-How-to-rewrite-headers-in-outgoing-mail-messages describes how to modify outgoing messages from the header in Postfix. Since the entry is made directly in main.cf, this configuration also applies to incoming messages. But...
Have now done this as follows:
sudo postconf -e "smtpd_discard_ehlo_keyword_address_maps = cidr:/etc/postfix/esmtp_access"
vi /etc/postfix/esmtp_access:
# Allow DSN requests from local subnet only
127.0.0.1/8 silent-discard
[::1]/128 silent-discard
0.0.0.0/0...
Thanks for the feedback. How do I manage to remove the sender IP from the authentication results?
The entry '/^Authentication-Results:\s+.*/ IGNORE' in /etc/postfix/header_checks does not take effect.
The entry ’header_checks = pcre:/etc/postfix/header_checks’ in '/etc/postfix/main.cf' is...