On 08/20/2009 07:47 PM, [email protected] wrote: > Bonjour, What's the problem with answering in english?
> Merci pour votre aide mais j'utilise la version de exim qui est > préinstallé avec le système Redhat Entreprise 5 et j'ai les paramètres > énumérés et ils sont ainsi configurés. > > smtp_ratelimit_mail = 2,0.5s,1.5125,4m > smtp_ratelimit_rcpt = 5,0.5s,1.025,4m > > Je voudrais une compréhension plus large de ces valeurs. What's the problem with searching a bit? Found in 2 second searching with: http://www.google.com/search?q=smtp_ratelimit_mail " smtp_ratelimit_mail = 2,0.5s,1.05,4m smtp_ratelimit_rcpt = 4,0.25s,1.015,4m The first setting specifies delays that are applied to MAIL commands after two messages have been received over a single connection. The initial delay is 0.5 seconds, increasing by a factor of 1.05 each time. The second setting applies delays to RCPT commands when more than four occur in a single message. " Nothing more clear... -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
