Brad Riemann: > Hi Ram, > > We are using ZXTM (also known as Stingray), with the built in SMTP > options from the load balancer (which really isn't much..), > everything im seeing in the config indicates it should be running > and processing on the application layer, were there any settings > on the F5 you had to adjust to indicate it was smtp traffic or was > it just tcp by default?
Can you configure the load balancer to send XCLIENT ... instead of EHLO something\r\nXCLIENT ... That will avoid the complaint about pipelining after EHLO. The pipelining check was added with Postfix 2.6, and it can't be changed without Postfix source code modification. Wietse