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.
Off-topic posts will be removed from here
253 results found
-
Outgoing mail limit based on recipients
Allow outgoing mail limit to be based on unique recipients and not by message count.
2 votesThank you for your input! We will consider this functionality in upcoming releases if it is popular. Everyone, please continue voting for this feature if you consider it important.
--
IG
-
Add ability to sign DKIM when Mail service is disabled for domain
Currently, when mail service is disabled for domain the DKIM signature is not working.
It should be able to disable mailservices for specific domains (because 3rd party mail service like gmail, microsoft's exchange online etc. is used), while messages
sent by web application (php mail() function) should still have a valid DKIM signature.It is required to add ability to sign DKIM when Mail service is disabled for domain
4 votesThank you for your input! We will consider this functionality in upcoming releases if it is popular. Everyone, please continue voting for this feature if you consider it important.
--
IG
-
Mail Log Browser for windows
We need Mail Log Browser for windows Server, this extension is only available for linux, those of us who use windows are left behind.
3 votesThank you for your input! We will consider this functionality in upcoming releases if it is popular. Everyone, please continue voting for this feature if you consider it important.
--
IG
-
Notify about email without mailbox creation in a more noticeable way
Plesk allows to create email without a mailbox when the limit for the mailboxes is exceeded, but the mention regarding the "Mailbox - Off" is not always obvious for the customer and might be missed, allowing him to believe that the mailbox is created and trying to log into it, eventually getting banned by fail2ban.
A more noticeable notification regarding might be useful.1 voteThank you for your input! We will consider this functionality in upcoming releases if it is popular. Everyone, please continue voting for this feature if you consider it important.
--
IG
-
Ability to clean mail queue via CLI filtering messages with the same pattern
There is a way to clean mail queue with command like the following:
plesk bin mailserver --help | grep queue
--clean-mail-queue Removes all the messages from the mail
queue.But sometimes it is required to clear not all messages but only ones that have the same subject, sender, recipient, etc.
In Plesk GUI there is already this functionality in Tools & Settings > Mail queue, opening search bar with arrow icon.
It would be great to have the similar functionality for CLI command.2 votesThank you for your input! We will consider this functionality in upcoming releases if it is popular. Everyone, please continue voting for this feature if you consider it important.
--
IG
-
Spamassassin learning directories
Would be nice to be able to add custom directories for the spam assassin's learning daily task
3 votesThank you for your input! We will consider this functionality in upcoming releases if it is popular. Everyone, please continue voting for this feature if you consider it important.
--
IG
-
Outgoing mail whitelisting
I need to restrict some email addresses to send emails to specific domains. For example, x@test.com should only be able to send emails to y@mydomain.com and z@yourdomain.com but x@test.com shouldn't be able to send emails to any domain other than these two. In other words, an email from x@test.com shouldn't go to ab@test2.com
3 votesThank you for your input! We will consider this functionality in upcoming releases if it is popular. Everyone, please continue voting for this feature if you consider it important.
--
IG
-
Import/export mail filters
Allow users to export and import anti-SPAM mail filters via the UI.
2 votesThank you for your input! We will consider this functionality in upcoming releases if it is popular. Everyone, please continue voting for this feature if you consider it important.
--
IG
-
Implement support of SPF, DMARC and DKIM anti-spam methods for Plesk email notifications
Plesk email notifications to the administrator's email address get into Spam folder at public email providers because they are not protected by SPF, DMARC or DKIM anti-spam methods.
It is required to enhance the Plesk notification system so that Plesk email notifications are treated as legitimate email messages by the Internet email system.
42 votesThank you for your input! We will consider this functionality in upcoming releases if it is popular. Everyone, please continue voting for this feature if you consider it important.
--
IG
-
premium email manage several domains from a single account
Configure plesk premium email in order to manage from a single account several emails from different websites as it can be done with outlook or thunderbird
1 voteThank you for your input! We will consider this functionality in upcoming releases if it is popular. Everyone, please continue voting for this feature if you consider it important.
--
IG
-
Autodiscover for the latest Outlook version 2019 and O365
Mail autodiscover in Plesk Obsidian does not support the latest Outlook version 2019 and O365.
Developing support to Microsoft proxy servers for autodiscover requests is required.10 votesThank you for your input! We will consider this functionality in upcoming releases if it is popular. Everyone, please continue voting for this feature if you consider it important.
--
IG
-
Add ldap to store Plek users credentials so a spam filter can verify the Plesk users without making an SMTP connection.
Could you add a local LDAP server to Plesk to verify Plesk email users?
We currently use a spam filter (Barracuda). It has the ability to verify the recipient via LDAP. https://campus.barracuda.com/product/essentials/knowledgebase/50160000000IUSGAA4
/How+can+I+configure+recipient+verification+for+Barracuda+Email+Security+Service+-ESS-/This would be handy.
1 voteThank you for your input! We will consider this functionality in upcoming releases if it is popular. Everyone, please continue voting for this feature if you consider it important.
—
IG -
Allow configuring "From" header for cron tasks when remote SMTP (MSMTP) is used on a Plesk server
If Amazon SES(or some similar solution) is used as remote SMTP configured in Plesk, cron emails cannot be sent because "From" header is hardcoded in cron, here are some related threads:
https://forums.aws.amazon.com/thread.jspa?messageID=540183
https://stackoverflow.com/questions/15250199/crontab-email-through-msmtp-amazon-ses?rq=1There is a workaround - to replace the symlink from /usr/sbin/sendmail to msmtp by a bash script with the following content:
#!/bin/bash
sed -e 's/From: root (Cron Daemon)/From: root@mydomain.com (Cron Daemon)/' | /usr/bin/msmtp -t "$@"It would be great to have it applied by Plesk automatically and to have "From" header configurable from Plesk interface, for example in an additional field under Tools & Settings > External…
3 votes -
SRV record for submission (587)
When Enable mail autodiscover AND Enable SMTP service on port 587 on all IP addresses are enabled within the Server-Wide Mail Settings, it'd be nice if Plesk would also create an according SRV record.
_submission._tcp IN SRV 0 1 587 mail.domain.tld.
Currently, Plesk only creates smtps with 465.
See https://datatracker.ietf.org/doc/html/rfc6186#section-3.15 votesThank you for your input! We will consider this functionality in upcoming releases if it is popular. Everyone, please continue voting for this feature if you consider it important.
—
IG -
Possibility to choose the SMTP port to use. Or both ports
Possibility to choose the SMTP port to use. Or both ports
I know we have this option: enable SMTP service on port 587 on all IP addresses
But if that option is enabled, all services continue to use port 465. And it also continues to use postfix, for example.
The ideal would be to have an option that allows us, in some way, to select which SMTP port to use and that when the desired port is selected, it will automatically reconfigure (or ask us) postfix and other related options.
Of course, later I will have to modify my mail…
5 votesThank you for your input! We will consider this functionality in upcoming releases if it is popular. Everyone, please continue voting for this feature if you consider it important.
—
IG -
Add the ability to not reject sent email messages where the number of BCC recipients is higher than value for Outgoing Mail Control
For example, in case our PPPM-7181 (https://plesk.uservoice.com/forums/184549-feature-suggestions/suggestions/6860928) feature request is done or workaround by setting smtpdrecipientlimit in Postfix configuration is applied and Outgoing Mail Control is set as 10 email messages per hour.
In this case, in an attempt to send an email message where 100 BCC recipients, the error below will be shown and the email just be rejected:
SMTP Error (452): Failed to add recipient "johndoe@example.com" (4.5.3 Error: too many recipients).Please add the following possibility:
For example in the described scenario, 10 email messages will be sent within an hour and…2 votesThank you for your input! We will consider this functionality in upcoming releases if it is popular. Everyone, please continue voting for this feature if you consider it important.
—
IG -
Delete mail after forwarding on Windows
The feature for the removal of the forwarded emails' copies have been implemented on Linux. It is needed to have the same possibility on Windows as well.
2 votesWe have introduced this feature into our plans for consideration. There is no ETA yet. Everything will depend on the demand and technical costs.
Everyone, please continue voting for this feature if you consider it essential.—
IG -
Enable black/whitelists for mailgroups
Mailgroups currently simply forward mail to all its members. When forwarding, spam rules do not apply. Hence the black/whitelist settings are also ignored.
At least we should be able to only allow mailgroups to be used from internal accounts, so that mailgroups are not an easy target for spammers.
1 voteThank you for your input! We will consider this functionality in upcoming releases if it is popular. Everyone, please continue voting for this feature if you consider it important.
—
IG -
Customize external DNS hint for DKIM
Possibility to edit the DKIM popup message which contains the TXT records that need be added on external DNS server.
7 votesThank you for your input! We will consider this functionality in upcoming releases if it will be popular. Everyone, please continue voting for this feature if you consider it important.
—
IG -
Control on/off of auto-reply not only by date, but also by time
We would appreciate it if the setting of the time were included in addition to the days for the «automatic replies» by e-mail. For part-time employees, this attitude would be a real asset.
2 votesThank you for your input! We will consider this request in upcoming releases if it will be popular. Everyone, please continue voting for this feature if you consider it important.
—
IG
- Don't see your idea?