* Yang Zhang <yanghates...@gmail.com>:
> Are there any extensions to Postfix that can aggregate multiple
> outgoing emails into a single email within some time window?

Not that I'm aware of. You're thinking of something like a
mailing-list digest?

> We're developing an application that runs on multiple hosts and emails
> notifications to us (the developers @gmail.com) whenever something
> goes wrong, via a postfix server.  However, we've run into issues
> where the application spews hundreds of such errors in rapid
> succession, leading Gmail to bounce our messages.
> This is why we're interested first and foremost throttling messages, 

That's easy: either via a policy server OR you use something like 

smtp_destination_rate_delay = 10s
(one mail very 10s)

> but ideally also aggregating messages together into a periodic digest
> that is emitted at most once per minute.  Any other (low-effort)
> solution ideas would be appreciated as well.

-- 
Ralf Hildebrandt
  Geschäftsbereich IT | Abteilung Netzwerk
  Charité - Universitätsmedizin Berlin
  Campus Benjamin Franklin
  Hindenburgdamm 30 | D-12203 Berlin
  Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962
  ralf.hildebra...@charite.de | http://www.charite.de
            

Reply via email to