Brainforge.UK
My feedback
-
4 votes
Thank you for your feature request. We will consider the possibility of its implementation if it becomes sufficiently popular and in demand.
—
IGAn error occurred while saving the comment An error occurred while saving the comment Brainforge.UK commented
To clarify this could be added next to the Renewal Date.
A better idea would be to group the listing columns into tabs for instance:
"Subscriber Renewal Date Disk Usage Traffic" in one tab.
"SSL Information / expiry date" in another tab.
Other (existing) columns shown to left / right of all tabs.A command line utility to show doman and SSL expiry date would initially be useful if that is easrier.
Brainforge.UK supported this idea ·
-
502 votes
We have serious doubts this function can really increase server security:
1) Plesk has built-in protection against brute-force on login – it will lock the login form. So no one can try multiple attempts
2) Arbitrary login name adds very little guess-complexity to a proper password. If you have concerns for your login brute-forced – add another 5-7 characters into your password and feel safe.As changed login name is still very likely to be some sort of vocabulary word or derived from your other account name – this function would only give a false sense of better security. Your security strength is in complex password, not in a complex login name. If you have one good password, you don’t need to treat login as your “second password” – one good password is enough.
As for concerns that default password requirement is set in “weak”, that fail2ban module is not…
Brainforge.UK supported this idea ·
-
103 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.
—
IGBrainforge.UK supported this idea ·
-
1 vote
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.
—
IGBrainforge.UK shared this idea ·
-
1 vote
Thank 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.
—
IGAn error occurred while saving the comment Brainforge.UK commented
Have account with over 60,000 emails going back over 2 years in location.
/var/qmail/mailnames/######/######/Maildir/curWith suggested option subscription owner could configure regular cleanup themselves - assume they would be in control of downloading emails to mail client.
The other alternative is for the Plesk admin to have a 6 month old mail cleanup script - bit heavy handed, subscription owner has no control.
Brainforge.UK shared this idea ·
-
1 vote
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.
—
IGBrainforge.UK shared this idea ·
-
21 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.
—
ETAn error occurred while saving the comment Brainforge.UK commented
I agree, really need an admin reporting tool so can quickly see domain SSL usage, domain PHP version usage by domain, PHP settings by domain.
In the case of SSL the https://...:8443/admin/ssl-certificate/list screen shows 16 domains use my default certificate - WHY, WHICH ONES!!
-
10 votes
An error occurred while saving the comment Brainforge.UK commented
Let's Encrypt secures the following domans
mydomain.com
www.mydomain.com
webmail.mydomain.com
aliasformydomain.comHowever, it does not encrypt www.aliasformydomain.com
Get certificate error in browserJust seen https://support.plesk.com/hc/en-us/articles/213372009
Known bug - fix some time in future ...
Well if it gets some votes maybe sooner rather than later!Brainforge.UK supported this idea ·
-
79 votes
Brainforge.UK supported this idea ·
An error occurred while saving the comment Brainforge.UK commented
Long overdue!
Not the right place to show this but for those interest from command line you can do this:
for s in ` /usr/sbin/plesk bin subscription --list | sort`
do
echo $s
(openssl s_client -servername $s -connect $s:443 2>/dev/null | openssl x509 -noout -dates) </dev/null
done
Still does not negate the need to see expiry date listing from Plesk panel.