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
258 results found
-
Add IP Address and "non-existent mailbox" to plesk_saslauthd Authentication Logs
In the "maillog" program logs, which contain "server plesk_saslauthd" entries, the IP addresses are not recorded. During brute force attacks from multiple IPs, there are failed login attempts to non-existent mailboxes. While these attacks don't pose a direct threat, they consume server resources and could become dangerous if they target existing mailboxes.
I request that IP addresses be added to the "server plesk_saslauthd" logs, along with information about non-existent mailboxes, to improve filtering through fail2ban.
Current log:
Sep 20 08:14:00 server plesk_saslauthd[117757]: failed mail authentication attempt for user 'example@domain.com' (password len=14)Suggested log:
Sep 20 08:14:00 server plesk_saslauthd[117757]:…3 votesThank you for your input! We will consider this functionality in upcoming releases if it becomes popular.
Everyone, please continue voting for this feature if you consider it important.
-- SH
-
identify mail accounts that are not used
To find out the names of mailboxes that haven't been used for a long time (no logins, sending or receiving emails), for example, over 3 months.
3 votesThank you for your suggestion. We will consider this functionality in upcoming releases if it is popular. Everyone, please continue voting for this feature if you consider it important.
-- KvD
-
Set HELO/EHLO name in MailEnable on Windows at Plesk installation
A default Plesk install on Windows incorrectly sets the MailEnable hostname to servername.home which is invalid and will cause blacklisting of the Plesk server.
It must be assigned manually:
https://talk.plesk.com/threads/how-to-align-the-mail-servers-helo-ehlo-with-proper-dns-forward-and-reverse-values.368890/#post-924515
...which also may require creating a subscription on the server because the MailEnable settings requires the "sending notifications" email to be locally hosted.A proper hostname should be set at installation, or at minimum a notice shown to the Plesk admin that a manual setting change is necessary.
3 votesThank you for your suggestion. We will consider this functionality in upcoming releases if it is popular. Everyone, please continue voting for this feature if you consider it important.
-- KvD
-
Add possibility to configure Plesk to relay all Plesk notification emails to another SMTP server that requires authentication
Currently, Plesk notification emails relayed to another mail server return "said: 550 Authentication is required for relay (in reply to MAIL FROM command)" errors.
A set of separate settings that allow you to configure Plesk to relay all Plesk notification emails to another SMTP server while using authentication would be very helpful for such setups.
3 votesThank you for your idea! 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.
-- KvD
-
Monitor active mailbox connections (IMAP, SMTP and Exchange)
It would be useful to implement some sort of notification or monitoring system, that will indicate when and where the connection to the mailbox is established.
3 votesThank you for your idea! 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.
-- KvD
-
Provide the ability to send a copy of mailbox quota notifications to Plesk admin
When users receive the notification that their mailbox is near full, they often ignore it, or have a concern that it is a fake message. Some customers completely ignore the message because they don't know what to do. If we could provide the ability to also notify the Plesk admin, the customer could be called ahead of time, instead of receiving the "why isn't my mail working?" phone call.
3 votesThank you for your idea! 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.
-- PD
-
Increase mailbox size above the default size
Default Mailbox size is for example 5 GB per Mailbox. But on one Box, the client need more space. So it would be great, if all accounts stay on the standard Size. All mail addresses keep the default size, but one can increase the storage space. Currently, only the reverse is possible, but this makes little sense, as I don't want to adjust all the addresses individually, but only increase the one that has a compulsory requirement.
3 votesThank you for your idea! 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.
-- PD
-
Allow HTML for auto-responder
The possibility of sending an automatic reply is already given in Plesk, but unfortunately only rudimentary. It would be nice if you could make your own corporate design with appropriate logo, legal notice ....
3 votesThank you for your idea! 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.
-- PD
-
When whitelisting an email gateway, SpamAssassin should stop checking those mails from the whitelisted gateway
We want to use an email gateway on our Plesk servers, however when adding such gateway in Whitelist, other services still take place (for example SpamAssassin, which marks emails as spam).
That shouldn't be like this, and we expect that when whitelisting a server, mails from it will always arrive.3 votes -
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
-
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
-
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 -
Support for MailEnable domains' postoffices folders as junctions
We use the following configuration on Plesk for Windows: in MailEnable postoffices folder, domains' folders are junctions to folders inside subscriptions' web folder (e.g. C:\inetpub\vhosts\example.com\email). In Plesk Onyx with such setup, statistics were calculated successfully but in Obsidian, it stopped counting the size of junctions, so the mail statistics is counted as 0.
This setup is important for us, so please return the support for domains' mail folders as junctions.3 votes -
Anonaddy as Mail-Service
Hello,
I have noticed that I use and also need more and more eMail addresses for different websites.
If only to see which website may have been hacked and turn off the SPAM on it. Currently it is possible to create aliases.However, the list becomes very confusing, as soon as some addresses were deposited.
There is open source code from Anonaddy on Github.
It would be great if this would be integrated and also the addon for Chrome/Firefox is adapted so that this works together with the anonaddy in Plesk.3 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 -
Add possibility remove domain from remote SmarterMail, when mail service disabled by administrator manually
Currently Plesk has not remove the domain from the remote SmarterMail server and just disabled the it due to business logic (When a subscription is suspended, mail service and hosting service will be temporarily stopped to avoid losing mail data)
Add possibility remove domain from remote SmarterMail, when mail service disabled by administrator manually
3 votes -
Changing Mailbox Sizes Permission
I'm looking to do what many other web hosts do which is to sell off mailbox space.
I don't want to increase everyone's mailbox size yet, this seems to be the only way.
There is a permission that I can remove from most people to stop them editing their mailbox size. But the Owner / Customer that I'm selling to will still have access to set their own limits (up to the max limit)
I want to be able to offer mailboxes at 2gb, 5gb, 10gb etc. But not allow all of the customers mailboxes up to that level.
If…
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 -
Allow changing the from on the mailbox quota warning notifications to a custom value instead of the admin mail
We would like to make the emails to be sent from our Ticketsystem mail and not from the Plesk admin mail
3 votes -
Delete/Reject Option for incoming mail addresses in blacklist
Add delete/reject option for addresses and or domains in the blacklist. If I've blacklisted a domain, chances are that I don't want anything from that source.
3 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 -
MailEnable autoresponder return path
Add the function in Plesk to be able to modify the return path on the autoresponder of MailEnable
3 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 -
Dovecot replication
Dovecot replication would be nice to be available via the Plesk panel
2 votesThank you for your input! We will consider this functionality in upcoming releases if it becomes popular.
Everyone, please continue voting for this feature if you consider it important.
--SH
- Don't see your idea?