On 06/05/2024 1:22 PM MDT GDS via dovecot dovecot@dovecot.org wrote:
Hello all, I am seeing hundreds of lines like the one below in my mail.log from this specific IP address, which belongs to Google. Is there a way to determine why this "deferred (delivery temporarily suspended)" is happening?
Jun 5 19:09:32 arthemis postfix/error[86771]: 5D9D148296D: to=root@localhost.com, orig_to=root@localhost, relay=none, delay=4099, delays=4099/0.02/0/0, dsn=4.4.1, status=deferred (delivery temporarily suspended: connect to localhost.com[74.125.224.72]:25: Connection timed out)
"localhost.com" - you almost certainly are intending to connect to localhost (i.e. the local loopback address, 127.0.0.1) rather than the remote domain localhost.com. So it looks like a configuration error.
michael