On 2013-10-14, Manu Sabu <manusabu@???> wrote: > Hi All,
>
> I want to configure exim for delivering max emails per hour for all
> accounts on server.
>
> Number of emails that can be send to gmail is 100 and that for Yahoo is 200.
>
> Is it is possible to configure like this in exim router section? please
> update me.
no, but you can fake it in the transport section by serializing it and
using something slow in the transport_filter.
for 100 per hour sleep 36 seconds, for 200 per hour sleep 18