Am 24.10.2014 um 20:47 schrieb Julio Cesar Covolato:
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?
not a postfix question at all but: * forbid the mail command in PHP * don't list 127.0.0.1 in "mynetworks" * and if no use-case drop port 25 exept to loopback device