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”
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”