• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Search results

  1. H

    Issue Docker container not accessible

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

    Question Manage multiple servers with Plesk

    Is there currently a way to manage multiple servers together with Plesk? Or is there only the possibility via the API?
  3. H

    Issue Rewrite headers in outgoing mail messages does not work properly

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

    Question Change DKIM signature prefix

    How can I change the default prefix of the DKIM signature? Can this be done directly in Plesk or does it require configuration in Postfix?
  5. H

    Question Disable Postfix's delivery notifications (DSN)

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

    Question Disable Postfix's delivery notifications (DSN)

    How can I disable Postfix's delivery notifications (DSN) in Plesk?
  7. H

    Question Remove/hide client sender agent and ip from postfix

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

    Question Remove/hide client sender agent and ip from postfix

    How can I remove/hide the User-Agent and the ip address from postfix in the mail header without plesk overwrite the Postfix configuration?
Back
Top