HylaFAX The world's most advanced open source fax server

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]

[hylafax-users] FaxDispatch Setup to Email TIF Files




I have set up Hylafax server on the Red Hat 7.2 distrubution using the
hylafax-4.1beta3-3 rpm with Metamail installed.
I am trying to configure FaxDispatch to e-mail tiff files instead of
postscript.  Here are the various ways I've tried to configure it:

#! /bin/sh
MIMENCODE=/var/spool/fax/bin/uuencode_it;
FILETYPE=tif;

case "$DEVICE" in
ttyS0)            SENDTO=tbrooks@pchmo.com;
MIMENCODE=/var/spool/fax/bin/uuencode_it; FILETYPE=tif;;    # all faxes
received on ttyS0
esac

The file /var/spool/fax/bin/uuencode_it is an excutable file with the
following contents:

#!/bin/sh
uuencode -m $1 $1 | grep -E -v "^begin|^====$" 2>/dev/null

However, it still sends .ps files to the recipient.  Does anyone know what I
am doing wrong?


----
BILL GLICK                   PersonalCare
 Web Developer               2110 Fox Drive
 BGlick@PersonalCareHMO.com  Champaign, Illinois 61820


____________________ HylaFAX(tm) Users Mailing List _______________________
 To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null




Project hosted by iFAX Solutions