• 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

PHP Mail huge delay

J

jgpv247

Guest
Hi everyone,
We have Plesk 7.5.3 on Red Hat since 2005 without mayor problems (Thanks God!)
But yesterday we have some trouble with PHP form sending emails.
First we thought that all the forms made with php mail() function stop working, but after some testing and a lot of patience and waiting time we saw there is some delay (a lot delay) sending e-mail from PHP form to an email address outside the domain.
Today we’re receiving some of the yesterday’s tests. The delay could be more than 8 hours.

Here is part of the maillog file for one of the test.
We made one test sending Bcc to [email protected], another with Bcc to [email protected]ER (that is an alias ot an address outside the server) and the last one Bcc to [email protected]ER. None of them have been received after 2 hours.

May 19 12:00:17 LINUX_SERVER qmail: 1179590417.377699 status: local 0/10 remote 19/20
May 19 12:00:17 LINUX_SERVER qmail: 1179590417.377713 starting delivery 49868: msg 6981577 to remote [email protected]
May 19 12:00:17 LINUX_SERVER qmail: 1179590417.377724 status: local 0/10 remote 20/20
May 19 12:00:20 LINUX_SERVER qmail-queue: dwlib[8713]: scan: the message(drweb.tmp.Q4dCui) sent by [email protected] to [email protected]ER has not been checked due to license limitations
May 19 12:00:20 LINUX_SERVER qmail: 1179590420.033728 new msg 6989099
May 19 12:00:20 LINUX_SERVER qmail: 1179590420.033802 info msg 6989099: bytes 1893 from <[email protected]> qp 8714 uid 2020
May 19 12:00:20 LINUX_SERVER qmail: 1179590420.039066 starting delivery 49869: msg 6989099 to local [email protected]ER
May 19 12:00:20 LINUX_SERVER qmail: 1179590420.039110 status: local 1/10 remote 20/20
May 19 12:00:20 LINUX_SERVER qmail-queue: dwlib[8717]: mail: all addreses are uncheckable - need to skip scanning (by deny mode)
May 19 12:00:20 LINUX_SERVER qmail-queue: dwlib[8717]: scan: the message(drweb.tmp.lwyy1c) sent by [email protected] to [email protected]ER should be passed without checks, because contains uncheckable addresses
May 19 12:00:20 LINUX_SERVER qmail: 1179590420.059943 new msg 6989101
May 19 12:00:20 LINUX_SERVER qmail: 1179590420.059990 info msg 6989101: bytes 2000 from <[email protected]> qp 8718 uid 110
May 19 12:00:20 LINUX_SERVER qmail: 1179590420.063473 delivery 49869: success: did_0+1+1/qp_8717/
May 19 12:00:20 LINUX_SERVER qmail: 1179590420.063516 status: local 0/10 remote 20/20
May 19 12:00:20 LINUX_SERVER qmail: 1179590420.063528 end msg 6989099
May 19 12:00:20 LINUX_SERVER qmail: 1179590420.740021 delivery 49868: deferral: 68.142.237.182_failed_after_I_sent_the_message./Remote_host_said:_451_Message_temporarily_deferred_-_[70]/
May 19 12:00:20 LINUX_SERVER qmail: 1179590420.740078 status: local 0/10 remote 19/20
May 19 12:00:20 LINUX_SERVER qmail: 1179590420.740092 starting delivery 49870: msg 6981577 to remote [email protected]
May 19 12:00:20 LINUX_SERVER qmail: 1179590420.740103 status: local 0/10 remote 20/20

Another test send Bcc to another domain's address in the same server and arrived immediately.

Any idea?
 
Back
Top