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+)
>
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
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.
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
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
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
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