This does not anvil_rate_time_unit<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.postfix.org%2Fpostconf.5.html%23anvil_rate_time_unit&data=02%7C01%7Cangelo.fazzina%40uconn.edu%7C2e35b7ba69b54443e42e08d5d6c27895%7C17f1a87e2a254eaab9df9d439034b080%7C0%7C0%7C636651053094542077&sdata=JVOfulPgRp5w2M2gy4grHoakg4Lm1IXmrCNuuouBuG0%3D&reserved=0> = 60s
that is when Anvil checks the logs⦠every minute. At least I think so. Yup anvil_rate_time_unit (default: 60s) The time unit over which client connection rates and other rates are calculated. http://www.postfix.org/postconf.5.html -ANGELO FAZZINA ITS Service Manager: Spam and Virus Prevention Mass Mailing G Suite/Gmail ang...@uconn.edu University of Connecticut, ITS, SSG, Server Systems 860-486-9075 From: owner-postfix-us...@postfix.org <owner-postfix-us...@postfix.org> On Behalf Of Paul Martin Sent: Wednesday, June 20, 2018 11:27 AM To: Postfix users <postfix-users@postfix.org> Subject: Re: 5 messages per second Thanks all, I would like a smtp client to send to my postfix only 5 messages per second. Maybe these 2 lines answers the questions: smtpd_client_message_rate_limit<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.postfix.org%2Fpostconf.5.html%23smtpd_client_message_rate_limit&data=02%7C01%7Cangelo.fazzina%40uconn.edu%7C2e35b7ba69b54443e42e08d5d6c27895%7C17f1a87e2a254eaab9df9d439034b080%7C0%7C0%7C636651053094542077&sdata=9PAFcIfuvjWxHDqBH0qyuP0H8F38ylYRBlnyL5w59lY%3D&reserved=0> = 300 anvil_rate_time_unit<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.postfix.org%2Fpostconf.5.html%23anvil_rate_time_unit&data=02%7C01%7Cangelo.fazzina%40uconn.edu%7C2e35b7ba69b54443e42e08d5d6c27895%7C17f1a87e2a254eaab9df9d439034b080%7C0%7C0%7C636651053094542077&sdata=JVOfulPgRp5w2M2gy4grHoakg4Lm1IXmrCNuuouBuG0%3D&reserved=0> = 60s Paul 2018-06-20 17:01 GMT+02:00 Wietse Venema <wie...@porcupine.org<mailto:wie...@porcupine.org>>: Paul Martin: > Hello > > I would like to send 5 messages per second with postfix. Postfix does not have sub-second rate limit, and the support that it has will result in one message delivery at a time. Thus, you are limited to, for example, smtp_transport_rate_delay=1 or larger. It is not designed for sending lots of email. > How can I do that with postfix ? Maybe with kernel-level traffic shaping, or using some outbound proxy? Wietse