am.lists wrote:
> Recently, I was emailing a system admin at one of the major ISPs. He
> told me that we were blocked for going over their throttle limits,
> which he described as 10 simultaneous connections per IP and 100
> messages per hour.
> 
> Now. I use policyd 1.8x and know that I can do the #/per hour part,
> but how do I limit the number of inbound connections? Is that more at
> the Postfix level? I run in a distributed environment (one primary
> MySQL db), how do I enforce a connection limit across the environment?

Indeed, this needs to be done at the Postfix level.

/etc/postfix/master.cf
..
smtp      inet  n       -       n       -       10    smtpd
..

Thats for limiting inbound connections.

Cami

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
policyd-users mailing list
policyd-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/policyd-users

Reply via email to