I have a SendMail 8.14 server deployed in the middle of an SMTP workflow (Outbound mail looks like Exchange -> SendMail -> Appliance -> Internet)
I have TLS configured for the first three hosts. This works fine for the most part but I need to temporarily disable TLS when sending to ONE specific recipient (appinbox@example.com) for troubleshooting purposes.
The issue is that I don't want to disable TLS for the 99.999% of traffic, nor do I want to disable it for messages going to joe@example.com.
Is there a way I can tell sendmail to selective NOT use opportunistic STARTTLS if (and only if) I'm sending to appinbox@example.com?
I know the try_TLS
ruleset supports hosts, domain, and IPs, but does it support an individual email address?