I use sendmail to send through Mandrill SMTP as requested by the web application. I have been noticing that there is weird activity in /var/log/maillog
such as:
Mar 17 08:29:12 misc sendmail[34684]: u2C9wjxD053642: to=<dwasd@dddd.com>, delay=4+22:30:23, xdelay=00:00:23, mailer=esmtp, pri=10835166, relay=dddd.com. [119.28.2.127], dsn=4.0.0, stat=Deferred: Connection refused by dddd.com.
[dev@misc mail]$ sudo tail /var/log/maillog -n 50 | grep dddd
Mar 16 16:44:10 misc sendmail[53280]: u2C9wjxD053642: to=<dwasd@dddd.com>, delay=4+06:45:21, xdelay=00:00:19, mailer=esmtp, pri=9395166, relay=dddd.com. [119.28.2.127], dsn=4.0.0, stat=Deferred: Connection refused by dddd.com.
Mar 16 17:44:05 misc sendmail[56180]: u2C9wjxD053642: to=<dwasd@dddd.com>, delay=4+07:45:16, xdelay=00:00:20, mailer=esmtp, pri=9485166, relay=dddd.com. [119.28.2.127], dsn=4.0.0, stat=Deferred: Connection refused by dddd.com.
Mar 16 18:43:45 misc sendmail[59065]: u2C9wjxD053642: to=<dwasd@dddd.com>, delay=4+08:44:56, xdelay=00:00:07, mailer=esmtp, pri=9575166, relay=dddd.com. [119.28.2.127], dsn=4.0.0, stat=Deferred: Connection refused by dddd.com.
Mar 16 19:44:05 misc sendmail[61964]: u2C9wjxD053642: to=<dwasd@dddd.com>, delay=4+09:45:16, xdelay=00:00:20, mailer=esmtp, pri=9665166, relay=dddd.com. [119.28.2.127], dsn=4.0.0, stat=Deferred: Connection refused by dddd.com.
It is an hourly job, and there is no information about who is requesting this to be sent. How can I debug this thoroughly?