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] Can I send fax with a client WHFC ?
Altering the faxrcvd script seems a little heavy handed for something so
trivial:
Just make a shell script script /var/spool/fax/etc/FaxDispatch, with
something like:
SENDTO=davidc@southern.com
in it, and HylaFAX will deliver the fax to you as a PostScript file.
If you want something more sophisticated:
SENDTO=faxmaster@southern.com
case "$DEVICE" in
ttyf070) SENDTO=davidc@southern.com;;
ttyf071) SENDTO=root@southern.com;;
esac
if [ "$DEVICE" = ttyf072 -o "$DEVICE" = ttyf073 ]
then
$FAX2PS $FILE 2>/dev/null | lpr -Pmendoza
if [ $? = 0 ]; then SENDTO=; fi
fi
To give two users their own dedicated fax lines, have a couple of lines
send the fax to a shared laser printer, and have anything on any other
lines (or if the printer is down) go to faxmaster.
--
David Coles, System Administrator, Southern Studios davidc@southern.com
On Tue, 8 Aug 2000, Lee Howard wrote:
> By default, I believe, received faxes are to be retrieved by ftp and made
> known by mail - many people alter that delivery script (faxrcvd) to simply
> send the tif by mail with the notice.
>
> I don't use WHFC, so I couldn't say exactly, but I don't think that WHFC is
> meant to work as a fax retriever or viewer. It's only a send-client.
>
> Lee Howard
>
> At 06:12 PM 8/7/00 CDT, Raciell Medina wrote:
> >Hello
> >
> >I can send faxes with Hylafax and WHFC.
> >and I can recive faxes only with Hylafax.
> >
> >I have a question about WHFC...
> >This one can recive fax or only its for send it.
> >
> >How I can configurate this one?
> >
> >Gracias.
> >
> >Mariana Presuel Valencia
> >Raciell Medina Polanco
> >
>
>
>
> ____________________ 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