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] how to print on different printers
Davide Sberna wrote:
I need to dispatch fax received on various modem ( and different lines
) to different printers located all across the office ( eg ttysS0 will
print on printer A, ttyS1 on printer B )
Create the /var/spool/hylafax/etc/FaxDispatch file and in it put:
PRINTER=default
case $DEVICE
ttyS0) PRINTER=printer-A;;
ttyS1) PRINTER=printer-B;;
esac
tiff2ps -a $FILE | lpr -P $PRINTER
Lee.
____________________ 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*