Hi,
I m using the sendmail to send out emails on my Linux server.
I fire the below command to send email but i cant recieve emails to my zoho client mobile app.
Below is what i see in the maillogs.
Sep 9 17:00:34 Development_Digiklug sendmail[12215]: v89H0Ys2012215: from=root, size=201, class=0, nrcpts=1, msgid=<201709091700.v89H0Ys2012215@dev.digiklug.com>, relay=root@localhost
Sep 9 17:00:34 Development_Digiklug sendmail[12216]: v89H0YsW012216: from=<root@dev.digiklug.com>, size=447, class=0, nrcpts=1, msgid=<201709091700.v89H0Ys2012215@dev.digiklug.com>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]
Sep 9 17:00:34 Development_Digiklug sendmail[12215]: v89H0Ys2012215: to=mohtashim@digiklug.com, ctladdr=root (0/0), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30201, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (v89H0YsW012216 Message accepted for delivery)
--->> After
30 odd seconds pause....
Sep 9 17:02:14 Development_Digiklug sendmail[12199]: v89GxL6T012197: to=<mohtashim@digiklug.com>, ctladdr=<root@dev.digiklug.com> (0/0), delay=00:02:53, xdelay=00:02:53, mailer=relay, pri=120447, relay=smtp.zoho.com. [8.40.222.118], dsn=4.0.0, stat=Deferred: Connection reset by smtp.zoho.com
.
I think the problem with my sendmail.mc is that TLS is not enabled.
I'm not sure if there are any more issues to get this to work.
Can you please help fix my sendmail sendmail.mc configuration so that i m able to send out emails from the linux server?