cPFence thanks for the info, I think I have found where it's coming from
Jul 10 00:00:34 ← Timestamp (July 10th at 00:00:34, server’s local time)
smtp-1-uk1 ← Hostname of your mail server
postfix/cleanup[184528]: ← The Postfix “cleanup” daemon (PID 184528) handling message cleanup
AAD47141A46: ← Postfix queue ID for this message
milter-reject: ← Indicates a milter (mail filter) has issued a reject
END-OF-MESSAGE ← The rejection happened at the end of the DATA phase
from unknown[179.220.67.220]: ← The connecting client: reverse‑lookup failed, IP 179.220.67.220
4.7.1 Ratelimit "smtp_auth_limit_hourly" exceeded; ← SMTP response code 4.7.1, with text saying the policy named “smtp_auth_limit_hourly” was hit
from=<admin@guardscheduler.com> ← Envelope sender address
to=<elainemar2002@yahoo.com.br> ← Envelope recipient address
proto=ESMTP ← Protocol used (ESMTP)
helo=<b3dc43dc.virtua.com.br> ← The HELO/EHLO string the client presented
In plain terms:
A client at IP 179.220.67.220 tried to send mail as admin@guardscheduler.com to a Yahoo Brazil address, but your Postfix milter policy “smtp_auth_limit_hourly” blocks clients who authenticate (or attempt to send) more than a certain number of messages per hour. Once that threshold was reached, the filter dropped this email with a “4.7.1 Rate limit exceeded” error.