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
* 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
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