• 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

Apache e-mail sender

Alexey_Shpak

Basic Pleskian
Hello.

There is another problem with Plesk 10.0.1

On the server creates a very large queue of messages (about 100000). if you look at the address of its sender, the recipient is the same: [email protected]сentr.by.
How can I fix the problem and disable Apache to send the letter?
 
Did you try to check in /usr/local/psa/var/log/maillog why these messages were not sent?
 
Morning cleared of all e-mail messages command
mailq | grep '[email protected]' | awk '{print $ 1} '| xargs-i {}-n1 postsuper-d {} deferred

After that all messages from the Apache @ missing, the logs shows the following:

Feb 14 07:17:39 plesk2 postfix/pickup[24910]: 4AF47454022: uid=48 from=<apache>
Feb 14 07:17:39 plesk2 postfix/cleanup[24248]: 4AF47454022: message-id=<42904e17f1de77853b2bec7e023e521c@www.****.by>
Feb 14 07:17:39 plesk2 postfix/qmgr[4442]: 4AF47454022: from=<[email protected]>, size=7346, nrcpt=1 (queue active)
Feb 14 07:17:39 plesk2 postfix/smtpd[15773]: connect from plesk2.datacenter.by[127.0.0.1]
Feb 14 07:17:39 plesk2 postfix/smtpd[15773]: 57F10454024: client=plesk2.datacenter.by[127.0.0.1]
Feb 14 07:17:39 plesk2 before-remote[7819]: check handlers for addr: [email protected]
Feb 14 07:17:39 plesk2 before-remote[7819]: check handlers for addr: ****@****.by
Feb 14 07:17:39 plesk2 postfix/cleanup[23114]: 57F10454024: message-id=<42904e17f1de77853b2bec7e023e521c@www.*****.by>
Feb 14 07:17:39 plesk2 postfix/smtp[5127]: 4AF47454022: to=<*****@****.by>, relay=127.0.0.1[127.0.0.1]:10027, delay=0.13, delays=0.04/0/0.05/0.05, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as 57F10454024)
Feb 14 07:17:39 plesk2 postfix/smtpd[15773]: disconnect from plesk2.datacenter.by[127.0.0.1]
Feb 14 07:17:39 plesk2 postfix/qmgr[4442]: 57F10454024: from=<[email protected]>, size=8706, nrcpt=1 (queue active)
Feb 14 07:17:39 plesk2 postfix/qmgr[4442]: 4AF47454022: removed
Feb 14 07:17:39 plesk2 postfix-local[7910]: postfix-local: [email protected], to=***@****.by, dirname=/var/qmail/mailnames
 
#mailq

4D6DDDF1A7 1660 Mon Feb 14 13:32:00 [email protected]
(host alt1.gmail-smtp-in.l.google.com[74.125.155.27] said: 450-4.2.1 The user you are trying to contact is receiving mail at a rate that 450-4.2.1 prevents additional messages from being delivered. Please resend your 450-4.2.1 message at a later time. If the user is able to receive mail at that 450-4.2.1 time, your message will be delivered. For more information, please 450 4.2.1 visit http://mail.google.com/support/bin/answer.py?answer=6592 c14si4626610anc.148 (in reply to RCPT TO command))
[email protected]
 
Back
Top