HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: [hylafax-users] FaxDispatch Setup to Email TIF Files
Bill,
You should not need to include the reference to a different UU-encoding
program if you have metamail installed. Have you tried it w/o the
"/var/spool/fax/bin/uuencode_it" entry?
Aaron
-----Original Message-----
From: hylafax-users-bounce@hylafax.org
[mailto:hylafax-users-bounce@hylafax.org]On Behalf Of Bill Glick
Sent: Monday, March 11, 2002 4:01 PM
To: hylafax-users@hylafax.org
Subject: [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
____________________ HylaFAX(tm) Users Mailing List _______________________
To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null