• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Search results

  1. TorbHo

    Resolved Plesk does not retain DKIM keys during server migration

    @Bitpalast Thank you. I’ve checked this on my server using postcat -vq <queue_id> and can confirm that there is no DKIM-Signature header present in the queued messages. This confirms that Postfix indeed seems to sign the message at the time of actual SMTP delivery, not at the time of queuing...
  2. TorbHo

    Resolved Plesk does not retain DKIM keys during server migration

    Since yesterday, GMX and Web.de – two of the largest email providers in Germany – have started strictly enforcing DKIM verification for incoming mail. This has led to major delivery issues after the migration, as emails without valid DKIM signatures are now being rejected. This raises the...
  3. TorbHo

    Resolved Plesk does not retain DKIM keys during server migration

    We recently migrated many domains from one Plesk server to another using the official Plesk Migrator. After the migration, we noticed that the existing DKIM keys were not transferred. Instead, Plesk automatically generates new DKIM private keys for each domain on the destination server. This...
  4. TorbHo

    Resolved Lots of DKIM/DMARC errors - mails are rejected

    Thank you very much for your help. We were able to narrow down the issue further. It appears to be related to the fact that we have a spam filter server in front of the mail server in place that relays the emails to the destination server. We added the spam filter’s IP address to the local SPF...
  5. TorbHo

    Resolved Lots of DKIM/DMARC errors - mails are rejected

    @Sebahat.hadzhi Thank you for your response. Here is the output: Apr 8 14:31:56 servername postfix/smtpd[2745145]: B82806B21F8B: client=mx.mailserver.de[9x.9x.2x.1xx] Apr 8 14:31:56 servername psa-pc-remote[1680301]: B82806B21F8B: from=<[email protected]> to=<[email protected]>...
  6. TorbHo

    Resolved Lots of DKIM/DMARC errors - mails are rejected

    We are currently receiving a large number of DKIM/DMARC errors. All emails with a DMARC policy of "reject" are being rejected. There doesn’t seem to be any reasonable cause for this, so we wanted to disable DMARC until the issue can be narrowed down. However, disabling the DMARC check for...
  7. TorbHo

    Resolved After migrating to a new Plesk server: DKIM records end with ;;

    Since I unfortunately haven't received a response yet, here's at least my script that searches for and outputs the affected entries. It could be extended to modify the entries via the Plesk CLI, but in my case, I handled it manually. for domain in $(plesk bin domain --list); do echo "Domain...
  8. TorbHo

    Resolved After migrating to a new Plesk server: DKIM records end with ;;

    Hi everyone, after migrating to a new Plesk server, we noticed that all DKIM records in the DNS zones suddenly end with a double semicolon, for example: v=DKIM1; k=rsa; p=MIGfMA0G...IDAQAB;; This was not the case before the migration. We used the migration tool extension from Plesk Ubuntu 16...
  9. TorbHo

    Question Disable 2FA with Passkeys

    We are using the Plesk MFA extension in conjunction with usernames and passwords. Is it possible to disable Google Authenticator for Passkey logins (via Social Login extension) and use it only for username/password logins? Since passkeys already provide robust authentication, this change would...
  10. TorbHo

    Resolved Mailbox Usage Notification Only Sent in English Despite Custom Text in Settings

    With your tip, I was able to test it. It seems to be working now, but the cause remains unclear. Can I also set the quota from 95% to, for example, 80%?
  11. TorbHo

    Resolved Mailbox Usage Notification Only Sent in English Despite Custom Text in Settings

    Thank you for your reply. This file contains the correct version in German. However, it might have been overwritten when we saved the message again for diagnostic purposes, as it has a recent timestamp. Could the file have been overwritten by a previous update, causing the standard message to...
  12. TorbHo

    Resolved Mailbox Usage Notification Only Sent in English Despite Custom Text in Settings

    We've noticed that the automatic email "Mailbox usage exceeded 95% of quota limits" is now only being sent to our customers in English. This happens even though we have set up our own custom text under "Settings -> Mail settings". Has anyone else experienced this issue? Is there a known fix or...
  13. TorbHo

    Resolved Email encoding after upgrade to 18.0.65

    Yes, it seems to work now.
  14. TorbHo

    Resolved Email encoding after upgrade to 18.0.65

    There is an update available now. See: https://docs.plesk.com/release-notes/obsidian/change-log/?18065#plesk-18065-mu1
  15. TorbHo

    Resolved Email encoding after upgrade to 18.0.65

    We are experiencing numerous issues with this encoding bug, and the problem has persisted for over a week. Please resolve it NOW.
  16. TorbHo

    Question Mailarchive - Protect all mails from deleting

    Thank you, Peter. I would also like to vote for it, but the topic has already been rejected by Plesk.In addition, my experience with feature requests is that it takes several years for Plesk to respond - if at all. I don't have several years to spare, so I'm looking for a solution that helps me...
  17. TorbHo

    Question Mailarchive - Protect all mails from deleting

    No solution, yet? How about a file / directory protection for this specific mailaddress via ssh? Could this lead to any problems?
  18. TorbHo

    Question Mailarchive - Protect all mails from deleting

    We need something like an email archive. Therefore, we plan to copy all emails from one mailbox to another. Is there a way to protect a specific mailbox from accidentally deleting any emails?
  19. TorbHo

    Question dist-upgrade script for other Linux distributions

    I have just found the automated script for the dist-upgrade from Ubuntu 18 to 20 as described here: https://support.plesk.com/hc/en-us/articles/12377714344983. Will there be similar scripts available for other Linux distributions like Debian as well?
Back
Top