On Fri, 13 May 2005, Ian FREISLICH wrote: > Stuart Gall wrote: > > > > smtp_accept_max = 40 > > smtp_accept_max_per_host = 5 > > smtp_ratelimit_hosts = 1.2.3.4 > > smtp_ratelimit_mail = 5,0.5s,1.05,1m > > smtp_ratelimit_rcpt = 5,0.25s,1.015,1m > > Can that also rate limit where a user pipes mail to /usr/bin/sendmail?
No, it only limits the rate of commands on a single SMTP connection, so the limits can be broken using multiple connections, concurrent or sequential. What I'm planning is to calculate the average rate over all connections from a host or user or whatever you like. Tony. -- <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> http://dotat.at/ ${sg{\N${sg{\ N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\ \N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}} -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
