Plesk Tech Support
My feedback
217 results found
-
8 votesPlesk Tech Support shared this idea ·
-
2 votes
An error occurred while saving the comment Plesk Tech Support shared this idea · -
2 votes
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.
--
IG
Plesk Tech Support shared this idea · -
9 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.
— ES
An error occurred while saving the comment Plesk Tech Support commentedLinux crontab syntax is not fully supported in Plesk for windows. For example, entering the following cronjob:
*/1 14 * * 1-5
results in an error:
Slash (/) and hyphen (-) are not allowed.Adding such functionality would be great.
-
27 votes
One good reason why it is important to use own DKIM key is that for sending mail from different servers that service the same domain (e.g. during a migration) the key on the target needs to be the same as on the source.
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
An error occurred while saving the comment Plesk Tech Support commentedIt would be useful to test mail sending with DKIM d8uring migration on destination server before switching DNS zones.
Plesk Tech Support supported this idea · -
24 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.
—
IGAn error occurred while saving the comment Plesk Tech Support commentedAdd more detailed statistics in Plesk Email Security such as:
- List incoming spam messages with their date and from which IP they came.
- List outgoing spam messages with their date and from which subscription/domain they came.An error occurred while saving the comment Plesk Tech Support commentedAdd to Plesk Email Security setting that shows weekly difference in mail statistics. For example, show "+55 emails sent to spam last week"
-
1 votePlesk Tech Support shared this idea ·
-
4 votesPlesk Tech Support shared this idea ·
-
2 votes
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.
--
IG
An error occurred while saving the comment Plesk Tech Support commentedAllow users to export/import SpamAssassin filters from one Plesk server to another.
Plesk Tech Support shared this idea · -
1 votePlesk Tech Support shared this idea ·
-
2 votes
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.
--
IG
Plesk Tech Support shared this idea · -
2 votes
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.
--
IG
Plesk Tech Support shared this idea · -
40 votes
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.
--
IG
An error occurred while saving the comment Plesk Tech Support commentedPlesk 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.
Plesk Tech Support shared this idea · -
4 votes
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.
--
IG
Plesk Tech Support shared this idea · -
15 votesPlesk Tech Support supported this idea ·
-
10 votes
An error occurred while saving the comment Plesk Tech Support commentedOne of our customer wants to create temporary tables during backup, thus causing the backup to fail as the tables are not locked.
It would be nice to have a way to call the backup manager so that when mysqldump runs, the skip-lock-tables and --single transactions can be optionally passed.
-
6 votes
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.
--
IG
Plesk Tech Support shared 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.
—
IGAn error occurred while saving the comment Plesk Tech Support commentedWould be nice to have an option to use "# plesk ext wp-toolkit --wp-cli" as a non-root user.
-
13 votes
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 Plesk Tech Support commentedAutomate the SSL certificate renewal process using Sectigo certificates.
So far, the process of renew a Sectigo SSL certificate on Plesk is the following:
1. First generate a private key and CSR.
2. Then we use the Sectigo portal to obtain a signed certificate.
3. Then an admin has to manually place the certificate in the right location and restart the service.
Do this every 12 months, maybe with tens or thousands of domains can be strenuous work.
Sectigo, like Let's Encrypt, offers the ACME protocol
It might be possible to modify Let's Encrypt plugin parameters to accomodate it for Sectigo ACME.
Plesk Tech Support shared this idea · -
15 votes
An error occurred while saving the comment Plesk Tech Support commentedAdd a feature to prevent users from accessing the Plesk interface, except for administrators with an appropriate error such as "Server Maintenance". So it will be possible apply server changes without any other changes done during the maintenance.
During the WP backup process there is an intermediate plain SQL database and WP files created in the temporary folder:
ls -l /var/www/vhosts/example.com/.wp-toolkit/backups/351
total 20972
drwxr-xr-x 3 sysuser psacln 4096 Apr 28 16:16 files
-rw-r--r-- 1 sysuser psacln 21468967 Apr 28 16:16 sqldump.sql
Since this DB and Files folder belong to the system user of the Domain, such files consume the hard quota of the disk.
So the following situation can happen:
- The hard quota is 4GB
- The website size is 2GB
The customer thinks that there is enough space to create a WP zip backup
During the WP backup process additional 2GB of temporary files are created, which is causes the "zip I/O error: Disk quota exceeded", and the backup process fails on the zip creation step since it requires more than 4GB of space
Please make the backup process more straightforward (for example the temporary files are no longer belong to the system user and therefore do not count as hard quota)
Or, as an alternative, make a notification before the backup that will prevent such backups with the explanation that more space is needed and why