On 6/15/2017 10:42 AM, azerquera wrote:
> Hi
> I want to postpone (keep in the hold queue) messages larger than 5 Mb and
> send them after work hours
> How Can I do that?
> Thanks
> 
> 
> 
> --
> View this message in context: 
> http://postfix.1071664.n5.nabble.com/postpone-large-messages-tp90961.html
> Sent from the Postfix Users mailing list archive at Nabble.com.
> 

Yes possible, but not entirely within postfix native config.

You can use an external policy_service such as postfwd to place
large messages on hold.  You'll have to work out some way to only do
this during work hours; I don't know if postfwd has time-sensitive
rules. Maybe some other policy service
http://www.postfix.org/SMTPD_POLICY_README.html
http://postfwd.org/

Then use a shell script and crontab to release the messages at the
desired time.



  -- Noel Jones

Reply via email to