• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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