Re: Domain throttling in Postfix

2010-11-24 Thread Wietse Venema
Brian Evans - Postfix List: > On 11/24/2010 3:35 PM, Brian Evans - Postfix List wrote: > > No.. it's [transport-name]_destination_rate_delay. "slowdown" is the > > transport in this example. > > This allows processes such as qmgr to control things per transport (a > > feature of Postfix 2.5+) >

Re: Domain throttling in Postfix

2010-11-24 Thread Brian Evans - Postfix List
On 11/24/2010 3:35 PM, Brian Evans - Postfix List wrote: No.. it's [transport-name]_destination_rate_delay. "slowdown" is the transport in this example. This allows processes such as qmgr to control things per transport (a feature of Postfix 2.5+) Please ignore the "feature of Postfix 2.5" for

Re: Domain throttling in Postfix

2010-11-24 Thread Brian Evans - Postfix List
On 11/24/2010 3:22 PM, Stan Hoeppner wrote: Brian Evans - Postfix List put forth on 11/24/2010 7:54 AM: On 11/24/2010 7:17 AM, Stan Hoeppner wrote: -o transport_destination_rate_delay = 16s It's worth noting that transport_destination_rate_delay is implemented in qmgr and not the smtp client.

Re: Domain throttling in Postfix

2010-11-24 Thread Stan Hoeppner
Brian Evans - Postfix List put forth on 11/24/2010 7:54 AM: > On 11/24/2010 7:17 AM, Stan Hoeppner wrote: >> -o transport_destination_rate_delay = 16s > > It's worth noting that transport_destination_rate_delay is implemented > in qmgr and not the smtp client. > Therefore, specifying "-o" is wort

Re: Domain throttling in Postfix

2010-11-24 Thread Brian Evans - Postfix List
On 11/24/2010 7:17 AM, Stan Hoeppner wrote: Avinash Pawar // Viva put forth on 11/24/2010 4:48 AM: Hi, I want to put throttling in postfix. Throttling can be of two types : 1. Domain wise throttling (i.e. postfix should sent only 10 mails to gmail.com and 20 to yahoo.com at a time) 2. On hour

Re: Domain throttling in Postfix

2010-11-24 Thread Stan Hoeppner
Avinash Pawar // Viva put forth on 11/24/2010 4:48 AM: > Hi, > > I want to put throttling in postfix. > > Throttling can be of two types : > > 1. Domain wise throttling (i.e. postfix should sent only 10 mails to > gmail.com and 20 to yahoo.com at a time) > 2. On hour basis throttling (i.e. postf

Domain throttling in Postfix

2010-11-24 Thread Avinash Pawar // Viva
Hi, I want to put throttling in postfix. Throttling can be of two types : 1. Domain wise throttling (i.e. postfix should sent only 10 mails to gmail.com and 20 to yahoo.com at a time) 2. On hour basis throttling (i.e. postfix should sent only 1 emails in 1 hour) Is it possible to have such