Skip to content

Feature Suggestions

Please provide here your suggestion for new functionality for Plesk. We encourage you to review and vote for suggestions of others. The top-ranked suggestions are likely to be included in the next versions of Plesk.

Please write in English so that voters from all over the world can read and support your request.

For technical assistance, contact Plesk support
For questions, bug reports, discussions and free assistance, check our Forum and Facebook page
For additional information, see Documentation, Knowledge Base and Blog
Follow us on Twitter for more news on Plesk development

Off-topic posts will be removed from here

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

43 results found

  1. Support for Roundcube 1.5.1

    Hi please update roundcube to version latest 1.5.1!
    Thanks!

    12 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    completed  ·  5 comments  ·  Mail  ·  Admin →
  2. Ability to edit the email queue for subscriptions

    Would be very helpful if we could edit the email queue for subscriptions without server-wide admin rights. Unfortunately, as a Plesk user, I cannot edit the email queue in my subscription.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Mail  ·  Admin →

    We are happy to announce that the ability to Track Email Delivery is now available in Log Browser 1.8.0. In the new version, Plesk customers (as well as Plesk administrators) can track email delivery and manage deferred emails right in the domain card (under the "Mail" tab). If an email has been deferred, the reason also be shown.

    You can find additional information at https://docs.plesk.com/release-notes/obsidian/change-log/#log-browser-1.8.0.

    If you have any feedback on the implementation of this feature, please let us know on the forum: https://talk.plesk.com/threads/your-experience-with-mail-delivery-troubleshooting-in-plesk.373062/


    — AY

  3. Enable sending e-mails to same domain on external server even if Mail service is enabled for a domain

    As more and more customers move to G Suite and Office 365, there is a need to send authenticated emails from local SMTP to external server that handles same domain.

    Lets say example.com has a WordPress installation that sends notifications, order confirmations, form confirmations, ... to avoid spam and meet best practices, I will create local e-mail account mail@example.com.

    If domain has G Suite hosting info@example.com, emails from mail@example.com will not be delivered, because of Plesk's setup.

    As long as mail is enabled locally, one will get error: Recipient address rejected: User unknown in virtual mailbox table; even…

    57 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    11 comments  ·  Mail  ·  Admin →

    Since early 2023 a third option between "Enabled" and "Not configured" for the "Mail Settings" in a domain was added: "Disabled for incoming mail". This lets you send emails from your domain through sendmail with authentication and also lets you send mails through the PHP mail() function, but it does not deliver these mails locally. This solves the issue where mail domains are located elsewhere while a website generates emails from forms or other application scenarios.

    We'll be happy to read your comments if you have additional requirements.

    -- PD

  4. Change settings for mail autodiscover

    Ability to change settings in the mail autodiscover - for example, to set the mail server that will be set in the mail client.

    45 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    12 comments  ·  Mail  ·  Admin →
  5. Support for Roundcube 1.4 (includes responsive support)

    I've installed 1.4 manually and it works without problems.

    52 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    38 comments  ·  Mail  ·  Admin →
  6. Add the option to remove emails from a particular domain from the mail Queue

    Example:
    Malware has created a lot of spam that was sent from the domain example.com and the mail queue is full.
    I would like to have the option to find all the emails from that domain in the mail queue and remove them with one click instead of obtaining the mailqueueIDs and trying to push them to "postsuper -d -".

    To make it simple, it's a filter (e.g. sender contains example.com) + option to remove.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Mail  ·  Admin →

    We are happy to announce that the ability to Track Email Delivery is now available in Log Browser 1.8.0. In the new version, Plesk customers (as well as Plesk administrators) can track email delivery and manage deferred emails right in the domain card (under the "Mail" tab).

    You can find additional information at https://docs.plesk.com/release-notes/obsidian/change-log/#log-browser-1.8.0.

    If you have any feedback on the implementation of this feature, please let us know on the forum: https://talk.plesk.com/threads/your-experience-with-mail-delivery-troubleshooting-in-plesk.373062/


    — AY

  7. Mail log Analyser via Panel (only for admin)

    Way to filter Mail log via Panel (only for admin), it is necessary to view messages statistics for particular mail account.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Mail  ·  Admin →

    We released the ‘Mail Log Browser’ extension

    https://ext.plesk.com/packages/942273dc-a99b-4744-9e8f-c4a4b047c63d-log-browser

    This extension allows you to check the statuses of all emails sent to and from your server by reviewing maillog and filtering by date, source, or any string pattern; also it’s possible to check mail logs in real-time (‘tail -fn0’ analog).

    It’s available for Plesk Administrators and supports Postfix and Qmail mail servers.


    IG

  8. custom dkim selector name

    It's a shame you are obliged to have a DKIM selector (key) name of 'default', and there is no ability to rotate keys as once you update the 'dafault' key will change value, meaning messages sent under the prior key, also called 'default', will fail.

    GMail offers a nice option where you specify the selector name and so can rotate keys nicely. O365 has a more basis scheme were keys have to be called selevtor1 and selector2 (from memory), flip-flopping between the two. Not elegant.

    Gmail is the way to go...
    - Enable DKIM
    - What would you like your…

    45 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    3 comments  ·  Mail  ·  Admin →

    Since Plesk 18.0.56, published October 10th, 2023, It is possible to change the default DKIM selector to a custom one for a single domain or all new domains hosted on the server.

    You specify a custom DKIM selector for a domain in the domain’s mail settings.  To specify a custom DKIM selector for all new domains, add lines of the following pattern to the panel.ini file:

    [mail]

    dkimDefaultSelector = newselector

    Please let us know in your comments what you think about this new feature or if you have additional requests regarding this new feature.

    -- PD

  9. Adding a "Requeue" button to the Mail Queue interface

    Currently, there are three buttons in the mail queue interface.
    Refresh, Remove, Clear

    These are fine when there is Spam in the mail queue but for normal emails, it would be nice to have an additional "Requeue" button.

    Now, when I spot an email that shouldn´t be deferred I have to log in over SSH and execute: /usr/sbin/postsuper -r ALL to requeue them.

    Just like the "Remove" button works for selected emails the "Requeue" button would work for requeueing selected emails.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Mail  ·  Admin →

    We are happy to announce that the ability to Track Email Delivery is now available in Log Browser 1.8.0. In the new version, Plesk customers (as well as Plesk administrators) can track email delivery and manage deferred emails right in the domain card (under the "Mail" tab). If an email has been deferred, it is also possible to resend it with the Track Email Delivery tool.

    You can find additional information at https://docs.plesk.com/release-notes/obsidian/change-log/#log-browser-1.8.0.

    If you have any feedback on the implementation of this feature, please let us know on the forum: https://talk.plesk.com/threads/your-experience-with-mail-delivery-troubleshooting-in-plesk.373062/


    — AY

  10. 10 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Mail  ·  Admin →
  11. It would be nice to provide mail SSL/TLS support with SNI for more domains from single IP

    It would be nice to provide mail SSL/TLS support with SNI for more domains from single IP

    217 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    57 comments  ·  Mail  ·  Admin →

    We are glad to inform you that this feature is available. 

    If you have any feedback on the implementation of this feature, please let us know on the forum: https://talk.plesk.com.


    — AY

  12. Use "Let's encrypt" to secure IMAP/POP/SMTP connections

    Use "Let's encrypt" to secure IMAP/POP/SMTP connections to avoid "non valid certificate" messages with self signed certs.

    468 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    51 comments  ·  Mail  ·  Admin →
  13. Display DKIM Public Key in the Web Interface

    Currently the only way to get the DKIM key is to decode the private key from the shell when using an external DNS service, however it would be nice if the public key is just being displayed in the web interface so the user can see it and add it to the external DNS.

    56 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    3 comments  ·  Mail  ·  Admin →
  14. Dovecot Subaddressing (test+subaddress@mail.com)

    Could you please add support for dovecots subaddressing feature?

    22 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    8 comments  ·  Mail  ·  Admin →
  15. Complete DMARC Support

    The DMARC support in Plesk Onyx 17.5.3 ist incomplete. If an incoming email is rejected due to a DMARC fail there is no mailer daemon generated to inform the sender of this email.

    Please add this important feature to DMARC support. Otherwise it would not be usable for most customers.

    128 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    14 comments  ·  Mail  ·  Admin →
  16. Support all RFC3696 local part characters

    Allow email address, local part to have characters such as $ as per RFC3696 which allows ! # $ % & ‘ * + – / = ? ^ _ ` . { | } ~

    My problem is that I have moved my hosting package from eXtend to Plesk, and suddenly I have a bunch of email accounts I cannot re-create.

    11 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    3 comments  ·  Mail  ·  Admin →
  17. Redirect from HTTP to HTTPS for secured webmails

    You should place a redirect from http://webmail.domain.tld to https. Even the option "Hosting Settings > Permanent SEO-safe 301 redirect from HTTP to HTTPS" won't redirect the webmail; in any case these should be two separate options as the website may not support HTTPS yet.

    41 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    10 comments  ·  Mail  ·  Admin →

    Hi!

    The functionality is now available:
    1. Linux: in the SSL It! Plesk Extension: https://ext.plesk.com/packages/3c4117f6-c05c-4d3b-9173-60f10096a9c4-sslit
    2. Windows: in Plesk Obsidian (by default)

    How to find it in SSL It! Extension:
    1. install SSL It! Extension (it’s available for Plesk 17.8+)
    2. go to > SSL/TLS Certificates
    3. if there is no SSL Certificate installed on the domain – issue one (using, for example, free Let’s Encrypt SSL Certificate)
    4. if an SSL Certificate is installed on the domain, there is a switcher “HTTPHTTPS redirect”, this switcher has an option “Webmail”, turn it on.
    5. Voila!

    We would appreciate hearing your feedback on the implementation of this functionality. Thanks in advance!

    — rk

  18. Add customization option for "Configure Email Client" window

    Suggest adding the ability to customize Domains > example.com > Email Addresses > Mail information" pop-up help icon. The following sections should be editable:
    Configure Email Client
    Manual Setup

    Currently it is hard-coded and it's not possible to officially customize the text, or, say, the link that leads to Plesk documentation that describes basic setup steps on default ports.

    Reasoning:

    1. The outgoing server port 25 is blocked by most ISPs and will not work, we encourage SSL/TLS encryption on port 465

    2. Incoming Server Ports, we encourage SSL/TLS encryption on IMAP port 993 or POP port 995

    3. We encourage our clients…

    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Mail  ·  Admin →
  19. Set a senders email address for Plesk notifications

    I am sending mails from an external server, my Plesk Servers do not even have mail setup. Plesk offers the option to send notification mails (like backup errors,...) using an external SMTP server, but all mails get sent using the mail address
    root@servername.domain.tld

    My SMTP server does not have this mail address or even domain setup. I would like to set a custom email address for Plesk to send mails from in order to not have to set up a domain and mail address for every Plesk server.

    194 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    42 comments  ·  Mail  ·  Admin →
  20. DMARC support

    Plesk should support DMARC technology.

    https://en.wikipedia.org/wiki/DMARC

    102 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    13 comments  ·  Mail  ·  Admin →
← Previous 1 3
  • Don't see your idea?

Feedback and Knowledge Base