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