Robin Labadie
My feedback
23 results found
-
3 votes
Thank 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
Robin Labadie supported this idea · -
397 votes
Thank 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.
— AY
An error occurred while saving the comment Robin Labadie supported this idea · -
9 votes
Thank you for your suggestion. We will consider this functionality in upcoming releases if it becomes popular. Everyone, please continue voting for this feature if you consider it important.
-- KvD
Robin Labadie supported this idea · -
3 votes
Thank you for your idea. Could you please describe what exactly would be useful about hiding the DNSSEC option? What is the business case where this is needed and how does it improve the user<->system interaction?
-- PD
Robin Labadie supported this idea · -
417 votesRobin Labadie supported this idea ·
-
436 votes
Thank 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.
— AY
Robin Labadie supported this idea · -
430 votes
Thank 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.
—
IGRobin Labadie supported this idea · -
454 votesRobin Labadie supported this idea ·
-
708 votesRobin Labadie supported this idea ·
-
13 votesRobin Labadie supported this idea ·
-
8 votesRobin Labadie supported this idea ·
-
407 votes
As UserVoice staff cleaned up the most of twisted voices, I’ve returning this suggestion to open discussion.
Everyone, please continue voting for this feature if you consider it important.
—IB
An error occurred while saving the comment Robin Labadie commentedTotally needed in order to have a custom URL for custom webmails.
Robin Labadie supported this idea · -
58 votes
Thank you for your input! We will consider this functionality for the upcoming releases if it becomes popular enough.
Everyone, please continue voting for this feature if you consider it important.
—
IGRobin Labadie supported this idea · -
230 votesRobin Labadie supported this idea ·
-
231 votesRobin Labadie supported this idea ·
-
421 votes
This is a valid request, so we’ll look into it. There is no ETA at the moment, but we would really appreciate you voting for this request so that we can accurately assess its popularity relative to other features.
The original request contains a manual solution, so, we consider to automate it. Please, add a comment if your case will not be solved with that solution.
Thanks in advance!
— rk
Robin Labadie supported this idea · -
181 votes
Thank 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.
—
IGRobin Labadie supported this idea · -
57 votes
Thank 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.
The previous status update was done by mistake.
— AY
Robin Labadie supported this idea · -
57 votes
Thank 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.
As workaround you can use this KB article https://support.plesk.com/hc/en-us/articles/360002886854-Is-it-possible-to-create-scheduled-backup-tasks-via-CLI-API-
—
IGRobin Labadie supported this idea · -
544 votes
An error occurred while saving the comment Robin Labadie commentedIt would be great to be able to have diifferent mailbox quotas as well. Say if a customer wants one 1GB mailbox and one 10GB mailbox. Currently, customers have control on the mailbox value, being limited by the max mailbox size therefore we cannot sell differently sized mailboxes.
@Lars & @Anonymous
Not even needed to symlink, you can just use a mount point in your fstab for that. :)
Robin Labadie supported this idea ·
ProFTPD supports SNI via VirtualHost feature.
It's as easy as that:
# Host-specific configuration for "ftp.example1.com"
<VirtualHost 192.0.2.1>
ServerName "ftp.example1.com"
TLSEngine on
TLSRSACertificateFile /etc/proftpd/certs/example1-cert.pem
TLSRSACertificateKeyFile /etc/proftpd/certs/example1-key.pem
</VirtualHost>
This should be implemented quite easily and would be a major positive point for Plesk and us users and admins.
If at least this were to work with wildcard certificates first... Would be nice.