On Wednesday 18 February 2009 17:45:20 Sahil Tandon wrote: > My point was to implement the delay based on the OP's criteria *outside* of > Postfix. Whether this is done in the same application the OP mentioned or > another one (say, a policy service as you mention below) is an interesting > discussion, but probably off-topic here.
Ah, gotcha and point taken. On Wednesday 18 February 2009 17:50:14 Noel Jones wrote: > A policy server won't really help here. > OP should read up on the "at" command. Yes it will. At/cron still means the php app needs to queue, then it gets passed to the postfix queue. Extra overhead, copied content, multiple points of failure in the queueing, having to write logging and debugging for the queue (logging and debugging is already available in postfix queues). A policy server is made for: implementing policies that fall outside of the realm of the mailserver. Delaying mail is one of those policies, as the nature of a mailserver is to deliver mail as fast as possible. -- Melvyn Sopacua