How can I limit the amount of messages SendMail will recieve in a single incoming connection?
- by Mike B
Is there a way to limit how many messages can be received by SendMail in a given SMTP session?
I have a SendMail server and an upstream application server is trying to send dozens (potentially hundreds) of messages to it in a single SMTP session (ehlo... mail from... rcpt to... data... rset... mail from... etc). This is causing resource strain…