Re: Time of day size restrictions

2008-07-31 Thread Brian Evans - Postfix List
Jeffrey Shawn Klotz wrote: Does anyone know a way to set the message size restriction based on time of day? In the AM I have a large volume of outgoing traffic. If users send large messages it exceeds the bandwith of the circuit. The AM messages are time sensitive so max outgoing performance

Re: Time of day size restrictions

2008-07-31 Thread Ralf Hildebrandt
* Jeffrey Shawn Klotz <[EMAIL PROTECTED]>: > Does anyone know a way to set the message size restriction based on time > of day? With a cronjob 0 0 * * * postconf -e "message_size_limit = big" && postfix reload 0 8 * * * postconf -e "message_size_limit = small" && postfix reload -- Ralf Hil

Time of day size restrictions

2008-07-31 Thread Jeffrey Shawn Klotz
Does anyone know a way to set the message size restriction based on time of day? In the AM I have a large volume of outgoing traffic. If users send large messages it exceeds the bandwith of the circuit. The AM messages are time sensitive so max outgoing performance is critical. In the PM the