06-Nov-2020 09:56
Hello,
I'm trying to write an iRule for one of our clients. They require STARTTLS on SMTP for all clients except for a select few IPs. Is there a way to write an iRule to allow these IPs to bypass the STARTTLS require tag I've added to the farm?
Thanks,
Kj
06-Nov-2020 22:17
Refer this, it will be a start.
https://devcentral.f5.com/s/articles/starttls-server-smtp-with-cleartext-and-starttls-client-support-1209
Id try putting a dgl for exceptions and calling that in client accepted event to bypass those. Try modifying and test it. Good luck.