Daniel L. Miller:
> I wrote a simple PHP script using PHP's MimeDecode module. This script
> takes receives a message on stdin (via Postfix 'pipe') with one or more
> attachments, writes each attachment out to a temp file, then calls
> Hylafax with the appropriate arguments and a list of the te
On Jul 26, 2009, at 11:58 AM, Daniel L. Miller wrote:
I suppose if I was using a consistent naming scheme for the temp
files, or placed them in a subdirectory, I could use an hourly cron
job to make sure they were cleaned up. That approach has always
bothered me - but I don't know of a bett
I wrote a simple PHP script using PHP's MimeDecode module. This script
takes receives a message on stdin (via Postfix 'pipe') with one or more
attachments, writes each attachment out to a temp file, then calls
Hylafax with the appropriate arguments and a list of the tempfiles - and
then delete
On Monday 13 July 2009 13:08:29 Daniel L. Miller wrote:
> I'm trying to implement an email-to-fax gateway using Postfix +
> Hylafax. Hylafax's provide faxmail command does function - but it
> doesn't accomplish what I want. In particular, I would like to:
Note, this is all pretty much outside th
I'm trying to implement an email-to-fax gateway using Postfix +
Hylafax. Hylafax's provide faxmail command does function - but it
doesn't accomplish what I want. In particular, I would like to:
1. Send an e-mail with one or more attachments intended for faxing.
The attachments will already