Forum Discussion

Rabbit23_116296's avatar
Rabbit23_116296
Icon for Nimbostratus rankNimbostratus
Sep 19, 2014

Load Balancing SMTPS with Exchange 2010

I've been struggling to get this working. I've set up another receive connector on the server, I am able to test using CURL from the various monitors out there from the load balancer and it works but the pool never comes up.

 

Followed this article - http://www.f5.com/pdf/deployment-guides/f5-smtp-dg.pdf

 

Anyone got this working?

 

2 Replies

  • TMOS 11.5.0 HF4 running iApp 1.3.0 and Exchange 2010 SP3 UR6. I would like to configure SSL bridging.
  • Sorry for the delay on answering this if you haven't already found the answer. Unless you're trying to manipulate the SMTP strings when incoming, I would recommend simply using a fastL4 and use no persistence, allowing LTM to just forward along the traffic. LB methods would still allow spreading the traffic out. I'm only stating this because most external mail gateways are already scrubbing SPAM/Reputation/DKIM/SPF anyway so why add a new layer of complexity.

     

    However, prior to 11.5, this was possible with iRules

     

    With 11.5 and up, there is an SMTPS profile and this should get you where you want to be.

     

    Also, while CURL is super handy here, also use Openssl s_client to validate consistence. I've found discrepancies between testing and Openssl seemed to reproduce a better client connectivity representation for TLS.

     

    $ openssl s_client -connect mail.example.com:25 -starttls smtp -debug