On 10/24/2014 2:47 PM, Julio Cesar Covolato wrote:
Hi.

Hello!
Is there a way to limit connections from web applications on the same server for postfix?
The web application sends messages via smtp on localhost (127.0.0.1:25).

Need to limit the maximum 5k messages per hour. Is that possible?

Regards

Using PHP's mail() function which sends via 25 is A Bad Thing. Use something like phpmailer class to use submission and a policy server to rate limit.

Reply via email to