• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Recent content by dtbaker

  1. D

    Loopback HTTP connections going to wrong vhost

    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...
  2. D

    Manual DNS update

    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...
  3. D

    ghost CRON job continues to send emails after it is deleted?

    Hello, I am receive emails from a Scheduled Task that was created through Plesk. The email headers contain this information: Subject: Cron <[email protected]> php /var/www/vhosts/site.net/httpdocs/cron.php Content-Type: text/plain; charset=UTF-8 Auto-Submitted: auto-generated X-Cron-Env...
  4. D

    Cannot authenticate via SMTP for mail-users with mailbox OFF and forwarding ON

    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...
  5. D

    php-fastcgi - ALL domains

    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...
  6. D

    Bulk DNS Update

    Cheers man. This was incredibly useful after doing a bulk dns modification through phpMyAdmin after a server migration.
  7. D

    Migration Manager from 10.x to 11.x - headache!

    no go, migrating sites individually. bah
  8. D

    Migration Manager from 10.x to 11.x - headache!

    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 [[email protected]]) [01-Aug-2013 18:58:28] Error: Dump is not valid due to internal unique resources conflict (Class...
  9. D

    Migration Manager from 10.x to 11.x - headache!

    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...
  10. D

    Plesk 11 Postfix "Return-path" is different to Plesk 10 qmail value

    Solved by changing from Postfix to Qmail on new server
  11. D

    Plesk 11 Postfix "Return-path" is different to Plesk 10 qmail value

    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: <[email protected]> Received: (qmail 28909...
  12. D

    Error in maillog - trouble injecting bounce message

    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 :)
  13. D

    Error in maillog - trouble injecting bounce message

    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...
  14. D

    2 hour delay on messages

    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?
  15. D

    2 hour delay on messages

    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...
Back
Top