Hylafax Mailing List Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
Re: [hylafax-users] How do I print successfully sent faxes?
In the HylaFAX HOW-TO at http://www.hylafax.org/howto/tweaking.html#ss6.8
To automatically print incoming faxes to lpr, insert a line of code similar to
/usr/bin/tiff2ps -a $FILE | lpr
into your faxrcvd script, assuming that your printer is PostScript compatible.
Dieter Kluenter dkluenter@gmx.de has added at line 112 of faxrcvd these lines for his printing:
----snip--------
if [ -n "$SENDTO" ]; then
echo ""
echo "The facsimile was automatically dispatched to: $SENDTO."
else
$TIFFBIN/fax2ps $1 | lpr -Plp
fi
-------snap-------
HTH
--
Ben Williams Thursday, March 14, 2002
On Thursday, March 14, 2002 sometime around 4:09:08 AM Frederik quoth:
> Hi.
> I would like to print every sucessfully sent fax automatically. How do I do that?
> Regards,
> Frederik Brøns
mailto:ben@instantemail.net
____________________ HylaFAX(tm) Users Mailing List _______________________
To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null