Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
We value your experience with Plesk during 2025 Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025. Please take this short survey: https://survey.webpros.com/
Hello,
I just upgraded from 11 to 12.
In /var/log/httpd/access_log it is now full of requests like this from all the different WordPress installs on this box:
[25/Nov/2014:22:17:40 -0500] "POST /wp-cron.php?doing_wp_cron=1416971860.40590500831604003906 HTTP/1.0" 404 293 "-" "WordPress/4.0.1...
The IP address returned to "ping" is most likely cached by your local router or ISP.
Use the "host" command (if you have access to Mac/Linux) to query the server directly to see what IP address it is returning, eg:
"ping yoursite.com" may return the old ip address
"host yoursite.com" may...
Hello,
I am receive emails from a Scheduled Task that was created through Plesk. The email headers contain this information:
Subject: Cron <dtbaker@site.net> php /var/www/vhosts/site.net/httpdocs/cron.php
Content-Type: text/plain; charset=UTF-8
Auto-Submitted: auto-generated
X-Cron-Env...
I'm having this issue as well.
The account doesn't even show in the /usr/local/psa/admin/sbin/mail_auth_view output with mailbox OFF.
Does anybody know a way to allow SMTP authentication for email accounts that do not have mailboxes?
I'm pretty sure this worked before I migrated servers to...
After doing a server migration I needed all the new sites to be running under fastcgi
So I did
UPDATE `hosting` SET php_handler_type = 'fastcgi'
in the "psa" database.
Then re-built all the apache configs using:
/usr/local/psa/admin/bin/httpdmng --reconfigure-all
Then...
i found all these errors in the conflict-detect.log :
[01-Aug-2013 18:58:28] Error: Dump is not valid due to internal unique resources conflict (Class [UserName] value [robina@xxxxxxx.com])
[01-Aug-2013 18:58:28] Error: Dump is not valid due to internal unique resources conflict (Class...
Struggling a bit here with the migration.
The web interface successfully copied across 23G of data from the old server to the new server but seems to have stopped without errors.
Home > Tools & Settings > Migration & Transfer Manager > shows a status of Failed and this in the error log box...
Hey guys,
Just starting migration from an old Plesk 10 box across to a fresh Plesk 11 install on a new server.
The email headers coming from PHP script email on the old Plesk 10 box contain these values:
Return-Path: <info@customers-website-address-here.net>
Received: (qmail 28909...
I fixed this problem by ssh'ing in and removing the troublesome emails from the /var/qmail/queue/mess/ folder like this:
# root@ns1:/var/qmail/queue/mess# for i in `grep david@dtbaker * -R|grep From:|cut -f1 -d:`; do echo $i; rm $i; done;
^^ no guarantee on that command :)
my mail log files are full of these errors too.
is that a way I can manually remove these troublesome emails from the filesystem? no emails are appearing within the plesk web interface mail queue page.
May 11 09:16:00 ns1 qmail-queue-handlers[25848]: from=
May 11 09:16:00 ns1...
Is there an extra service or something that should be running on the box? Maybe something that is firewalled? Maybe the other mail relay can't communicate properly with my server and keeps trying until a timeout occurs and they send the mail anyway?
I have a few clients complaining that they have a two hour delay on emails sent to them.
They can re-produce this by sending themselves an email with a 1MB+ attachment. I believe it also occurs (sometimes) with plain text emails and no attachments.
Initially I thought the problem was...