Ing. Davy Leon wrote:
> Hi guys
>  
> I have a question. Is that possible to make postfix keep messages
> bigger than let's say 500K in the queue for delivery at certain hours,
> let say night hours to save bandwith?

You can do this with a policy service such as postfwd or roll your own
(if desired).
Simply tell the policy daemon to HOLD mail of your defined size.

In a cron job, you can run 'postsuper -r ALL' or 'postsuper -H ALL' (see
man 1 postsuper) to release.

For more information, please see:
http://www.postfix.org/SMTPD_POLICY_README.html



Reply via email to