Re: Fax Gateway Usage with Hylafax

2009-07-26 Thread 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 tempfiles - and then

Re: Fax Gateway Usage with Hylafax

2009-07-26 Thread LuKreme
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

Re: Fax Gateway Usage with Hylafax

2009-07-26 Thread Wietse Venema
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

Re: Fax Gateway Usage with Hylafax

2009-07-21 Thread /dev/rob0
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 the

Fax Gateway Usage with Hylafax

2009-07-13 Thread Daniel L. Miller
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