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
Here is an example of my FaxDispatch file that works in RedHat7.2:
case "$DEVICE" in
ttyG100)
FILETYPE=tif;SENDTO=email@xxxxxxxxx;MIMENCODE=bin/uuencode_it;;
esac
And here is the uuencode_it file that should be in the bin directory of
hylafax:
#!/bin/sh
uuencode -m $1 $1 | grep -E -v "^begin|^====$" 2>/dev/null
I cannot remember if I created it or not.
Hope that helps.
Thanks,
Joe Bardgett
www.godaddy.com
480-505-8800 ext. 403
-----Original Message-----
From: hylafax-users-bounce@xxxxxxxxxxx
[mailto:hylafax-users-bounce@xxxxxxxxxxx] On Behalf Of Mattia Martinello
Sent: Tuesday, March 23, 2004 4:59 PM
To: hylafax-users@xxxxxxxxxxx
Subject: [hylafax-users] FaxDispatch
Hi all,
I installed Hylafax on SuSE 9.0 (installing rpm from yast) and I can
send and receive faxes.
I wish to get the received faxes sended by e-mail in an attached TIF file.
I created a /var/spool/fax/etc/FaxDispatch file containing the following
lines:
FILETYPE=pdf;
SENDTO=faxmaster@xxxxxxxxxx;
The incoming faxes are saved in .tif files in /var/spool/fax/recvq but
it doesn't sended to the e-mail address specified in FaxDispatch.
The e-mail address faxmaster@xxxxxxxxxx is correctly running.
How I can solve the problem?
Thank you very much
Bye
Mattia.
____________________ HylaFAX(tm) Users Mailing List _______________________
To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe hylafax-users-request@xxxxxxxxxxx < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxx*
____________________ HylaFAX(tm) Users Mailing List _______________________
To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe hylafax-users-request@xxxxxxxxxxx < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxx*