Wietse Venema: > Greg Sims: > > sender_dependent_default_transport_maps = randmap:{r235,r236,r237,r238} > > > > selects transports at random for delivering email. Is it possible to > > schedule a set of transports using a round-robin discipline? This > > man 5 tcp_table > man 5 socketmap_table > > and implement a server that responds in round-sobin order.
However, if you want to limit the number of conections for each Postfix SMTP client IP address, set the right process limit in master.cf for those SMTP clients, and do "postfix reload". Wietse