Check delivery queue (about "Delayed Mail - still being retried")

I use below to check if an email from a certain domain is in the queue. You can adapt it with other search criteria to meet your use case.

cat /var/log/mail.log | grep “domain.tld”

1 Like