| |||||||||||||||||||||||||||||||
|
I have been tasked with developing a way to schedule message delivery for future time in our webmail client. We use Squirrelmail (SQM hereafter), and it sends mail via our outbound Postfix servers (smtp auth). My initial idea was to have SQM add some custom header with the desired delivery time. I then use header_checks on the postfix servers to look for such a header, and if found, put the message on hold. A perl script would run via cron every so often, reading through the hold queue looking for the custom header, and when it's time for delivery, execute postsuper -r to requeue the message. Should that work out? Thanks for any help.
| ||||||||||||||||||||||||||||||
© 2004-2008 readlist.com