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.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
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...