Julio Cesar Covolato:
> 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?

You don't want to do that in Postfix, as it would have
to reject mail, and rejected mail would not be delivered.

Rate limit the PHP application.

        Wietse

Reply via email to